public class DescribeClusterResult extends Object implements Serializable, Cloneable
This output contains the description of the cluster.
Constructor and Description |
---|
DescribeClusterResult() |
Modifier and Type | Method and Description |
---|---|
DescribeClusterResult |
clone() |
boolean |
equals(Object obj) |
Cluster |
getCluster()
This output contains the details for the requested cluster.
|
int |
hashCode() |
void |
setCluster(Cluster cluster)
This output contains the details for the requested cluster.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeClusterResult |
withCluster(Cluster cluster)
This output contains the details for the requested cluster.
|
public Cluster getCluster()
public void setCluster(Cluster cluster)
cluster
- This output contains the details for the requested cluster.public DescribeClusterResult withCluster(Cluster cluster)
Returns a reference to this object so that method calls can be chained together.
cluster
- This output contains the details for the requested cluster.public String toString()
toString
in class Object
Object.toString()
public DescribeClusterResult clone()
Copyright © 2015. All rights reserved.