@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteClusterResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteClusterResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteClusterResult |
clone() |
boolean |
equals(Object obj) |
Cluster |
getCluster()
A description of the DAX cluster that is being deleted.
|
int |
hashCode() |
void |
setCluster(Cluster cluster)
A description of the DAX cluster that is being deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteClusterResult |
withCluster(Cluster cluster)
A description of the DAX cluster that is being deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCluster(Cluster cluster)
A description of the DAX cluster that is being deleted.
cluster - A description of the DAX cluster that is being deleted.public Cluster getCluster()
A description of the DAX cluster that is being deleted.
public DeleteClusterResult withCluster(Cluster cluster)
A description of the DAX cluster that is being deleted.
cluster - A description of the DAX cluster that is being deleted.public String toString()
toString in class ObjectObject.toString()public DeleteClusterResult clone()