public class CreateClusterResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
CreateClusterResult() |
Modifier and Type | Method and Description |
---|---|
CreateClusterResult |
clone() |
boolean |
equals(Object obj) |
Cluster |
getCluster()
The full description of your new cluster.
|
int |
hashCode() |
void |
setCluster(Cluster cluster)
The full description of your new cluster.
|
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.
|
public Cluster getCluster()
public void setCluster(Cluster cluster)
cluster
- The full description of your new cluster.public CreateClusterResult withCluster(Cluster cluster)
Returns a reference to this object so that method calls can be chained together.
cluster
- The full description of your new cluster.public String toString()
toString
in class Object
Object.toString()
public CreateClusterResult clone()
Copyright © 2015. All rights reserved.