@Generated(value="software.amazon.awssdk:codegen") public final class ListBonusPaymentsRequest extends MTurkRequest implements ToCopyableBuilder<ListBonusPaymentsRequest.Builder,ListBonusPaymentsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListBonusPaymentsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
assignmentId()
The ID of the assignment associated with the bonus payments to retrieve.
|
static ListBonusPaymentsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hitId()
The ID of the HIT associated with the bonus payments to retrieve.
|
Integer |
maxResults()
Returns the value of the MaxResults property for this object.
|
String |
nextToken()
Pagination token
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListBonusPaymentsRequest.Builder> |
serializableBuilderClass() |
ListBonusPaymentsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hitId()
The ID of the HIT associated with the bonus payments to retrieve. If not specified, all bonus payments for all assignments for the given HIT are returned. Either the HITId parameter or the AssignmentId parameter must be specified
public final String assignmentId()
The ID of the assignment associated with the bonus payments to retrieve. If specified, only bonus payments for the given assignment are returned. Either the HITId parameter or the AssignmentId parameter must be specified
public final String nextToken()
Pagination token
public final Integer maxResults()
public ListBonusPaymentsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListBonusPaymentsRequest.Builder,ListBonusPaymentsRequest>toBuilder in class MTurkRequestpublic static ListBonusPaymentsRequest.Builder builder()
public static Class<? extends ListBonusPaymentsRequest.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.