@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) |
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?ListFilteredTransactionEventsSortBypublic String getSortBy()
Container on how the results will be sorted by?
ListFilteredTransactionEventsSortBypublic ListFilteredTransactionEventsSort withSortBy(String sortBy)
Container on how the results will be sorted by?
sortBy - Container on how the results will be sorted by?ListFilteredTransactionEventsSortBypublic ListFilteredTransactionEventsSort withSortBy(ListFilteredTransactionEventsSortBy sortBy)
Container on how the results will be sorted by?
sortBy - Container on how the results will be sorted by?ListFilteredTransactionEventsSortBypublic 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.SortOrderpublic 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.SortOrderpublic 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.SortOrderpublic 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.SortOrderpublic String toString()
toString in class ObjectObject.toString()public ListFilteredTransactionEventsSort clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2025. All rights reserved.