Class ListQualificationTypesRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.mturk.model.MTurkRequest
-
- software.amazon.awssdk.services.mturk.model.ListQualificationTypesRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListQualificationTypesRequest.Builder,ListQualificationTypesRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListQualificationTypesRequest extends MTurkRequest implements ToCopyableBuilder<ListQualificationTypesRequest.Builder,ListQualificationTypesRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListQualificationTypesRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListQualificationTypesRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results to return in a single call.BooleanmustBeOwnedByCaller()Specifies that only Qualification types that the Requester created are returned.BooleanmustBeRequestable()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.StringnextToken()Returns the value of the NextToken property for this object.Stringquery()A text query against all of the searchable attributes of Qualification types.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListQualificationTypesRequest.Builder>serializableBuilderClass()ListQualificationTypesRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
query
public final String query()
A text query against all of the searchable attributes of Qualification types.
- Returns:
- A text query against all of the searchable attributes of Qualification types.
-
mustBeRequestable
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.
- Returns:
- 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.
-
mustBeOwnedByCaller
public final Boolean mustBeOwnedByCaller()
Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.
- Returns:
- Specifies that only Qualification types that the Requester created are returned. If false, the operation returns all Qualification types.
-
nextToken
public final String nextToken()
Returns the value of the NextToken property for this object.- Returns:
- The value of the NextToken property for this object.
-
maxResults
public final Integer maxResults()
The maximum number of results to return in a single call.
- Returns:
- The maximum number of results to return in a single call.
-
toBuilder
public ListQualificationTypesRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListQualificationTypesRequest.Builder,ListQualificationTypesRequest>- Specified by:
toBuilderin classMTurkRequest
-
builder
public static ListQualificationTypesRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListQualificationTypesRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-