@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRestoreTestingSelectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| UpdateRestoreTestingSelectionRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateRestoreTestingSelectionRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getRestoreTestingPlanName()
 The restore testing plan name is required to update the indicated testing plan. | 
| RestoreTestingSelectionForUpdate | getRestoreTestingSelection()
 To update your restore testing selection, you can use either protected resource ARNs or conditions, but not both. | 
| String | getRestoreTestingSelectionName()
 This is the required restore testing selection name of the restore testing selection you wish to update. | 
| int | hashCode() | 
| void | setRestoreTestingPlanName(String restoreTestingPlanName)
 The restore testing plan name is required to update the indicated testing plan. | 
| void | setRestoreTestingSelection(RestoreTestingSelectionForUpdate restoreTestingSelection)
 To update your restore testing selection, you can use either protected resource ARNs or conditions, but not both. | 
| void | setRestoreTestingSelectionName(String restoreTestingSelectionName)
 This is the required restore testing selection name of the restore testing selection you wish to update. | 
| String | toString()Returns a string representation of this object. | 
| UpdateRestoreTestingSelectionRequest | withRestoreTestingPlanName(String restoreTestingPlanName)
 The restore testing plan name is required to update the indicated testing plan. | 
| UpdateRestoreTestingSelectionRequest | withRestoreTestingSelection(RestoreTestingSelectionForUpdate restoreTestingSelection)
 To update your restore testing selection, you can use either protected resource ARNs or conditions, but not both. | 
| UpdateRestoreTestingSelectionRequest | withRestoreTestingSelectionName(String restoreTestingSelectionName)
 This is the required restore testing selection name of the restore testing selection you wish to update. | 
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 UpdateRestoreTestingSelectionRequest()
public void setRestoreTestingPlanName(String restoreTestingPlanName)
The restore testing plan name is required to update the indicated testing plan.
restoreTestingPlanName - The restore testing plan name is required to update the indicated testing plan.public String getRestoreTestingPlanName()
The restore testing plan name is required to update the indicated testing plan.
public UpdateRestoreTestingSelectionRequest withRestoreTestingPlanName(String restoreTestingPlanName)
The restore testing plan name is required to update the indicated testing plan.
restoreTestingPlanName - The restore testing plan name is required to update the indicated testing plan.public void setRestoreTestingSelection(RestoreTestingSelectionForUpdate restoreTestingSelection)
 To update your restore testing selection, you can use either protected resource ARNs or conditions, but not both.
 That is, if your selection has ProtectedResourceArns, requesting an update with the parameter
 ProtectedResourceConditions will be unsuccessful.
 
restoreTestingSelection - To update your restore testing selection, you can use either protected resource ARNs or conditions, but
        not both. That is, if your selection has ProtectedResourceArns, requesting an update with the
        parameter ProtectedResourceConditions will be unsuccessful.public RestoreTestingSelectionForUpdate getRestoreTestingSelection()
 To update your restore testing selection, you can use either protected resource ARNs or conditions, but not both.
 That is, if your selection has ProtectedResourceArns, requesting an update with the parameter
 ProtectedResourceConditions will be unsuccessful.
 
ProtectedResourceArns, requesting an update with
         the parameter ProtectedResourceConditions will be unsuccessful.public UpdateRestoreTestingSelectionRequest withRestoreTestingSelection(RestoreTestingSelectionForUpdate restoreTestingSelection)
 To update your restore testing selection, you can use either protected resource ARNs or conditions, but not both.
 That is, if your selection has ProtectedResourceArns, requesting an update with the parameter
 ProtectedResourceConditions will be unsuccessful.
 
restoreTestingSelection - To update your restore testing selection, you can use either protected resource ARNs or conditions, but
        not both. That is, if your selection has ProtectedResourceArns, requesting an update with the
        parameter ProtectedResourceConditions will be unsuccessful.public void setRestoreTestingSelectionName(String restoreTestingSelectionName)
This is the required restore testing selection name of the restore testing selection you wish to update.
restoreTestingSelectionName - This is the required restore testing selection name of the restore testing selection you wish to update.public String getRestoreTestingSelectionName()
This is the required restore testing selection name of the restore testing selection you wish to update.
public UpdateRestoreTestingSelectionRequest withRestoreTestingSelectionName(String restoreTestingSelectionName)
This is the required restore testing selection name of the restore testing selection you wish to update.
restoreTestingSelectionName - This is the required restore testing selection name of the restore testing selection you wish to update.public String toString()
toString in class ObjectObject.toString()public UpdateRestoreTestingSelectionRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()