@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()
The full description of the cluster to delete.
|
int |
hashCode() |
void |
setCluster(Cluster cluster)
The full description of the cluster to delete.
|
String |
toString()
Returns a string representation of this object.
|
DeleteClusterResult |
withCluster(Cluster cluster)
The full description of the cluster to delete.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setCluster(Cluster cluster)
The full description of the cluster to delete.
cluster - The full description of the cluster to delete.public Cluster getCluster()
The full description of the cluster to delete.
public DeleteClusterResult withCluster(Cluster cluster)
The full description of the cluster to delete.
cluster - The full description of the cluster to delete.public String toString()
toString in class ObjectObject.toString()public DeleteClusterResult clone()