@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InitiateVaultLockResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.