@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InitiateVaultLockResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the Amazon S3 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.
|
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()