ToCopyableBuilder<ListOfferingTransactionsResponse.Builder,ListOfferingTransactionsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListOfferingTransactionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListOfferingTransactionsResponse.Builder,ListOfferingTransactionsResponse>
Returns the transaction log of the specified offerings.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListOfferingTransactionsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListOfferingTransactionsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
An identifier that was returned from the previous call to this operation, which can be used to return the next
set of items in the list.
|
List<OfferingTransaction> |
offeringTransactions() |
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
|
static Class<? extends ListOfferingTransactionsResponse.Builder> |
serializableBuilderClass() |
|
ListOfferingTransactionsResponse.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 List<OfferingTransaction> offeringTransactions()
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
public String nextToken()
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
public ListOfferingTransactionsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListOfferingTransactionsResponse.Builder,ListOfferingTransactionsResponse>
public static ListOfferingTransactionsResponse.Builder builder()
public static Class<? extends ListOfferingTransactionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.