| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
ListAssignmentsForHitResponse.Builder |
ListAssignmentsForHitResponse.Builder.assignments(Assignment... assignments)
The collection of Assignment data structures returned by this call.
|
ListAssignmentsForHitResponse.Builder |
ListAssignmentsForHitResponse.Builder.assignments(Collection<Assignment> assignments)
The collection of Assignment data structures returned by this call.
|
ListAssignmentsForHitResponse.Builder |
ListAssignmentsForHitResponse.Builder.assignments(Consumer<Assignment.Builder>... assignments)
The collection of Assignment data structures returned by this call.
|
static ListAssignmentsForHitResponse.Builder |
ListAssignmentsForHitResponse.builder() |
ListAssignmentsForHitResponse.Builder |
ListAssignmentsForHitResponse.Builder.nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListAssignmentsForHitResponse.Builder |
ListAssignmentsForHitResponse.Builder.numResults(Integer numResults)
The number of assignments on the page in the filtered results list, equivalent to the number of assignments
returned by this call.
|
ListAssignmentsForHitResponse.Builder |
ListAssignmentsForHitResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAssignmentsForHitResponse.Builder> |
ListAssignmentsForHitResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.