@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteReplicaAction extends Object implements Serializable, Cloneable, StructuredPojo
Represents a replica to be removed.
Constructor and Description |
---|
DeleteReplicaAction() |
Modifier and Type | Method and Description |
---|---|
DeleteReplicaAction |
clone() |
boolean |
equals(Object obj) |
String |
getRegionName()
The Region of the replica to be removed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRegionName(String regionName)
The Region of the replica to be removed.
|
String |
toString()
Returns a string representation of this object.
|
DeleteReplicaAction |
withRegionName(String regionName)
The Region of the replica to be removed.
|
public void setRegionName(String regionName)
The Region of the replica to be removed.
regionName
- The Region of the replica to be removed.public String getRegionName()
The Region of the replica to be removed.
public DeleteReplicaAction withRegionName(String regionName)
The Region of the replica to be removed.
regionName
- The Region of the replica to be removed.public String toString()
toString
in class Object
Object.toString()
public DeleteReplicaAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2020. All rights reserved.