@Generated(value="software.amazon.awssdk:codegen") public final class ListQualificationTypesRequest extends MTurkRequest implements ToCopyableBuilder<ListQualificationTypesRequest.Builder,ListQualificationTypesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListQualificationTypesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListQualificationTypesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return in a single call.
|
Boolean |
mustBeOwnedByCaller()
Specifies that only Qualification types that the Requester created are returned.
|
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.
|
String |
nextToken()
Returns the value of the NextToken property for this object.
|
String |
query()
A text query against all of the searchable attributes of Qualification types.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListQualificationTypesRequest.Builder> |
serializableBuilderClass() |
ListQualificationTypesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String query()
A text query against all of the searchable attributes of Qualification types.
public final 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.
public final Boolean mustBeOwnedByCaller()
Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.
public final String nextToken()
public final Integer maxResults()
The maximum number of results to return in a single call.
public ListQualificationTypesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListQualificationTypesRequest.Builder,ListQualificationTypesRequest>toBuilder in class MTurkRequestpublic static ListQualificationTypesRequest.Builder builder()
public static Class<? extends ListQualificationTypesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.