| Package | Description |
|---|---|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
BonusPayment |
BonusPayment.clone() |
BonusPayment |
BonusPayment.withAssignmentId(String assignmentId)
The ID of the assignment associated with this bonus payment.
|
BonusPayment |
BonusPayment.withBonusAmount(String bonusAmount) |
BonusPayment |
BonusPayment.withGrantTime(Date grantTime)
The date and time of when the bonus was granted.
|
BonusPayment |
BonusPayment.withReason(String reason)
The Reason text given when the bonus was granted, if any.
|
BonusPayment |
BonusPayment.withWorkerId(String workerId)
The ID of the Worker to whom the bonus was paid.
|
| Modifier and Type | Method and Description |
|---|---|
List<BonusPayment> |
ListBonusPaymentsResult.getBonusPayments()
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListBonusPaymentsResult |
ListBonusPaymentsResult.withBonusPayments(BonusPayment... bonusPayments)
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBonusPaymentsResult.setBonusPayments(Collection<BonusPayment> bonusPayments)
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
|
ListBonusPaymentsResult |
ListBonusPaymentsResult.withBonusPayments(Collection<BonusPayment> bonusPayments)
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
|
Copyright © 2019. All rights reserved.