Class CreateRestoreTestingSelectionResponse

    • Method Detail

      • creationTime

        public final Instant creationTime()

        This is the time the resource testing selection was created successfully.

        Returns:
        This is the time the resource testing selection was created successfully.
      • restoreTestingPlanArn

        public final String restoreTestingPlanArn()

        This is the ARN of the restore testing plan with which the restore testing selection is associated.

        Returns:
        This is the ARN of the restore testing plan with which the restore testing selection is associated.
      • restoreTestingPlanName

        public final String restoreTestingPlanName()

        Unique string that is the name of the restore testing plan.

        The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.

        Returns:
        Unique string that is the name of the restore testing plan.

        The name cannot be changed after creation. The name consists of only alphanumeric characters and underscores. Maximum length is 50.

      • restoreTestingSelectionName

        public final String restoreTestingSelectionName()

        This is the unique name of the restore testing selection that belongs to the related restore testing plan.

        Returns:
        This is the unique name of the restore testing selection that belongs to the related restore testing plan.
      • 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