@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteSnapshotResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the results of the DeleteSnapshot operation.
| Constructor and Description |
|---|
DeleteSnapshotResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteSnapshotResult |
clone() |
boolean |
equals(Object obj) |
String |
getSnapshotId()
The identifier of the directory snapshot that was deleted.
|
int |
hashCode() |
void |
setSnapshotId(String snapshotId)
The identifier of the directory snapshot that was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteSnapshotResult |
withSnapshotId(String snapshotId)
The identifier of the directory snapshot that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setSnapshotId(String snapshotId)
The identifier of the directory snapshot that was deleted.
snapshotId - The identifier of the directory snapshot that was deleted.public String getSnapshotId()
The identifier of the directory snapshot that was deleted.
public DeleteSnapshotResult withSnapshotId(String snapshotId)
The identifier of the directory snapshot that was deleted.
snapshotId - The identifier of the directory snapshot that was deleted.public String toString()
toString in class ObjectObject.toString()public DeleteSnapshotResult clone()