@Generated(value="software.amazon.awssdk:codegen") public final class DescribeRecoveryPointRequest extends BackupRequest implements ToCopyableBuilder<DescribeRecoveryPointRequest.Builder,DescribeRecoveryPointRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeRecoveryPointRequest.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 DescribeRecoveryPointRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
recoveryPointArn()
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeRecoveryPointRequest.Builder> |
serializableBuilderClass() |
DescribeRecoveryPointRequest.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 recoveryPointArn()
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.public final String backupVaultAccountId()
This is the account ID of the specified backup vault.
public DescribeRecoveryPointRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeRecoveryPointRequest.Builder,DescribeRecoveryPointRequest>toBuilder in class BackupRequestpublic static DescribeRecoveryPointRequest.Builder builder()
public static Class<? extends DescribeRecoveryPointRequest.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.