@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteBackupSelectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteBackupSelectionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteBackupSelectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBackupPlanId()
Uniquely identifies a backup plan.
|
String |
getSelectionId()
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
|
int |
hashCode() |
void |
setBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
void |
setSelectionId(String selectionId)
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
|
String |
toString()
Returns a string representation of this object.
|
DeleteBackupSelectionRequest |
withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
DeleteBackupSelectionRequest |
withSelectionId(String selectionId)
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
|
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 a backup plan.
backupPlanId
- Uniquely identifies a backup plan.public String getBackupPlanId()
Uniquely identifies a backup plan.
public DeleteBackupSelectionRequest withBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId
- Uniquely identifies a backup plan.public void setSelectionId(String selectionId)
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
selectionId
- Uniquely identifies the body of a request to assign a set of resources to a backup plan.public String getSelectionId()
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
public DeleteBackupSelectionRequest withSelectionId(String selectionId)
Uniquely identifies the body of a request to assign a set of resources to a backup plan.
selectionId
- Uniquely identifies the body of a request to assign a set of resources to a backup plan.public String toString()
toString
in class Object
Object.toString()
public DeleteBackupSelectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.