@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRestoreTestingSelectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateRestoreTestingSelectionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateRestoreTestingSelectionResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
This is the time the resource testing selection was updated successfully.
|
String |
getRestoreTestingPlanArn()
Unique string that is the name of the restore testing plan.
|
String |
getRestoreTestingPlanName()
This is the restore testing plan with which the updated restore testing selection is associated.
|
String |
getRestoreTestingSelectionName()
This is the returned restore testing selection name.
|
Date |
getUpdateTime()
This is the time the update completed for the restore testing selection.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
This is the time the resource testing selection was updated successfully.
|
void |
setRestoreTestingPlanArn(String restoreTestingPlanArn)
Unique string that is the name of the restore testing plan.
|
void |
setRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan with which the updated restore testing selection is associated.
|
void |
setRestoreTestingSelectionName(String restoreTestingSelectionName)
This is the returned restore testing selection name.
|
void |
setUpdateTime(Date updateTime)
This is the time the update completed for the restore testing selection.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRestoreTestingSelectionResult |
withCreationTime(Date creationTime)
This is the time the resource testing selection was updated successfully.
|
UpdateRestoreTestingSelectionResult |
withRestoreTestingPlanArn(String restoreTestingPlanArn)
Unique string that is the name of the restore testing plan.
|
UpdateRestoreTestingSelectionResult |
withRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan with which the updated restore testing selection is associated.
|
UpdateRestoreTestingSelectionResult |
withRestoreTestingSelectionName(String restoreTestingSelectionName)
This is the returned restore testing selection name.
|
UpdateRestoreTestingSelectionResult |
withUpdateTime(Date updateTime)
This is the time the update completed for the restore testing selection.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setCreationTime(Date creationTime)
This is the time the resource testing selection was updated successfully.
creationTime
- This is the time the resource testing selection was updated successfully.public Date getCreationTime()
This is the time the resource testing selection was updated successfully.
public UpdateRestoreTestingSelectionResult withCreationTime(Date creationTime)
This is the time the resource testing selection was updated successfully.
creationTime
- This is the time the resource testing selection was updated successfully.public void setRestoreTestingPlanArn(String restoreTestingPlanArn)
Unique string that is the name of the restore testing plan.
restoreTestingPlanArn
- Unique string that is the name of the restore testing plan.public String getRestoreTestingPlanArn()
Unique string that is the name of the restore testing plan.
public UpdateRestoreTestingSelectionResult withRestoreTestingPlanArn(String restoreTestingPlanArn)
Unique string that is the name of the restore testing plan.
restoreTestingPlanArn
- Unique string that is the name of the restore testing plan.public void setRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan with which the updated restore testing selection is associated.
restoreTestingPlanName
- This is the restore testing plan with which the updated restore testing selection is associated.public String getRestoreTestingPlanName()
This is the restore testing plan with which the updated restore testing selection is associated.
public UpdateRestoreTestingSelectionResult withRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan with which the updated restore testing selection is associated.
restoreTestingPlanName
- This is the restore testing plan with which the updated restore testing selection is associated.public void setRestoreTestingSelectionName(String restoreTestingSelectionName)
This is the returned restore testing selection name.
restoreTestingSelectionName
- This is the returned restore testing selection name.public String getRestoreTestingSelectionName()
This is the returned restore testing selection name.
public UpdateRestoreTestingSelectionResult withRestoreTestingSelectionName(String restoreTestingSelectionName)
This is the returned restore testing selection name.
restoreTestingSelectionName
- This is the returned restore testing selection name.public void setUpdateTime(Date updateTime)
This is the time the update completed for the restore testing selection.
updateTime
- This is the time the update completed for the restore testing selection.public Date getUpdateTime()
This is the time the update completed for the restore testing selection.
public UpdateRestoreTestingSelectionResult withUpdateTime(Date updateTime)
This is the time the update completed for the restore testing selection.
updateTime
- This is the time the update completed for the restore testing selection.public String toString()
toString
in class Object
Object.toString()
public UpdateRestoreTestingSelectionResult clone()