@Generated(value="software.amazon.awssdk:codegen") public final class DeleteReplicaAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DeleteReplicaAction.Builder,DeleteReplicaAction>
Represents a replica to be removed.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
DeleteReplicaAction.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static DeleteReplicaAction.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
String | 
regionName()
 The region of the replica to be removed. 
 | 
List<SdkField<?>> | 
sdkFields()  | 
static Class<? extends DeleteReplicaAction.Builder> | 
serializableBuilderClass()  | 
DeleteReplicaAction.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
copypublic String regionName()
The region of the replica to be removed.
public DeleteReplicaAction.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeleteReplicaAction.Builder,DeleteReplicaAction>public static DeleteReplicaAction.Builder builder()
public static Class<? extends DeleteReplicaAction.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.