@Generated(value="software.amazon.awssdk:codegen") public final class DescribeVaultOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DescribeVaultOutput.Builder,DescribeVaultOutput>
Contains the Amazon S3 Glacier response to your request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeVaultOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeVaultOutput.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 DescribeVaultOutput.Builder> |
serializableBuilderClass() |
Long |
sizeInBytes()
Total size, in bytes, of the archives in the vault as of the last inventory date.
|
DescribeVaultOutput.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.
|
clone, 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 DescribeVaultOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeVaultOutput.Builder,DescribeVaultOutput>public static DescribeVaultOutput.Builder builder()
public static Class<? extends DescribeVaultOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.