@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
<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()
Take this object and create a builder that contains all of the current property values of this object.
|
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.
|
copy
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.