@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRestoreTestingPlanRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateRestoreTestingPlanRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateRestoreTestingPlanRequest |
clone() |
boolean |
equals(Object obj) |
RestoreTestingPlanForUpdate |
getRestoreTestingPlan()
Specifies the body of a restore testing plan.
|
String |
getRestoreTestingPlanName()
This is the restore testing plan name you wish to update.
|
int |
hashCode() |
void |
setRestoreTestingPlan(RestoreTestingPlanForUpdate restoreTestingPlan)
Specifies the body of a restore testing plan.
|
void |
setRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan name you wish to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRestoreTestingPlanRequest |
withRestoreTestingPlan(RestoreTestingPlanForUpdate restoreTestingPlan)
Specifies the body of a restore testing plan.
|
UpdateRestoreTestingPlanRequest |
withRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan name you wish to update.
|
addHandlerContext, copyBaseTo, 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 setRestoreTestingPlan(RestoreTestingPlanForUpdate restoreTestingPlan)
Specifies the body of a restore testing plan.
restoreTestingPlan - Specifies the body of a restore testing plan.public RestoreTestingPlanForUpdate getRestoreTestingPlan()
Specifies the body of a restore testing plan.
public UpdateRestoreTestingPlanRequest withRestoreTestingPlan(RestoreTestingPlanForUpdate restoreTestingPlan)
Specifies the body of a restore testing plan.
restoreTestingPlan - Specifies the body of a restore testing plan.public void setRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan name you wish to update.
restoreTestingPlanName - This is the restore testing plan name you wish to update.public String getRestoreTestingPlanName()
This is the restore testing plan name you wish to update.
public UpdateRestoreTestingPlanRequest withRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan name you wish to update.
restoreTestingPlanName - This is the restore testing plan name you wish to update.public String toString()
toString in class ObjectObject.toString()public UpdateRestoreTestingPlanRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.