@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()
 A description of the DAX cluster that you have created. 
 | 
int | 
hashCode()  | 
void | 
setCluster(Cluster cluster)
 A description of the DAX cluster that you have created. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
CreateClusterResult | 
withCluster(Cluster cluster)
 A description of the DAX cluster that you have created. 
 | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCluster(Cluster cluster)
A description of the DAX cluster that you have created.
cluster - A description of the DAX cluster that you have created.public Cluster getCluster()
A description of the DAX cluster that you have created.
public CreateClusterResult withCluster(Cluster cluster)
A description of the DAX cluster that you have created.
cluster - A description of the DAX cluster that you have created.public String toString()
toString in class ObjectObject.toString()public CreateClusterResult clone()