@Generated(value="software.amazon.awssdk:codegen") public final class DescribeVaultResponse extends GlacierResponse implements ToCopyableBuilder<DescribeVaultResponse.Builder,DescribeVaultResponse>
Contains the Amazon S3 Glacier response to your request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeVaultResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeVaultResponse.Builder |
builder() |
String |
creationDate()
The Universal Coordinated Time (UTC) date when the vault was created.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastInventoryDate()
The Universal Coordinated Time (UTC) date when Amazon S3 Glacier completed the last vault inventory.
|
Long |
numberOfArchives()
The number of archives in the vault as of the last inventory date.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeVaultResponse.Builder> |
serializableBuilderClass() |
Long |
sizeInBytes()
Total size, in bytes, of the archives in the vault as of the last inventory date.
|
DescribeVaultResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vaultARN()
The Amazon Resource Name (ARN) of the vault.
|
String |
vaultName()
The name of the vault.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String vaultARN()
The Amazon Resource Name (ARN) of the vault.
public final String vaultName()
The name of the vault.
public final String creationDate()
The Universal Coordinated Time (UTC) date when the vault was created. This value should be a string in the ISO
8601 date format, for example 2012-03-20T17:03:43.221Z.
2012-03-20T17:03:43.221Z.public final String lastInventoryDate()
The Universal Coordinated Time (UTC) date when Amazon S3 Glacier completed the last vault inventory. This value
should be a string in the ISO 8601 date format, for example 2012-03-20T17:03:43.221Z.
2012-03-20T17:03:43.221Z.public final Long numberOfArchives()
The number of archives in the vault as of the last inventory date. This field will return null if an
inventory has not yet run on the vault, for example if you just created the vault.
null if an inventory has not yet run on the vault, for example if you just created the
vault.public final Long sizeInBytes()
Total size, in bytes, of the archives in the vault as of the last inventory date. This field will return null if an inventory has not yet run on the vault, for example if you just created the vault.
public DescribeVaultResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeVaultResponse.Builder,DescribeVaultResponse>toBuilder in class AwsResponsepublic static DescribeVaultResponse.Builder builder()
public static Class<? extends DescribeVaultResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.