@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRegionAction extends Object implements Serializable, Cloneable, StructuredPojo
Defines the information about the Amazon Web Services Region you're deleting from your replication set.
| Constructor and Description |
|---|
DeleteRegionAction() |
| Modifier and Type | Method and Description |
|---|---|
DeleteRegionAction |
clone() |
boolean |
equals(Object obj) |
String |
getRegionName()
The name of the Amazon Web Services Region you're deleting from the replication set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setRegionName(String regionName)
The name of the Amazon Web Services Region you're deleting from the replication set.
|
String |
toString()
Returns a string representation of this object.
|
DeleteRegionAction |
withRegionName(String regionName)
The name of the Amazon Web Services Region you're deleting from the replication set.
|
public void setRegionName(String regionName)
The name of the Amazon Web Services Region you're deleting from the replication set.
regionName - The name of the Amazon Web Services Region you're deleting from the replication set.public String getRegionName()
The name of the Amazon Web Services Region you're deleting from the replication set.
public DeleteRegionAction withRegionName(String regionName)
The name of the Amazon Web Services Region you're deleting from the replication set.
regionName - The name of the Amazon Web Services Region you're deleting from the replication set.public String toString()
toString in class ObjectObject.toString()public DeleteRegionAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.