@Generated(value="software.amazon.awssdk:codegen") public final class ListVaultsRequest extends GlacierRequest implements ToCopyableBuilder<ListVaultsRequest.Builder,ListVaultsRequest>
Provides options to retrieve the vault list owned by the calling user's account. The list provides metadata information for each vault.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListVaultsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The
AccountId value is the AWS account ID. |
static ListVaultsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
limit()
The maximum number of vaults to be returned.
|
String |
marker()
A string used for pagination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListVaultsRequest.Builder> |
serializableBuilderClass() |
ListVaultsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The AccountId value is the AWS account ID. This value must match the AWS account ID associated with
the credentials used to sign the request. You can either specify an AWS account ID or optionally a single '
-' (hyphen), in which case Amazon Glacier uses the AWS account ID associated with the credentials
used to sign the request. If you specify your account ID, do not include any hyphens ('-') in the ID.
AccountId value is the AWS account ID. This value must match the AWS account ID
associated with the credentials used to sign the request. You can either specify an AWS account ID or
optionally a single '-' (hyphen), in which case Amazon Glacier uses the AWS account ID
associated with the credentials used to sign the request. If you specify your account ID, do not include
any hyphens ('-') in the ID.public final String marker()
A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.
public final String limit()
The maximum number of vaults to be returned. The default limit is 10. The number of vaults returned might be fewer than the specified limit, but the number of returned vaults never exceeds the limit.
public ListVaultsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListVaultsRequest.Builder,ListVaultsRequest>toBuilder in class GlacierRequestpublic static ListVaultsRequest.Builder builder()
public static Class<? extends ListVaultsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2023. All rights reserved.