@Generated(value="software.amazon.awssdk:codegen") public final class CreateBackupSelectionRequest extends BackupRequest implements ToCopyableBuilder<CreateBackupSelectionRequest.Builder,CreateBackupSelectionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateBackupSelectionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
backupPlanId()
Uniquely identifies the backup plan to be associated with the selection of resources.
|
BackupSelection |
backupSelection()
Specifies the body of a request to assign a set of resources to a backup plan.
|
static CreateBackupSelectionRequest.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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateBackupSelectionRequest.Builder> |
serializableBuilderClass() |
CreateBackupSelectionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String backupPlanId()
Uniquely identifies the backup plan to be associated with the selection of resources.
public final BackupSelection backupSelection()
Specifies the body of a request to assign a set of resources to a backup plan.
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 CreateBackupSelectionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateBackupSelectionRequest.Builder,CreateBackupSelectionRequest>toBuilder in class BackupRequestpublic static CreateBackupSelectionRequest.Builder builder()
public static Class<? extends CreateBackupSelectionRequest.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.