@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBackupPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateBackupPlanRequest() |
Modifier and Type | Method and Description |
---|---|
CreateBackupPlanRequest |
addBackupPlanTagsEntry(String key,
String value)
Add a single BackupPlanTags entry
|
CreateBackupPlanRequest |
clearBackupPlanTagsEntries()
Removes all the entries added into BackupPlanTags.
|
CreateBackupPlanRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
BackupPlanInput |
getBackupPlan()
Specifies the body of a backup plan.
|
Map<String,String> |
getBackupPlanTags()
To help organize your resources, you can assign your own metadata to the resources that you create.
|
String |
getCreatorRequestId()
Identifies the request and allows failed requests to be retried without the risk of executing the operation
twice.
|
int |
hashCode() |
void |
setBackupPlan(BackupPlanInput backupPlan)
Specifies the body of a backup plan.
|
void |
setBackupPlanTags(Map<String,String> backupPlanTags)
To help organize your resources, you can assign your own metadata to the resources that you create.
|
void |
setCreatorRequestId(String creatorRequestId)
Identifies the request and allows failed requests to be retried without the risk of executing the operation
twice.
|
String |
toString()
Returns a string representation of this object.
|
CreateBackupPlanRequest |
withBackupPlan(BackupPlanInput backupPlan)
Specifies the body of a backup plan.
|
CreateBackupPlanRequest |
withBackupPlanTags(Map<String,String> backupPlanTags)
To help organize your resources, you can assign your own metadata to the resources that you create.
|
CreateBackupPlanRequest |
withCreatorRequestId(String creatorRequestId)
Identifies the request and allows failed requests to be retried without the risk of executing 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 setBackupPlan(BackupPlanInput backupPlan)
Specifies the body of a backup plan. Includes a BackupPlanName
and one or more sets of
Rules
.
backupPlan
- Specifies the body of a backup plan. Includes a BackupPlanName
and one or more sets of
Rules
.public BackupPlanInput getBackupPlan()
Specifies the body of a backup plan. Includes a BackupPlanName
and one or more sets of
Rules
.
BackupPlanName
and one or more sets of
Rules
.public CreateBackupPlanRequest withBackupPlan(BackupPlanInput backupPlan)
Specifies the body of a backup plan. Includes a BackupPlanName
and one or more sets of
Rules
.
backupPlan
- Specifies the body of a backup plan. Includes a BackupPlanName
and one or more sets of
Rules
.public Map<String,String> getBackupPlanTags()
To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.
public void setBackupPlanTags(Map<String,String> backupPlanTags)
To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.
backupPlanTags
- To help organize your resources, you can assign your own metadata to the resources that you create. Each
tag is a key-value pair. The specified tags are assigned to all backups created with this plan.public CreateBackupPlanRequest withBackupPlanTags(Map<String,String> backupPlanTags)
To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.
backupPlanTags
- To help organize your resources, you can assign your own metadata to the resources that you create. Each
tag is a key-value pair. The specified tags are assigned to all backups created with this plan.public CreateBackupPlanRequest addBackupPlanTagsEntry(String key, String value)
public CreateBackupPlanRequest clearBackupPlanTagsEntries()
public void setCreatorRequestId(String creatorRequestId)
Identifies the request and allows failed requests to be retried without the risk of executing the operation
twice. If the request includes a CreatorRequestId
that matches an existing backup plan, that plan is
returned. This parameter is optional.
creatorRequestId
- Identifies the request and allows failed requests to be retried without the risk of executing the
operation twice. If the request includes a CreatorRequestId
that matches an existing backup
plan, that plan is returned. This parameter is optional.public String getCreatorRequestId()
Identifies the request and allows failed requests to be retried without the risk of executing the operation
twice. If the request includes a CreatorRequestId
that matches an existing backup plan, that plan is
returned. This parameter is optional.
CreatorRequestId
that matches an existing backup
plan, that plan is returned. This parameter is optional.public CreateBackupPlanRequest withCreatorRequestId(String creatorRequestId)
Identifies the request and allows failed requests to be retried without the risk of executing the operation
twice. If the request includes a CreatorRequestId
that matches an existing backup plan, that plan is
returned. This parameter is optional.
creatorRequestId
- Identifies the request and allows failed requests to be retried without the risk of executing the
operation twice. If the request includes a CreatorRequestId
that matches an existing backup
plan, that plan is returned. This parameter is optional.public String toString()
toString
in class Object
Object.toString()
public CreateBackupPlanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.