Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListBonusPaymentsRequest.Builder,ListBonusPaymentsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListBonusPaymentsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListBonusPaymentsRequest.Builder,ListBonusPaymentsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListBonusPaymentsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
assignmentId() |
The ID of the assignment associated with the bonus payments to retrieve.
|
static ListBonusPaymentsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hitId() |
The ID of the HIT associated with the bonus payments to retrieve.
|
Integer |
maxResults() |
|
String |
nextToken() |
Pagination token
|
static Class<? extends ListBonusPaymentsRequest.Builder> |
serializableBuilderClass() |
|
ListBonusPaymentsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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 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 String nextToken()
Pagination token
public Integer maxResults()
public ListBonusPaymentsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListBonusPaymentsRequest.Builder,ListBonusPaymentsRequest>
public static ListBonusPaymentsRequest.Builder builder()
public static Class<? extends ListBonusPaymentsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.