@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetBackupSelectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| GetBackupSelectionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetBackupSelectionRequest | 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. | 
| GetBackupSelectionRequest | withBackupPlanId(String backupPlanId)
 Uniquely identifies a backup plan. | 
| GetBackupSelectionRequest | 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, withSdkRequestTimeoutpublic void setBackupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId - Uniquely identifies a backup plan.public String getBackupPlanId()
Uniquely identifies a backup plan.
public GetBackupSelectionRequest 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 GetBackupSelectionRequest 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 ObjectObject.toString()public GetBackupSelectionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()