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 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 String toString()
toString in class ObjectObject.toString()public CreateClusterResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.