@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)  | 
Cluster | 
getCluster()
 The full description of your specified cluster. 
 | 
int | 
hashCode()  | 
void | 
setCluster(Cluster cluster)
 The full description of your specified cluster. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
DescribeClusterResult | 
withCluster(Cluster cluster)
 The full description of your specified cluster. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCluster(Cluster cluster)
The full description of your specified cluster.
cluster - The full description of your specified cluster.public Cluster getCluster()
The full description of your specified cluster.
public DescribeClusterResult withCluster(Cluster cluster)
The full description of your specified cluster.
cluster - The full description of your specified cluster.public String toString()
toString in class ObjectObject.toString()public DescribeClusterResult clone()