@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)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRegionName(String regionName)
The region of the replica to be removed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.