@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClusterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeClusterResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterResult |
clone() |
boolean |
equals(Object obj) |
ClusterMetadata |
getClusterMetadata()
Information about a specific cluster, including shipping information, cluster status, and other important
metadata.
|
int |
hashCode() |
void |
setClusterMetadata(ClusterMetadata clusterMetadata)
Information about a specific cluster, including shipping information, cluster status, and other important
metadata.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClusterResult |
withClusterMetadata(ClusterMetadata clusterMetadata)
Information about a specific cluster, including shipping information, cluster status, and other important
metadata.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setClusterMetadata(ClusterMetadata clusterMetadata)
Information about a specific cluster, including shipping information, cluster status, and other important metadata.
clusterMetadata - Information about a specific cluster, including shipping information, cluster status, and other important
metadata.public ClusterMetadata getClusterMetadata()
Information about a specific cluster, including shipping information, cluster status, and other important metadata.
public DescribeClusterResult withClusterMetadata(ClusterMetadata clusterMetadata)
Information about a specific cluster, including shipping information, cluster status, and other important metadata.
clusterMetadata - Information about a specific cluster, including shipping information, cluster status, and other important
metadata.public String toString()
toString in class ObjectObject.toString()public DescribeClusterResult clone()