Class ListReviewPolicyResultsForHitResponse

    • Method Detail

      • hitId

        public final String hitId()

        The HITId of the HIT for which results have been returned.

        Returns:
        The HITId of the HIT for which results have been returned.
      • assignmentReviewPolicy

        public final ReviewPolicy assignmentReviewPolicy()

        The name of the Assignment-level Review Policy. This contains only the PolicyName element.

        Returns:
        The name of the Assignment-level Review Policy. This contains only the PolicyName element.
      • hitReviewPolicy

        public final ReviewPolicy hitReviewPolicy()

        The name of the HIT-level Review Policy. This contains only the PolicyName element.

        Returns:
        The name of the HIT-level Review Policy. This contains only the PolicyName element.
      • assignmentReviewReport

        public final ReviewReport assignmentReviewReport()

        Contains both ReviewResult and ReviewAction elements for an Assignment.

        Returns:
        Contains both ReviewResult and ReviewAction elements for an Assignment.
      • hitReviewReport

        public final ReviewReport hitReviewReport()

        Contains both ReviewResult and ReviewAction elements for a particular HIT.

        Returns:
        Contains both ReviewResult and ReviewAction elements for a particular HIT.
      • nextToken

        public final String nextToken()
        Returns the value of the NextToken property for this object.
        Returns:
        The value of the NextToken property for this object.
      • 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