Class CreateSnapshotResult
java.lang.Object
com.amazonaws.services.directory.model.CreateSnapshotResult
- All Implemented Interfaces:
Serializable,Cloneable
Contains the results of the CreateSnapshot operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe identifier of the snapshot that was created.inthashCode()voidsetSnapshotId(String snapshotId) The identifier of the snapshot that was created.toString()Returns a string representation of this object; useful for testing and debugging.withSnapshotId(String snapshotId) The identifier of the snapshot that was created.
-
Constructor Details
-
CreateSnapshotResult
public CreateSnapshotResult()
-
-
Method Details
-
setSnapshotId
The identifier of the snapshot that was created.
- Parameters:
snapshotId- The identifier of the snapshot that was created.
-
getSnapshotId
The identifier of the snapshot that was created.
- Returns:
- The identifier of the snapshot that was created.
-
withSnapshotId
The identifier of the snapshot that was created.
- Parameters:
snapshotId- The identifier of the snapshot that was created.- 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
-