public class InitiateVaultLockResult extends Object implements Serializable, Cloneable
Contains the Amazon Glacier response to your request.
Constructor and Description |
---|
InitiateVaultLockResult() |
Modifier and Type | Method and Description |
---|---|
InitiateVaultLockResult |
clone() |
boolean |
equals(Object obj) |
String |
getLockId()
The lock ID, which is used to complete the vault locking process.
|
int |
hashCode() |
void |
setLockId(String lockId)
The lock ID, which is used to complete the vault locking process.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
InitiateVaultLockResult |
withLockId(String lockId)
The lock ID, which is used to complete the vault locking process.
|
public void setLockId(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 String getLockId()
The lock ID, which is used to complete the vault locking process.
public InitiateVaultLockResult withLockId(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 String toString()
toString
in class Object
Object.toString()
public InitiateVaultLockResult clone()
Copyright © 2018. All rights reserved.