@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; useful for testing and debugging.
|
DescribeClusterResult |
withClusterMetadata(ClusterMetadata clusterMetadata)
Information about a specific cluster, including shipping information, cluster status, and other important
metadata.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public 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 Object
Object.toString()
public DescribeClusterResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.