ToCopyableBuilder<ListBonusPaymentsResponse.Builder,ListBonusPaymentsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListBonusPaymentsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListBonusPaymentsResponse.Builder,ListBonusPaymentsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListBonusPaymentsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
List<BonusPayment> |
bonusPayments() |
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
|
static ListBonusPaymentsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
|
Integer |
numResults() |
The number of bonus payments on this page in the filtered results list, equivalent to the number of bonus
payments being returned by this call.
|
static Class<? extends ListBonusPaymentsResponse.Builder> |
serializableBuilderClass() |
|
ListBonusPaymentsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public Integer numResults()
The number of bonus payments on this page in the filtered results list, equivalent to the number of bonus payments being returned by this call.
public String nextToken()
public List<BonusPayment> bonusPayments()
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
public ListBonusPaymentsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListBonusPaymentsResponse.Builder,ListBonusPaymentsResponse>
public static ListBonusPaymentsResponse.Builder builder()
public static Class<? extends ListBonusPaymentsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.