Class InitiateVaultLockResult
java.lang.Object
com.amazonaws.services.glacier.model.InitiateVaultLockResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the Amazon Glacier response to your request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe lock ID, which is used to complete the vault locking process.inthashCode()voidThe lock ID, which is used to complete the vault locking process.toString()Returns a string representation of this object; useful for testing and debugging.withLockId(String lockId) The lock ID, which is used to complete the vault locking process.
-
Constructor Details
-
InitiateVaultLockResult
public InitiateVaultLockResult()
-
-
Method Details
-
setLockId
The lock ID, which is used to complete the vault locking process.
- Parameters:
lockId- The lock ID, which is used to complete the vault locking process.
-
getLockId
The lock ID, which is used to complete the vault locking process.
- Returns:
- The lock ID, which is used to complete the vault locking process.
-
withLockId
The lock ID, which is used to complete the vault locking process.
- Parameters:
lockId- The lock ID, which is used to complete the vault locking process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-