@Generated(value="software.amazon.awssdk:codegen") public final class DescribeBackupVaultRequest extends BackupRequest implements ToCopyableBuilder<DescribeBackupVaultRequest.Builder,DescribeBackupVaultRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeBackupVaultRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backupVaultAccountId()
This is the account ID of the specified backup vault.
|
String |
backupVaultName()
The name of a logical container where backups are stored.
|
static DescribeBackupVaultRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeBackupVaultRequest.Builder> |
serializableBuilderClass() |
DescribeBackupVaultRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String backupVaultName()
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
public final String backupVaultAccountId()
This is the account ID of the specified backup vault.
public DescribeBackupVaultRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeBackupVaultRequest.Builder,DescribeBackupVaultRequest>toBuilder in class BackupRequestpublic static DescribeBackupVaultRequest.Builder builder()
public static Class<? extends DescribeBackupVaultRequest.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.