@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateReplicaAction extends Object implements Serializable, Cloneable, StructuredPojo
Represents a replica to be added.
Constructor and Description |
---|
CreateReplicaAction() |
Modifier and Type | Method and Description |
---|---|
CreateReplicaAction |
clone() |
boolean |
equals(Object obj) |
String |
getRegionName()
The Region of the replica to be added.
|
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 added.
|
String |
toString()
Returns a string representation of this object.
|
CreateReplicaAction |
withRegionName(String regionName)
The Region of the replica to be added.
|
public void setRegionName(String regionName)
The Region of the replica to be added.
regionName
- The Region of the replica to be added.public String getRegionName()
The Region of the replica to be added.
public CreateReplicaAction withRegionName(String regionName)
The Region of the replica to be added.
regionName
- The Region of the replica to be added.public String toString()
toString
in class Object
Object.toString()
public CreateReplicaAction clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.