@Generated(value="software.amazon.awssdk:codegen") public final class ListReviewableHiTsRequest extends MTurkRequest implements ToCopyableBuilder<ListReviewableHiTsRequest.Builder,ListReviewableHiTsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListReviewableHiTsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListReviewableHiTsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hitTypeId()
The ID of the HIT type of the HITs to consider for the query.
|
Integer |
maxResults()
Limit the number of results returned.
|
String |
nextToken()
Pagination Token
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListReviewableHiTsRequest.Builder> |
serializableBuilderClass() |
ReviewableHITStatus |
status()
Can be either
Reviewable or Reviewing. |
String |
statusAsString()
Can be either
Reviewable or Reviewing. |
ListReviewableHiTsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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
public final ReviewableHITStatus status()
Can be either Reviewable or Reviewing. Reviewable is the default value.
If the service returns an enum value that is not available in the current SDK version, status will
return ReviewableHITStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
Reviewable or Reviewing. Reviewable is the default value.ReviewableHITStatuspublic final String statusAsString()
Can be either Reviewable or Reviewing. Reviewable is the default value.
If the service returns an enum value that is not available in the current SDK version, status will
return ReviewableHITStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
Reviewable or Reviewing. Reviewable is the default value.ReviewableHITStatuspublic final String nextToken()
Pagination Token
public final Integer maxResults()
Limit the number of results returned.
public ListReviewableHiTsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListReviewableHiTsRequest.Builder,ListReviewableHiTsRequest>toBuilder in class MTurkRequestpublic static ListReviewableHiTsRequest.Builder builder()
public static Class<? extends ListReviewableHiTsRequest.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.