@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. 
 | 
CreateClusterResult | 
withCluster(Cluster cluster)
 Information about the cluster that was created. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public CreateClusterResult clone()