@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListHITsForQualificationTypeRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListHITsForQualificationTypeRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListHITsForQualificationTypeRequest |
clone() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Limit the number of results returned.
|
String |
getNextToken()
Pagination Token
|
String |
getQualificationTypeId()
The ID of the Qualification type to use when querying HITs.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Limit the number of results returned.
|
void |
setNextToken(String nextToken)
Pagination Token
|
void |
setQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type to use when querying HITs.
|
String |
toString()
Returns a string representation of this object.
|
ListHITsForQualificationTypeRequest |
withMaxResults(Integer maxResults)
Limit the number of results returned.
|
ListHITsForQualificationTypeRequest |
withNextToken(String nextToken)
Pagination Token
|
ListHITsForQualificationTypeRequest |
withQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type to use when querying HITs.
|
addHandlerContext, copyBaseTo, 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 setQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type to use when querying HITs.
qualificationTypeId - The ID of the Qualification type to use when querying HITs.public String getQualificationTypeId()
The ID of the Qualification type to use when querying HITs.
public ListHITsForQualificationTypeRequest withQualificationTypeId(String qualificationTypeId)
The ID of the Qualification type to use when querying HITs.
qualificationTypeId - The ID of the Qualification type to use when querying HITs.public void setNextToken(String nextToken)
Pagination Token
nextToken - Pagination Tokenpublic String getNextToken()
Pagination Token
public ListHITsForQualificationTypeRequest 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 ListHITsForQualificationTypeRequest 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 ListHITsForQualificationTypeRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.