public class DescribeClusterResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
This output contains the description of the cluster.
Modifier and Type | Field and Description |
---|---|
private Cluster |
cluster
This output contains the details for the requested cluster.
|
Constructor and Description |
---|
DescribeClusterResult() |
Modifier and Type | Method and Description |
---|---|
DescribeClusterResult |
clone() |
boolean |
equals(java.lang.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.
|
java.lang.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.
|
private Cluster cluster
This output contains the details for the requested cluster.
public void setCluster(Cluster cluster)
This output contains the details for the requested cluster.
cluster
- This output contains the details for the requested cluster.public Cluster getCluster()
This output contains the details for the requested cluster.
public DescribeClusterResult withCluster(Cluster cluster)
This output contains the details for the requested cluster.
cluster
- This output contains the details for the requested cluster.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeClusterResult clone()
clone
in class java.lang.Object