@Generated(value="software.amazon.awssdk:codegen") public final class RecoveryPointMember extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecoveryPointMember.Builder,RecoveryPointMember>
This is a recovery point which is a child (nested) recovery point of a parent (composite) recovery point. These recovery points can be disassociated from their parent (composite) recovery point, in which case they will no longer be a member.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecoveryPointMember.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backupVaultName()
This is the name of the backup vault (the logical container in which backups are stored).
|
static RecoveryPointMember.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) of the parent (composite) recovery point.
|
String |
resourceArn()
This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.
|
String |
resourceType()
This is the Amazon Web Services resource type that is saved as a recovery point.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecoveryPointMember.Builder> |
serializableBuilderClass() |
RecoveryPointMember.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String recoveryPointArn()
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
public final String resourceArn()
This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.
public final String resourceType()
This is the Amazon Web Services resource type that is saved as a recovery point.
public final String backupVaultName()
This is the name of the backup vault (the logical container in which backups are stored).
public RecoveryPointMember.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RecoveryPointMember.Builder,RecoveryPointMember>public static RecoveryPointMember.Builder builder()
public static Class<? extends RecoveryPointMember.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.