@Generated(value="software.amazon.awssdk:codegen") public final class UpdateDeletionProtectionRequest extends SsmIncidentsRequest implements ToCopyableBuilder<UpdateDeletionProtectionRequest.Builder,UpdateDeletionProtectionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateDeletionProtectionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the replication set to update.
|
static UpdateDeletionProtectionRequest.Builder |
builder() |
String |
clientToken()
A token that ensures that the operation is called only once with the specified details.
|
Boolean |
deletionProtected()
Specifies if deletion protection is turned on or off in your account.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateDeletionProtectionRequest.Builder> |
serializableBuilderClass() |
UpdateDeletionProtectionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the replication set to update.
public final String clientToken()
A token that ensures that the operation is called only once with the specified details.
public final Boolean deletionProtected()
Specifies if deletion protection is turned on or off in your account.
public UpdateDeletionProtectionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateDeletionProtectionRequest.Builder,UpdateDeletionProtectionRequest>toBuilder in class SsmIncidentsRequestpublic static UpdateDeletionProtectionRequest.Builder builder()
public static Class<? extends UpdateDeletionProtectionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.