@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()
Returns information about the newly deleted elastic cluster.
|
int |
hashCode() |
void |
setCluster(Cluster cluster)
Returns information about the newly deleted elastic cluster.
|
String |
toString()
Returns a string representation of this object.
|
DeleteClusterResult |
withCluster(Cluster cluster)
Returns information about the newly deleted elastic cluster.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCluster(Cluster cluster)
Returns information about the newly deleted elastic cluster.
cluster
- Returns information about the newly deleted elastic cluster.public Cluster getCluster()
Returns information about the newly deleted elastic cluster.
public DeleteClusterResult withCluster(Cluster cluster)
Returns information about the newly deleted elastic cluster.
cluster
- Returns information about the newly deleted elastic cluster.public String toString()
toString
in class Object
Object.toString()
public DeleteClusterResult clone()