@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateClusterResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
CreateClusterResult |
withCluster (Cluster cluster)
The full description of your new cluster.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public CreateClusterResult()
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 Object Object.toString() public CreateClusterResult clone()