@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ReplicaDescription extends Object implements Serializable, Cloneable, StructuredPojo
Contains the details of the replica.
Constructor and Description |
---|
ReplicaDescription() |
Modifier and Type | Method and Description |
---|---|
ReplicaDescription |
clone() |
boolean |
equals(Object obj) |
String |
getRegionName()
The name of the region.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setRegionName(String regionName)
The name of the region.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ReplicaDescription |
withRegionName(String regionName)
The name of the region.
|
public void setRegionName(String regionName)
The name of the region.
regionName
- The name of the region.public String getRegionName()
The name of the region.
public ReplicaDescription withRegionName(String regionName)
The name of the region.
regionName
- The name of the region.public String toString()
toString
in class Object
Object.toString()
public ReplicaDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2018. All rights reserved.