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 String getLockId()
public void setLockId(String lockId)
lockId
- The lock ID, which is used to complete the vault locking process.public InitiateVaultLockResult withLockId(String lockId)
Returns a reference to this object so that method calls can be chained together.
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.