@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListReviewableHITsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListReviewableHITsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListReviewableHITsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getHITTypeId()
The ID of the HIT type of the HITs to consider for the query.
|
Integer |
getMaxResults()
Limit the number of results returned.
|
String |
getNextToken()
Pagination Token
|
String |
getStatus()
Can be either
Reviewable or Reviewing. |
int |
hashCode() |
void |
setHITTypeId(String hITTypeId)
The ID of the HIT type of the HITs to consider for the query.
|
void |
setMaxResults(Integer maxResults)
Limit the number of results returned.
|
void |
setNextToken(String nextToken)
Pagination Token
|
void |
setStatus(ReviewableHITStatus status)
Can be either
Reviewable or Reviewing. |
void |
setStatus(String status)
Can be either
Reviewable or Reviewing. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListReviewableHITsRequest |
withHITTypeId(String hITTypeId)
The ID of the HIT type of the HITs to consider for the query.
|
ListReviewableHITsRequest |
withMaxResults(Integer maxResults)
Limit the number of results returned.
|
ListReviewableHITsRequest |
withNextToken(String nextToken)
Pagination Token
|
ListReviewableHITsRequest |
withStatus(ReviewableHITStatus status)
Can be either
Reviewable or Reviewing. |
ListReviewableHITsRequest |
withStatus(String status)
Can be either
Reviewable or Reviewing. |
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, withSdkRequestTimeoutpublic void setHITTypeId(String hITTypeId)
The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer are considered
hITTypeId - The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer
are consideredpublic String getHITTypeId()
The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer are considered
public ListReviewableHITsRequest withHITTypeId(String hITTypeId)
The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer are considered
hITTypeId - The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer
are consideredpublic void setStatus(String status)
Can be either Reviewable or Reviewing. Reviewable is the default value.
status - Can be either Reviewable or Reviewing. Reviewable is the default value.ReviewableHITStatuspublic String getStatus()
Can be either Reviewable or Reviewing. Reviewable is the default value.
Reviewable or Reviewing. Reviewable is the default value.ReviewableHITStatuspublic ListReviewableHITsRequest withStatus(String status)
Can be either Reviewable or Reviewing. Reviewable is the default value.
status - Can be either Reviewable or Reviewing. Reviewable is the default value.ReviewableHITStatuspublic void setStatus(ReviewableHITStatus status)
Can be either Reviewable or Reviewing. Reviewable is the default value.
status - Can be either Reviewable or Reviewing. Reviewable is the default value.ReviewableHITStatuspublic ListReviewableHITsRequest withStatus(ReviewableHITStatus status)
Can be either Reviewable or Reviewing. Reviewable is the default value.
status - Can be either Reviewable or Reviewing. Reviewable is the default value.ReviewableHITStatuspublic void setNextToken(String nextToken)
Pagination Token
nextToken - Pagination Tokenpublic String getNextToken()
Pagination Token
public ListReviewableHITsRequest 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 ListReviewableHITsRequest withMaxResults(Integer maxResults)
Limit the number of results returned.
maxResults - Limit the number of results returned.public String toString()
toString in class ObjectObject.toString()public ListReviewableHITsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.