@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteSnapshotResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteSnapshotResult |
clone() |
boolean |
equals(Object obj) |
Snapshot |
getSnapshot()
The snapshot object that has been deleted.
|
int |
hashCode() |
void |
setSnapshot(Snapshot snapshot)
The snapshot object that has been deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSnapshotResult |
withSnapshot(Snapshot snapshot)
The snapshot object that has been deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSnapshot(Snapshot snapshot)
The snapshot object that has been deleted.
snapshot - The snapshot object that has been deleted.public Snapshot getSnapshot()
The snapshot object that has been deleted.
public DeleteSnapshotResult withSnapshot(Snapshot snapshot)
The snapshot object that has been deleted.
snapshot - The snapshot object that has been deleted.public String toString()
toString in class ObjectObject.toString()public DeleteSnapshotResult clone()