public class InitiateVaultLockResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the Amazon Glacier response to your request.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
lockId
The lock ID, which is used to complete the vault locking process.
|
Constructor and Description |
---|
InitiateVaultLockResult() |
Modifier and Type | Method and Description |
---|---|
InitiateVaultLockResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getLockId()
The lock ID, which is used to complete the vault locking process.
|
int |
hashCode() |
void |
setLockId(java.lang.String lockId)
The lock ID, which is used to complete the vault locking process.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InitiateVaultLockResult |
withLockId(java.lang.String lockId)
The lock ID, which is used to complete the vault locking process.
|
private java.lang.String lockId
The lock ID, which is used to complete the vault locking process.
public void setLockId(java.lang.String lockId)
The lock ID, which is used to complete the vault locking process.
lockId
- The lock ID, which is used to complete the vault locking process.public java.lang.String getLockId()
The lock ID, which is used to complete the vault locking process.
public InitiateVaultLockResult withLockId(java.lang.String lockId)
The lock ID, which is used to complete the vault locking process.
lockId
- The lock ID, which is used to complete the vault locking process.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public InitiateVaultLockResult clone()
clone
in class java.lang.Object