public class ListOfferingTransactionsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Returns the transaction log of the specified offerings.
Modifier and Type | Field and Description |
---|---|
private java.lang.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.
|
private java.util.List<OfferingTransaction> |
offeringTransactions
The audit log of subscriptions you have purchased and modified through
AWS Device Farm.
|
Constructor and Description |
---|
ListOfferingTransactionsResult() |
Modifier and Type | Method and Description |
---|---|
ListOfferingTransactionsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.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.
|
java.util.List<OfferingTransaction> |
getOfferingTransactions()
The audit log of subscriptions you have purchased and modified through
AWS Device Farm.
|
int |
hashCode() |
void |
setNextToken(java.lang.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(java.util.Collection<OfferingTransaction> offeringTransactions)
The audit log of subscriptions you have purchased and modified through
AWS Device Farm.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ListOfferingTransactionsResult |
withNextToken(java.lang.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(java.util.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.
|
private java.util.List<OfferingTransaction> offeringTransactions
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
private java.lang.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 java.util.List<OfferingTransaction> getOfferingTransactions()
The audit log of subscriptions you have purchased and modified through AWS Device Farm.
public void setOfferingTransactions(java.util.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(java.util.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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public ListOfferingTransactionsResult clone()
clone
in class java.lang.Object