@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBackupSelectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateBackupSelectionRequest() |
Modifier and Type | Method and Description |
---|---|
CreateBackupSelectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupPlanId()
Uniquely identifies the backup plan to be associated with the selection of resources.
|
BackupSelection |
getBackupSelection()
Specifies the body of a request to assign a set of resources to a backup plan.
|
String |
getCreatorRequestId()
A unique string that identifies the request and allows failed requests to be retried without the risk of running
the operation twice.
|
int |
hashCode() |
void |
setBackupPlanId(String backupPlanId)
Uniquely identifies the backup plan to be associated with the selection of resources.
|
void |
setBackupSelection(BackupSelection backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
|
void |
setCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of running
the operation twice.
|
String |
toString()
Returns a string representation of this object.
|
CreateBackupSelectionRequest |
withBackupPlanId(String backupPlanId)
Uniquely identifies the backup plan to be associated with the selection of resources.
|
CreateBackupSelectionRequest |
withBackupSelection(BackupSelection backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
|
CreateBackupSelectionRequest |
withCreatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of running
the operation twice.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setBackupPlanId(String backupPlanId)
Uniquely identifies the backup plan to be associated with the selection of resources.
backupPlanId
- Uniquely identifies the backup plan to be associated with the selection of resources.public String getBackupPlanId()
Uniquely identifies the backup plan to be associated with the selection of resources.
public CreateBackupSelectionRequest withBackupPlanId(String backupPlanId)
Uniquely identifies the backup plan to be associated with the selection of resources.
backupPlanId
- Uniquely identifies the backup plan to be associated with the selection of resources.public void setBackupSelection(BackupSelection backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
backupSelection
- Specifies the body of a request to assign a set of resources to a backup plan.public BackupSelection getBackupSelection()
Specifies the body of a request to assign a set of resources to a backup plan.
public CreateBackupSelectionRequest withBackupSelection(BackupSelection backupSelection)
Specifies the body of a request to assign a set of resources to a backup plan.
backupSelection
- Specifies the body of a request to assign a set of resources to a backup plan.public void setCreatorRequestId(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.
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.
public String getCreatorRequestId()
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 withCreatorRequestId(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.
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.
public String toString()
toString
in class Object
Object.toString()
public CreateBackupSelectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()