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()booleanThe identifier of the directory snapshot that was deleted.inthashCode()voidsetSnapshotId(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
-
equals
-
hashCode
-
clone
-