@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClusterInList extends Object implements Serializable, Cloneable, StructuredPojo
A list of Amazon DocumentDB elastic clusters.
| Constructor and Description |
|---|
ClusterInList() |
| Modifier and Type | Method and Description |
|---|---|
ClusterInList |
clone() |
boolean |
equals(Object obj) |
String |
getClusterArn()
The ARN identifier of the elastic cluster.
|
String |
getClusterName()
The name of the elastic cluster.
|
String |
getStatus()
The status of the elastic cluster.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setClusterArn(String clusterArn)
The ARN identifier of the elastic cluster.
|
void |
setClusterName(String clusterName)
The name of the elastic cluster.
|
void |
setStatus(String status)
The status of the elastic cluster.
|
String |
toString()
Returns a string representation of this object.
|
ClusterInList |
withClusterArn(String clusterArn)
The ARN identifier of the elastic cluster.
|
ClusterInList |
withClusterName(String clusterName)
The name of the elastic cluster.
|
ClusterInList |
withStatus(Status status)
The status of the elastic cluster.
|
ClusterInList |
withStatus(String status)
The status of the elastic cluster.
|
public void setClusterArn(String clusterArn)
The ARN identifier of the elastic cluster.
clusterArn - The ARN identifier of the elastic cluster.public String getClusterArn()
The ARN identifier of the elastic cluster.
public ClusterInList withClusterArn(String clusterArn)
The ARN identifier of the elastic cluster.
clusterArn - The ARN identifier of the elastic cluster.public void setClusterName(String clusterName)
The name of the elastic cluster.
clusterName - The name of the elastic cluster.public String getClusterName()
The name of the elastic cluster.
public ClusterInList withClusterName(String clusterName)
The name of the elastic cluster.
clusterName - The name of the elastic cluster.public void setStatus(String status)
The status of the elastic cluster.
status - The status of the elastic cluster.Statuspublic String getStatus()
The status of the elastic cluster.
Statuspublic ClusterInList withStatus(String status)
The status of the elastic cluster.
status - The status of the elastic cluster.Statuspublic ClusterInList withStatus(Status status)
The status of the elastic cluster.
status - The status of the elastic cluster.Statuspublic String toString()
toString in class ObjectObject.toString()public ClusterInList clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.