@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFilteredTransactionEventsSort extends Object implements Serializable, Cloneable, StructuredPojo
Lists all the transaction events for an address on the blockchain.
This operation is only supported on the Bitcoin blockchain networks.
Constructor and Description |
---|
ListFilteredTransactionEventsSort() |
Modifier and Type | Method and Description |
---|---|
ListFilteredTransactionEventsSort |
clone() |
boolean |
equals(Object obj) |
String |
getSortBy()
Container on how the results will be sorted by?
|
String |
getSortOrder()
The container for the sort order for
ListFilteredTransactionEvents . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSortBy(String sortBy)
Container on how the results will be sorted by?
|
void |
setSortOrder(String sortOrder)
The container for the sort order for
ListFilteredTransactionEvents . |
String |
toString()
Returns a string representation of this object.
|
ListFilteredTransactionEventsSort |
withSortBy(ListFilteredTransactionEventsSortBy sortBy)
Container on how the results will be sorted by?
|
ListFilteredTransactionEventsSort |
withSortBy(String sortBy)
Container on how the results will be sorted by?
|
ListFilteredTransactionEventsSort |
withSortOrder(SortOrder sortOrder)
The container for the sort order for
ListFilteredTransactionEvents . |
ListFilteredTransactionEventsSort |
withSortOrder(String sortOrder)
The container for the sort order for
ListFilteredTransactionEvents . |
public void setSortBy(String sortBy)
Container on how the results will be sorted by?
sortBy
- Container on how the results will be sorted by?ListFilteredTransactionEventsSortBy
public String getSortBy()
Container on how the results will be sorted by?
ListFilteredTransactionEventsSortBy
public ListFilteredTransactionEventsSort withSortBy(String sortBy)
Container on how the results will be sorted by?
sortBy
- Container on how the results will be sorted by?ListFilteredTransactionEventsSortBy
public ListFilteredTransactionEventsSort withSortBy(ListFilteredTransactionEventsSortBy sortBy)
Container on how the results will be sorted by?
sortBy
- Container on how the results will be sorted by?ListFilteredTransactionEventsSortBy
public void setSortOrder(String sortOrder)
The container for the sort order for ListFilteredTransactionEvents
. The
SortOrder
field only accepts the values ASCENDING
and DESCENDING
. Not
providing SortOrder
will default to ASCENDING
.
sortOrder
- The container for the sort order for ListFilteredTransactionEvents
. The
SortOrder
field only accepts the values ASCENDING
and DESCENDING
.
Not providing SortOrder
will default to ASCENDING
.SortOrder
public String getSortOrder()
The container for the sort order for ListFilteredTransactionEvents
. The
SortOrder
field only accepts the values ASCENDING
and DESCENDING
. Not
providing SortOrder
will default to ASCENDING
.
ListFilteredTransactionEvents
. The
SortOrder
field only accepts the values ASCENDING
and DESCENDING
.
Not providing SortOrder
will default to ASCENDING
.SortOrder
public ListFilteredTransactionEventsSort withSortOrder(String sortOrder)
The container for the sort order for ListFilteredTransactionEvents
. The
SortOrder
field only accepts the values ASCENDING
and DESCENDING
. Not
providing SortOrder
will default to ASCENDING
.
sortOrder
- The container for the sort order for ListFilteredTransactionEvents
. The
SortOrder
field only accepts the values ASCENDING
and DESCENDING
.
Not providing SortOrder
will default to ASCENDING
.SortOrder
public ListFilteredTransactionEventsSort withSortOrder(SortOrder sortOrder)
The container for the sort order for ListFilteredTransactionEvents
. The
SortOrder
field only accepts the values ASCENDING
and DESCENDING
. Not
providing SortOrder
will default to ASCENDING
.
sortOrder
- The container for the sort order for ListFilteredTransactionEvents
. The
SortOrder
field only accepts the values ASCENDING
and DESCENDING
.
Not providing SortOrder
will default to ASCENDING
.SortOrder
public String toString()
toString
in class Object
Object.toString()
public ListFilteredTransactionEventsSort clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.