@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) |
void |
setRegionName(String regionName)
The region of the replica to be added.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.