public class CreateClusterResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private Cluster |
cluster
The full description of your new cluster.
|
Constructor and Description |
---|
CreateClusterResult() |
Modifier and Type | Method and Description |
---|---|
CreateClusterResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Cluster |
getCluster()
The full description of your new cluster.
|
int |
hashCode() |
void |
setCluster(Cluster cluster)
The full description of your new cluster.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateClusterResult |
withCluster(Cluster cluster)
The full description of your new cluster.
|
private Cluster cluster
The full description of your new cluster.
public void setCluster(Cluster cluster)
The full description of your new cluster.
cluster
- The full description of your new cluster.public Cluster getCluster()
The full description of your new cluster.
public CreateClusterResult withCluster(Cluster cluster)
The full description of your new cluster.
cluster
- The full description of your new 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 CreateClusterResult clone()
clone
in class java.lang.Object