@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 cluster snapshot.
|
int |
hashCode() |
void |
setSnapshot(ClusterSnapshot snapshot)
Returns information about the newly deleted elastic cluster snapshot.
|
String |
toString()
Returns a string representation of this object.
|
DeleteClusterSnapshotResult |
withSnapshot(ClusterSnapshot snapshot)
Returns information about the newly deleted elastic cluster snapshot.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSnapshot(ClusterSnapshot snapshot)
Returns information about the newly deleted elastic cluster snapshot.
snapshot - Returns information about the newly deleted elastic cluster snapshot.public ClusterSnapshot getSnapshot()
Returns information about the newly deleted elastic cluster snapshot.
public DeleteClusterSnapshotResult withSnapshot(ClusterSnapshot snapshot)
Returns information about the newly deleted elastic cluster snapshot.
snapshot - Returns information about the newly deleted elastic cluster snapshot.public String toString()
toString in class ObjectObject.toString()public DeleteClusterSnapshotResult clone()