@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListOfferingTransactionsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Returns the transaction log of the specified offerings.
Constructor and Description |
---|
ListOfferingTransactionsResult() |
Modifier and Type | Method and Description |
---|---|
ListOfferingTransactionsResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken()
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> |
getOfferingTransactions()
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
|
int |
hashCode() |
void |
setNextToken(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.
|
void |
setOfferingTransactions(Collection<OfferingTransaction> offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListOfferingTransactionsResult |
withNextToken(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.
|
ListOfferingTransactionsResult |
withOfferingTransactions(Collection<OfferingTransaction> offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
|
ListOfferingTransactionsResult |
withOfferingTransactions(OfferingTransaction... offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<OfferingTransaction> getOfferingTransactions()
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
public void setOfferingTransactions(Collection<OfferingTransaction> offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
offeringTransactions
- The audit log of subscriptions you have purchased and modified through AWS Device Farm.public ListOfferingTransactionsResult withOfferingTransactions(OfferingTransaction... offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
NOTE: This method appends the values to the existing list (if any). Use
setOfferingTransactions(java.util.Collection)
or withOfferingTransactions(java.util.Collection)
if you want to override the existing values.
offeringTransactions
- The audit log of subscriptions you have purchased and modified through AWS Device Farm.public ListOfferingTransactionsResult withOfferingTransactions(Collection<OfferingTransaction> offeringTransactions)
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
offeringTransactions
- The audit log of subscriptions you have purchased and modified through AWS Device Farm.public void setNextToken(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.
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 String getNextToken()
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 ListOfferingTransactionsResult withNextToken(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.
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 String toString()
toString
in class Object
Object.toString()
public ListOfferingTransactionsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.