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