public class DeleteSnapshotResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the results of the DeleteSnapshot operation.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
snapshotId
The identifier of the directory snapshot that was deleted.
|
Constructor and Description |
---|
DeleteSnapshotResult() |
Modifier and Type | Method and Description |
---|---|
DeleteSnapshotResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getSnapshotId()
The identifier of the directory snapshot that was deleted.
|
int |
hashCode() |
void |
setSnapshotId(java.lang.String snapshotId)
The identifier of the directory snapshot that was deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteSnapshotResult |
withSnapshotId(java.lang.String snapshotId)
The identifier of the directory snapshot that was deleted.
|
private java.lang.String snapshotId
The identifier of the directory snapshot that was deleted.
public void setSnapshotId(java.lang.String snapshotId)
The identifier of the directory snapshot that was deleted.
snapshotId
- The identifier of the directory snapshot that was deleted.public java.lang.String getSnapshotId()
The identifier of the directory snapshot that was deleted.
public DeleteSnapshotResult withSnapshotId(java.lang.String snapshotId)
The identifier of the directory snapshot that was deleted.
snapshotId
- The identifier of the directory snapshot that was deleted.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteSnapshotResult clone()
clone
in class java.lang.Object