@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRestoreTestingSelectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetRestoreTestingSelectionRequest() |
Modifier and Type | Method and Description |
---|---|
GetRestoreTestingSelectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRestoreTestingPlanName()
Required unique name of the restore testing plan.
|
String |
getRestoreTestingSelectionName()
Required unique name of the restore testing selection.
|
int |
hashCode() |
void |
setRestoreTestingPlanName(String restoreTestingPlanName)
Required unique name of the restore testing plan.
|
void |
setRestoreTestingSelectionName(String restoreTestingSelectionName)
Required unique name of the restore testing selection.
|
String |
toString()
Returns a string representation of this object.
|
GetRestoreTestingSelectionRequest |
withRestoreTestingPlanName(String restoreTestingPlanName)
Required unique name of the restore testing plan.
|
GetRestoreTestingSelectionRequest |
withRestoreTestingSelectionName(String restoreTestingSelectionName)
Required unique name of the restore testing selection.
|
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 setRestoreTestingPlanName(String restoreTestingPlanName)
Required unique name of the restore testing plan.
restoreTestingPlanName
- Required unique name of the restore testing plan.public String getRestoreTestingPlanName()
Required unique name of the restore testing plan.
public GetRestoreTestingSelectionRequest withRestoreTestingPlanName(String restoreTestingPlanName)
Required unique name of the restore testing plan.
restoreTestingPlanName
- Required unique name of the restore testing plan.public void setRestoreTestingSelectionName(String restoreTestingSelectionName)
Required unique name of the restore testing selection.
restoreTestingSelectionName
- Required unique name of the restore testing selection.public String getRestoreTestingSelectionName()
Required unique name of the restore testing selection.
public GetRestoreTestingSelectionRequest withRestoreTestingSelectionName(String restoreTestingSelectionName)
Required unique name of the restore testing selection.
restoreTestingSelectionName
- Required unique name of the restore testing selection.public String toString()
toString
in class Object
Object.toString()
public GetRestoreTestingSelectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()