@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListBonusPaymentsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListBonusPaymentsRequest() |
Modifier and Type | Method and Description |
---|---|
ListBonusPaymentsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAssignmentId()
The ID of the assignment associated with the bonus payments to retrieve.
|
String |
getHITId()
The ID of the HIT associated with the bonus payments to retrieve.
|
Integer |
getMaxResults() |
String |
getNextToken()
Pagination token
|
int |
hashCode() |
void |
setAssignmentId(String assignmentId)
The ID of the assignment associated with the bonus payments to retrieve.
|
void |
setHITId(String hITId)
The ID of the HIT associated with the bonus payments to retrieve.
|
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken)
Pagination token
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListBonusPaymentsRequest |
withAssignmentId(String assignmentId)
The ID of the assignment associated with the bonus payments to retrieve.
|
ListBonusPaymentsRequest |
withHITId(String hITId)
The ID of the HIT associated with the bonus payments to retrieve.
|
ListBonusPaymentsRequest |
withMaxResults(Integer maxResults) |
ListBonusPaymentsRequest |
withNextToken(String nextToken)
Pagination token
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setHITId(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
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 specifiedpublic String getHITId()
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 ListBonusPaymentsRequest withHITId(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
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 specifiedpublic void setAssignmentId(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
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
specifiedpublic String getAssignmentId()
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 ListBonusPaymentsRequest withAssignmentId(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
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
specifiedpublic void setNextToken(String nextToken)
Pagination token
nextToken
- Pagination tokenpublic String getNextToken()
Pagination token
public ListBonusPaymentsRequest withNextToken(String nextToken)
Pagination token
nextToken
- Pagination tokenpublic void setMaxResults(Integer maxResults)
maxResults
- public Integer getMaxResults()
public ListBonusPaymentsRequest withMaxResults(Integer maxResults)
maxResults
- public String toString()
toString
in class Object
Object.toString()
public ListBonusPaymentsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.