@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListQualificationTypesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListQualificationTypesRequest() |
Modifier and Type | Method and Description |
---|---|
ListQualificationTypesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
The maximum number of results to return in a single call.
|
Boolean |
getMustBeOwnedByCaller()
Specifies that only Qualification types that the Requester created are returned.
|
Boolean |
getMustBeRequestable()
Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such
as by taking a Qualification test, are returned as results of the search.
|
String |
getNextToken() |
String |
getQuery()
A text query against all of the searchable attributes of Qualification types.
|
int |
hashCode() |
Boolean |
isMustBeOwnedByCaller()
Specifies that only Qualification types that the Requester created are returned.
|
Boolean |
isMustBeRequestable()
Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such
as by taking a Qualification test, are returned as results of the search.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
void |
setMustBeOwnedByCaller(Boolean mustBeOwnedByCaller)
Specifies that only Qualification types that the Requester created are returned.
|
void |
setMustBeRequestable(Boolean mustBeRequestable)
Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such
as by taking a Qualification test, are returned as results of the search.
|
void |
setNextToken(String nextToken) |
void |
setQuery(String query)
A text query against all of the searchable attributes of Qualification types.
|
String |
toString()
Returns a string representation of this object.
|
ListQualificationTypesRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListQualificationTypesRequest |
withMustBeOwnedByCaller(Boolean mustBeOwnedByCaller)
Specifies that only Qualification types that the Requester created are returned.
|
ListQualificationTypesRequest |
withMustBeRequestable(Boolean mustBeRequestable)
Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such
as by taking a Qualification test, are returned as results of the search.
|
ListQualificationTypesRequest |
withNextToken(String nextToken) |
ListQualificationTypesRequest |
withQuery(String query)
A text query against all of the searchable attributes of Qualification types.
|
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 void setQuery(String query)
A text query against all of the searchable attributes of Qualification types.
query
- A text query against all of the searchable attributes of Qualification types.public String getQuery()
A text query against all of the searchable attributes of Qualification types.
public ListQualificationTypesRequest withQuery(String query)
A text query against all of the searchable attributes of Qualification types.
query
- A text query against all of the searchable attributes of Qualification types.public void setMustBeRequestable(Boolean mustBeRequestable)
Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True | False.
mustBeRequestable
- Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web
site, such as by taking a Qualification test, are returned as results of the search. Some Qualification
types, such as those assigned automatically by the system, cannot be requested directly by users. If
false, all Qualification types, including those managed by the system, are considered. Valid values are
True | False.public Boolean getMustBeRequestable()
Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True | False.
public ListQualificationTypesRequest withMustBeRequestable(Boolean mustBeRequestable)
Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True | False.
mustBeRequestable
- Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web
site, such as by taking a Qualification test, are returned as results of the search. Some Qualification
types, such as those assigned automatically by the system, cannot be requested directly by users. If
false, all Qualification types, including those managed by the system, are considered. Valid values are
True | False.public Boolean isMustBeRequestable()
Specifies that only Qualification types that a user can request through the Amazon Mechanical Turk web site, such as by taking a Qualification test, are returned as results of the search. Some Qualification types, such as those assigned automatically by the system, cannot be requested directly by users. If false, all Qualification types, including those managed by the system, are considered. Valid values are True | False.
public void setMustBeOwnedByCaller(Boolean mustBeOwnedByCaller)
Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.
mustBeOwnedByCaller
- Specifies that only Qualification types that the Requester created are returned. If false, the operation
returns all Qualification types.public Boolean getMustBeOwnedByCaller()
Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.
public ListQualificationTypesRequest withMustBeOwnedByCaller(Boolean mustBeOwnedByCaller)
Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.
mustBeOwnedByCaller
- Specifies that only Qualification types that the Requester created are returned. If false, the operation
returns all Qualification types.public Boolean isMustBeOwnedByCaller()
Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.
public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public ListQualificationTypesRequest withNextToken(String nextToken)
nextToken
- public void setMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public Integer getMaxResults()
The maximum number of results to return in a single call.
public ListQualificationTypesRequest withMaxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults
- The maximum number of results to return in a single call.public String toString()
toString
in class Object
Object.toString()
public ListQualificationTypesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()