ToCopyableBuilder<GetVaultLockResponse.Builder,GetVaultLockResponse>@Generated("software.amazon.awssdk:codegen") public class GetVaultLockResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetVaultLockResponse.Builder,GetVaultLockResponse>
Contains the Amazon Glacier response to your request.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
GetVaultLockResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static GetVaultLockResponse.Builder |
builder() |
|
String |
creationDate() |
The UTC date and time at which the vault lock was put into the
InProgress state. |
boolean |
equals(Object obj) |
|
String |
expirationDate() |
The UTC date and time at which the lock ID expires.
|
int |
hashCode() |
|
String |
policy() |
The vault lock policy as a JSON string, which uses "\" as an escape character.
|
static Class<? extends GetVaultLockResponse.Builder> |
serializableBuilderClass() |
|
String |
state() |
The state of the vault lock.
|
GetVaultLockResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadatapublic String policy()
The vault lock policy as a JSON string, which uses "\" as an escape character.
public String state()
The state of the vault lock. InProgress or Locked.
InProgress or Locked.public String expirationDate()
The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a
Locked state.
null if the vault lock
is in a Locked state.public String creationDate()
The UTC date and time at which the vault lock was put into the InProgress state.
InProgress state.public GetVaultLockResponse.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<GetVaultLockResponse.Builder,GetVaultLockResponse>public static GetVaultLockResponse.Builder builder()
public static Class<? extends GetVaultLockResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.