@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteClusterSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteClusterSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
DeleteClusterSnapshotResult |
clone() |
boolean |
equals(Object obj) |
ClusterSnapshot |
getSnapshot()
Returns information about the newly deleted Elastic DocumentDB snapshot.
|
int |
hashCode() |
void |
setSnapshot(ClusterSnapshot snapshot)
Returns information about the newly deleted Elastic DocumentDB snapshot.
|
String |
toString()
Returns a string representation of this object.
|
DeleteClusterSnapshotResult |
withSnapshot(ClusterSnapshot snapshot)
Returns information about the newly deleted Elastic DocumentDB snapshot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSnapshot(ClusterSnapshot snapshot)
Returns information about the newly deleted Elastic DocumentDB snapshot.
snapshot
- Returns information about the newly deleted Elastic DocumentDB snapshot.public ClusterSnapshot getSnapshot()
Returns information about the newly deleted Elastic DocumentDB snapshot.
public DeleteClusterSnapshotResult withSnapshot(ClusterSnapshot snapshot)
Returns information about the newly deleted Elastic DocumentDB snapshot.
snapshot
- Returns information about the newly deleted Elastic DocumentDB snapshot.public String toString()
toString
in class Object
Object.toString()
public DeleteClusterSnapshotResult clone()