@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Replica extends Object implements Serializable, Cloneable, StructuredPojo
Represents the properties of a replica.
Constructor and Description |
---|
Replica() |
Modifier and Type | Method and Description |
---|---|
Replica |
clone() |
boolean |
equals(Object obj) |
String |
getRegionName()
The Region where the replica needs to be created.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setRegionName(String regionName)
The Region where the replica needs to be created.
|
String |
toString()
Returns a string representation of this object.
|
Replica |
withRegionName(String regionName)
The Region where the replica needs to be created.
|
public void setRegionName(String regionName)
The Region where the replica needs to be created.
regionName
- The Region where the replica needs to be created.public String getRegionName()
The Region where the replica needs to be created.
public Replica withRegionName(String regionName)
The Region where the replica needs to be created.
regionName
- The Region where the replica needs to be created.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.