Class ListReviewPolicyResultsForHitResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.mturk.model.MTurkResponse
-
- software.amazon.awssdk.services.mturk.model.ListReviewPolicyResultsForHitResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListReviewPolicyResultsForHitResponse.Builder,ListReviewPolicyResultsForHitResponse>
@Generated("software.amazon.awssdk:codegen") public final class ListReviewPolicyResultsForHitResponse extends MTurkResponse implements ToCopyableBuilder<ListReviewPolicyResultsForHitResponse.Builder,ListReviewPolicyResultsForHitResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListReviewPolicyResultsForHitResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ReviewPolicyassignmentReviewPolicy()The name of the Assignment-level Review Policy.ReviewReportassignmentReviewReport()Contains both ReviewResult and ReviewAction elements for an Assignment.static ListReviewPolicyResultsForHitResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhitId()The HITId of the HIT for which results have been returned.ReviewPolicyhitReviewPolicy()The name of the HIT-level Review Policy.ReviewReporthitReviewReport()Contains both ReviewResult and ReviewAction elements for a particular HIT.StringnextToken()Returns the value of the NextToken property for this object.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListReviewPolicyResultsForHitResponse.Builder>serializableBuilderClass()ListReviewPolicyResultsForHitResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.mturk.model.MTurkResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
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.
-
toBuilder
public ListReviewPolicyResultsForHitResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListReviewPolicyResultsForHitResponse.Builder,ListReviewPolicyResultsForHitResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static ListReviewPolicyResultsForHitResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListReviewPolicyResultsForHitResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-