Cloneable, ReadLimitInfo, ToCopyableBuilder<ListReviewPolicyResultsForHITRequest.Builder,ListReviewPolicyResultsForHITRequest>@Generated("software.amazon.awssdk:codegen") public class ListReviewPolicyResultsForHITRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListReviewPolicyResultsForHITRequest.Builder,ListReviewPolicyResultsForHITRequest>
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListReviewPolicyResultsForHITRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ListReviewPolicyResultsForHITRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hitId() |
The unique identifier of the HIT to retrieve review results for.
|
Integer |
maxResults() |
Limit the number of results returned.
|
String |
nextToken() |
Pagination token
|
List<String> |
policyLevels() |
The Policy Level(s) to retrieve review results for - HIT or Assignment.
|
Boolean |
retrieveActions() |
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their
outcomes.
|
Boolean |
retrieveResults() |
Specify if the operation should retrieve a list of the results computed by the Review Policies.
|
static Class<? extends ListReviewPolicyResultsForHITRequest.Builder> |
serializableBuilderClass() |
|
ListReviewPolicyResultsForHITRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String hitId()
The unique identifier of the HIT to retrieve review results for.
public List<String> policyLevels()
The Policy Level(s) to retrieve review results for - HIT or Assignment. If omitted, the default behavior is to retrieve all data for both policy levels. For a list of all the described policies, see Review Policies.
ReviewPolicyLevelpublic Boolean retrieveActions()
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.
public Boolean retrieveResults()
Specify if the operation should retrieve a list of the results computed by the Review Policies.
public String nextToken()
Pagination token
public Integer maxResults()
Limit the number of results returned.
public ListReviewPolicyResultsForHITRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListReviewPolicyResultsForHITRequest.Builder,ListReviewPolicyResultsForHITRequest>public static ListReviewPolicyResultsForHITRequest.Builder builder()
public static Class<? extends ListReviewPolicyResultsForHITRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.