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()
boolean
The lock ID, which is used to complete the vault locking process.int
hashCode()
void
The 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-