@Generated(value="software.amazon.awssdk:codegen") public final class DisassociateRecoveryPointFromParentRequest extends BackupRequest implements ToCopyableBuilder<DisassociateRecoveryPointFromParentRequest.Builder,DisassociateRecoveryPointFromParentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DisassociateRecoveryPointFromParentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backupVaultName()
This is the name of a logical container where the child (nested) recovery point is stored.
|
static DisassociateRecoveryPointFromParentRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
recoveryPointArn()
This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DisassociateRecoveryPointFromParentRequest.Builder> |
serializableBuilderClass() |
DisassociateRecoveryPointFromParentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String backupVaultName()
This is the name of a logical container where the child (nested) recovery point is 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()
This is the Amazon Resource Name (ARN) that uniquely identifies the child (nested) 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 DisassociateRecoveryPointFromParentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DisassociateRecoveryPointFromParentRequest.Builder,DisassociateRecoveryPointFromParentRequest>toBuilder in class BackupRequestpublic static DisassociateRecoveryPointFromParentRequest.Builder builder()
public static Class<? extends DisassociateRecoveryPointFromParentRequest.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.