@Generated(value="software.amazon.awssdk:codegen") public final class BackupSelectionsListMember extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BackupSelectionsListMember.Builder,BackupSelectionsListMember>
Contains metadata about a BackupSelection object.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BackupSelectionsListMember.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backupPlanId()
Uniquely identifies a backup plan.
|
static BackupSelectionsListMember.Builder |
builder() |
Instant |
creationDate()
The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC).
|
String |
creatorRequestId()
A unique string that identifies the request and allows failed requests to be retried without the risk of running
the operation twice.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamRoleArn()
Specifies the IAM role Amazon Resource Name (ARN) to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access. |
List<SdkField<?>> |
sdkFields() |
String |
selectionId()
Uniquely identifies a request to assign a set of resources to a backup plan.
|
String |
selectionName()
The display name of a resource selection document.
|
static Class<? extends BackupSelectionsListMember.Builder> |
serializableBuilderClass() |
BackupSelectionsListMember.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String selectionId()
Uniquely identifies a request to assign a set of resources to a backup plan.
public final String selectionName()
The display name of a resource selection document.
public final String backupPlanId()
Uniquely identifies a backup plan.
public final Instant creationDate()
The date and time a backup plan is created, in Unix format and Coordinated Universal Time (UTC). The value of
CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday,
January 26, 2018 12:11:30.087 AM.
CreationDate is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.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. This parameter is optional.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
public final String iamRoleArn()
Specifies the IAM role Amazon Resource Name (ARN) to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access.
arn:aws:iam::123456789012:role/S3Access.public BackupSelectionsListMember.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BackupSelectionsListMember.Builder,BackupSelectionsListMember>public static BackupSelectionsListMember.Builder builder()
public static Class<? extends BackupSelectionsListMember.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.