@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReviewPolicyResultsForHITRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListReviewPolicyResultsForHITRequest() |
Modifier and Type | Method and Description |
---|---|
ListReviewPolicyResultsForHITRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHITId()
The unique identifier of the HIT to retrieve review results for.
|
Integer |
getMaxResults()
Limit the number of results returned.
|
String |
getNextToken()
Pagination token
|
List<String> |
getPolicyLevels()
The Policy Level(s) to retrieve review results for - HIT or Assignment.
|
Boolean |
getRetrieveActions()
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their
outcomes.
|
Boolean |
getRetrieveResults()
Specify if the operation should retrieve a list of the results computed by the Review Policies.
|
int |
hashCode() |
Boolean |
isRetrieveActions()
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their
outcomes.
|
Boolean |
isRetrieveResults()
Specify if the operation should retrieve a list of the results computed by the Review Policies.
|
void |
setHITId(String hITId)
The unique identifier of the HIT to retrieve review results for.
|
void |
setMaxResults(Integer maxResults)
Limit the number of results returned.
|
void |
setNextToken(String nextToken)
Pagination token
|
void |
setPolicyLevels(Collection<String> policyLevels)
The Policy Level(s) to retrieve review results for - HIT or Assignment.
|
void |
setRetrieveActions(Boolean retrieveActions)
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their
outcomes.
|
void |
setRetrieveResults(Boolean retrieveResults)
Specify if the operation should retrieve a list of the results computed by the Review Policies.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListReviewPolicyResultsForHITRequest |
withHITId(String hITId)
The unique identifier of the HIT to retrieve review results for.
|
ListReviewPolicyResultsForHITRequest |
withMaxResults(Integer maxResults)
Limit the number of results returned.
|
ListReviewPolicyResultsForHITRequest |
withNextToken(String nextToken)
Pagination token
|
ListReviewPolicyResultsForHITRequest |
withPolicyLevels(Collection<String> policyLevels)
The Policy Level(s) to retrieve review results for - HIT or Assignment.
|
ListReviewPolicyResultsForHITRequest |
withPolicyLevels(ReviewPolicyLevel... policyLevels)
The Policy Level(s) to retrieve review results for - HIT or Assignment.
|
ListReviewPolicyResultsForHITRequest |
withPolicyLevels(String... policyLevels)
The Policy Level(s) to retrieve review results for - HIT or Assignment.
|
ListReviewPolicyResultsForHITRequest |
withRetrieveActions(Boolean retrieveActions)
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their
outcomes.
|
ListReviewPolicyResultsForHITRequest |
withRetrieveResults(Boolean retrieveResults)
Specify if the operation should retrieve a list of the results computed by the Review Policies.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public ListReviewPolicyResultsForHITRequest()
public void setHITId(String hITId)
The unique identifier of the HIT to retrieve review results for.
hITId
- The unique identifier of the HIT to retrieve review results for.public String getHITId()
The unique identifier of the HIT to retrieve review results for.
public ListReviewPolicyResultsForHITRequest withHITId(String hITId)
The unique identifier of the HIT to retrieve review results for.
hITId
- The unique identifier of the HIT to retrieve review results for.public List<String> getPolicyLevels()
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.
ReviewPolicyLevel
public void setPolicyLevels(Collection<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.
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.ReviewPolicyLevel
public ListReviewPolicyResultsForHITRequest withPolicyLevels(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.
NOTE: This method appends the values to the existing list (if any). Use
setPolicyLevels(java.util.Collection)
or withPolicyLevels(java.util.Collection)
if you want to
override the existing values.
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.ReviewPolicyLevel
public ListReviewPolicyResultsForHITRequest withPolicyLevels(Collection<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.
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.ReviewPolicyLevel
public ListReviewPolicyResultsForHITRequest withPolicyLevels(ReviewPolicyLevel... 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.
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.ReviewPolicyLevel
public void setRetrieveActions(Boolean retrieveActions)
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.
retrieveActions
- Specify if the operation should retrieve a list of the actions taken executing the Review Policies and
their outcomes.public Boolean getRetrieveActions()
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.
public ListReviewPolicyResultsForHITRequest withRetrieveActions(Boolean retrieveActions)
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.
retrieveActions
- Specify if the operation should retrieve a list of the actions taken executing the Review Policies and
their outcomes.public Boolean isRetrieveActions()
Specify if the operation should retrieve a list of the actions taken executing the Review Policies and their outcomes.
public void setRetrieveResults(Boolean retrieveResults)
Specify if the operation should retrieve a list of the results computed by the Review Policies.
retrieveResults
- Specify if the operation should retrieve a list of the results computed by the Review Policies.public Boolean getRetrieveResults()
Specify if the operation should retrieve a list of the results computed by the Review Policies.
public ListReviewPolicyResultsForHITRequest withRetrieveResults(Boolean retrieveResults)
Specify if the operation should retrieve a list of the results computed by the Review Policies.
retrieveResults
- Specify if the operation should retrieve a list of the results computed by the Review Policies.public Boolean isRetrieveResults()
Specify if the operation should retrieve a list of the results computed by the Review Policies.
public void setNextToken(String nextToken)
Pagination token
nextToken
- Pagination tokenpublic String getNextToken()
Pagination token
public ListReviewPolicyResultsForHITRequest withNextToken(String nextToken)
Pagination token
nextToken
- Pagination tokenpublic void setMaxResults(Integer maxResults)
Limit the number of results returned.
maxResults
- Limit the number of results returned.public Integer getMaxResults()
Limit the number of results returned.
public ListReviewPolicyResultsForHITRequest withMaxResults(Integer maxResults)
Limit the number of results returned.
maxResults
- Limit the number of results returned.public String toString()
toString
in class Object
Object.toString()
public ListReviewPolicyResultsForHITRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.