Class DeleteReplicaAction
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.model.DeleteReplicaAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeleteReplicaAction.Builder,DeleteReplicaAction>
@Generated("software.amazon.awssdk:codegen") public final class DeleteReplicaAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteReplicaAction.Builder,DeleteReplicaAction>
Represents a replica to be removed.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteReplicaAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteReplicaAction.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringregionName()The Region of the replica to be removed.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DeleteReplicaAction.Builder>serializableBuilderClass()DeleteReplicaAction.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
regionName
public final String regionName()
The Region of the replica to be removed.
- Returns:
- The Region of the replica to be removed.
-
toBuilder
public DeleteReplicaAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteReplicaAction.Builder,DeleteReplicaAction>
-
builder
public static DeleteReplicaAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteReplicaAction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-