Class DeleteSnapshotResult
java.lang.Object
com.amazonaws.services.directory.model.DeleteSnapshotResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the results of the DeleteSnapshot operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The identifier of the directory snapshot that was deleted.int
hashCode()
void
setSnapshotId
(String snapshotId) The identifier of the directory snapshot that was deleted.toString()
Returns a string representation of this object; useful for testing and debugging.withSnapshotId
(String snapshotId) The identifier of the directory snapshot that was deleted.
-
Constructor Details
-
DeleteSnapshotResult
public DeleteSnapshotResult()
-
-
Method Details
-
setSnapshotId
The identifier of the directory snapshot that was deleted.
- Parameters:
snapshotId
- The identifier of the directory snapshot that was deleted.
-
getSnapshotId
The identifier of the directory snapshot that was deleted.
- Returns:
- The identifier of the directory snapshot that was deleted.
-
withSnapshotId
The identifier of the directory snapshot that was deleted.
- Parameters:
snapshotId
- The identifier of the directory snapshot that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-