@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) |
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)
marshall
in interface StructuredPojo
Copyright © 2019. All rights reserved.