Class UpdateRestoreTestingSelectionRequest

    • Method Detail

      • restoreTestingPlanName

        public final String restoreTestingPlanName()

        The restore testing plan name is required to update the indicated testing plan.

        Returns:
        The restore testing plan name is required to update the indicated testing plan.
      • restoreTestingSelection

        public final RestoreTestingSelectionForUpdate restoreTestingSelection()

        To update your restore testing selection, you can use either protected resource ARNs or conditions, but not both. That is, if your selection has ProtectedResourceArns, requesting an update with the parameter ProtectedResourceConditions will be unsuccessful.

        Returns:
        To update your restore testing selection, you can use either protected resource ARNs or conditions, but not both. That is, if your selection has ProtectedResourceArns, requesting an update with the parameter ProtectedResourceConditions will be unsuccessful.
      • restoreTestingSelectionName

        public final String restoreTestingSelectionName()

        This is the required restore testing selection name of the restore testing selection you wish to update.

        Returns:
        This is the required restore testing selection name of the restore testing selection you wish to update.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object