@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRestoreTestingPlanResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetRestoreTestingPlanResult() |
Modifier and Type | Method and Description |
---|---|
GetRestoreTestingPlanResult |
clone() |
boolean |
equals(Object obj) |
RestoreTestingPlanForGet |
getRestoreTestingPlan()
Specifies the body of a restore testing plan.
|
int |
hashCode() |
void |
setRestoreTestingPlan(RestoreTestingPlanForGet restoreTestingPlan)
Specifies the body of a restore testing plan.
|
String |
toString()
Returns a string representation of this object.
|
GetRestoreTestingPlanResult |
withRestoreTestingPlan(RestoreTestingPlanForGet restoreTestingPlan)
Specifies the body of a restore testing plan.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setRestoreTestingPlan(RestoreTestingPlanForGet restoreTestingPlan)
Specifies the body of a restore testing plan. Includes RestoreTestingPlanName
.
restoreTestingPlan
- Specifies the body of a restore testing plan. Includes RestoreTestingPlanName
.public RestoreTestingPlanForGet getRestoreTestingPlan()
Specifies the body of a restore testing plan. Includes RestoreTestingPlanName
.
RestoreTestingPlanName
.public GetRestoreTestingPlanResult withRestoreTestingPlan(RestoreTestingPlanForGet restoreTestingPlan)
Specifies the body of a restore testing plan. Includes RestoreTestingPlanName
.
restoreTestingPlan
- Specifies the body of a restore testing plan. Includes RestoreTestingPlanName
.public String toString()
toString
in class Object
Object.toString()
public GetRestoreTestingPlanResult clone()