@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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 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 Object
Object.toString()
public UpdateRestoreTestingPlanRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()