@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()
Information about the cluster that was created.
|
int |
hashCode() |
void |
setCluster(Cluster cluster)
Information about the cluster that was created.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateClusterResult |
withCluster(Cluster cluster)
Information about the cluster that was created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCluster(Cluster cluster)
Information about the cluster that was created.
cluster
- Information about the cluster that was created.public Cluster getCluster()
Information about the cluster that was created.
public CreateClusterResult withCluster(Cluster cluster)
Information about the cluster that was created.
cluster
- Information about the cluster that was created.public String toString()
toString
in class Object
Object.toString()
public CreateClusterResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.