Class CreateBackupSelectionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.backup.model.BackupRequest
-
- software.amazon.awssdk.services.backup.model.CreateBackupSelectionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateBackupSelectionRequest.Builder,CreateBackupSelectionRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateBackupSelectionRequest extends BackupRequest implements ToCopyableBuilder<CreateBackupSelectionRequest.Builder,CreateBackupSelectionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateBackupSelectionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbackupPlanId()Uniquely identifies the backup plan to be associated with the selection of resources.BackupSelectionbackupSelection()Specifies the body of a request to assign a set of resources to a backup plan.static CreateBackupSelectionRequest.Builderbuilder()StringcreatorRequestId()A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CreateBackupSelectionRequest.Builder>serializableBuilderClass()CreateBackupSelectionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
backupPlanId
public final String backupPlanId()
Uniquely identifies the backup plan to be associated with the selection of resources.
- Returns:
- Uniquely identifies the backup plan to be associated with the selection of resources.
-
backupSelection
public final BackupSelection backupSelection()
Specifies the body of a request to assign a set of resources to a backup plan.
- Returns:
- Specifies the body of a request to assign a set of resources to a backup plan.
-
creatorRequestId
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.
- Returns:
- 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.
-
toBuilder
public CreateBackupSelectionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateBackupSelectionRequest.Builder,CreateBackupSelectionRequest>- Specified by:
toBuilderin classBackupRequest
-
builder
public static CreateBackupSelectionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateBackupSelectionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-