Class CreateRestoreTestingSelectionRequest

    • Method Detail

      • creatorRequestId

        public final String creatorRequestId()

        This is an optional unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

        Returns:
        This is an optional unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.
      • restoreTestingPlanName

        public final String restoreTestingPlanName()

        Input the restore testing plan name that was returned from the related CreateRestoreTestingPlan request.

        Returns:
        Input the restore testing plan name that was returned from the related CreateRestoreTestingPlan request.
      • restoreTestingSelection

        public final RestoreTestingSelectionForCreate restoreTestingSelection()

        This consists of RestoreTestingSelectionName, ProtectedResourceType, and one of the following:

        • ProtectedResourceArns

        • ProtectedResourceConditions

        Each protected resource type can have one single value.

        A restore testing selection can include a wildcard value ("*") for ProtectedResourceArns along with ProtectedResourceConditions. Alternatively, you can include up to 30 specific protected resource ARNs in ProtectedResourceArns.

        Returns:
        This consists of RestoreTestingSelectionName, ProtectedResourceType, and one of the following:

        • ProtectedResourceArns

        • ProtectedResourceConditions

        Each protected resource type can have one single value.

        A restore testing selection can include a wildcard value ("*") for ProtectedResourceArns along with ProtectedResourceConditions. Alternatively, you can include up to 30 specific protected resource ARNs in ProtectedResourceArns.

      • 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