@Generated(value="software.amazon.awssdk:codegen") public final class CreateBackupVaultRequest extends BackupRequest implements ToCopyableBuilder<CreateBackupVaultRequest.Builder,CreateBackupVaultRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateBackupVaultRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backupVaultName()
The name of a logical container where backups are stored.
|
Map<String,String> |
backupVaultTags()
Metadata that you can assign to help organize the resources that you create.
|
static CreateBackupVaultRequest.Builder |
builder() |
String |
creatorRequestId()
A unique string that identifies the request and allows failed requests to be retried without the risk of running
the operation twice.
|
String |
encryptionKeyArn()
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasBackupVaultTags()
Returns true if the BackupVaultTags property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateBackupVaultRequest.Builder> |
serializableBuilderClass() |
CreateBackupVaultRequest.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 AWS Region where they are created. They consist of letters, numbers, and hyphens.
public final boolean hasBackupVaultTags()
public final Map<String,String> backupVaultTags()
Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasBackupVaultTags() to see if a value was sent in this field.
public final String encryptionKeyArn()
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.public final String creatorRequestId()
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.
public CreateBackupVaultRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateBackupVaultRequest.Builder,CreateBackupVaultRequest>toBuilder in class BackupRequestpublic static CreateBackupVaultRequest.Builder builder()
public static Class<? extends CreateBackupVaultRequest.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 © 2021. All rights reserved.