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