Class ListReviewableHiTsRequest
- 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.ListReviewableHiTsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListReviewableHiTsRequest.Builder,ListReviewableHiTsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListReviewableHiTsRequest extends MTurkRequest implements ToCopyableBuilder<ListReviewableHiTsRequest.Builder,ListReviewableHiTsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListReviewableHiTsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListReviewableHiTsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringhitTypeId()The ID of the HIT type of the HITs to consider for the query.IntegermaxResults()Limit the number of results returned.StringnextToken()Pagination TokenMap<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ListReviewableHiTsRequest.Builder>serializableBuilderClass()ReviewableHITStatusstatus()Can be eitherReviewableorReviewing.StringstatusAsString()Can be eitherReviewableorReviewing.ListReviewableHiTsRequest.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
-
hitTypeId
public final 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
- Returns:
- The ID of the HIT type of the HITs to consider for the query. If not specified, all HITs for the Reviewer are considered
-
status
public final ReviewableHITStatus status()
Can be either
ReviewableorReviewing. Reviewable is the default value.If the service returns an enum value that is not available in the current SDK version,
statuswill returnReviewableHITStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Can be either
ReviewableorReviewing. Reviewable is the default value. - See Also:
ReviewableHITStatus
-
statusAsString
public final String statusAsString()
Can be either
ReviewableorReviewing. Reviewable is the default value.If the service returns an enum value that is not available in the current SDK version,
statuswill returnReviewableHITStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- Can be either
ReviewableorReviewing. Reviewable is the default value. - See Also:
ReviewableHITStatus
-
nextToken
public final String nextToken()
Pagination Token
- Returns:
- Pagination Token
-
maxResults
public final Integer maxResults()
Limit the number of results returned.
- Returns:
- Limit the number of results returned.
-
toBuilder
public ListReviewableHiTsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListReviewableHiTsRequest.Builder,ListReviewableHiTsRequest>- Specified by:
toBuilderin classMTurkRequest
-
builder
public static ListReviewableHiTsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListReviewableHiTsRequest.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
-
-