7#include <aws/managedblockchain-query/ManagedBlockchainQuery_EXPORTS.h>
8#include <aws/managedblockchain-query/ManagedBlockchainQueryRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/managedblockchain-query/model/QueryNetwork.h>
11#include <aws/managedblockchain-query/model/BlockchainInstant.h>
12#include <aws/managedblockchain-query/model/ListTransactionsSort.h>
13#include <aws/managedblockchain-query/model/ConfirmationStatusFilter.h>
18namespace ManagedBlockchainQuery
48 inline void SetAddress(
const char* value) { m_addressHasBeenSet =
true; m_address.assign(value); }
106 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
123 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
145 bool m_addressHasBeenSet =
false;
148 bool m_networkHasBeenSet =
false;
151 bool m_fromBlockchainInstantHasBeenSet =
false;
154 bool m_toBlockchainInstantHasBeenSet =
false;
157 bool m_sortHasBeenSet =
false;
160 bool m_nextTokenHasBeenSet =
false;
163 bool m_maxResultsHasBeenSet =
false;
166 bool m_confirmationStatusFilterHasBeenSet =
false;
ListTransactionsRequest & WithNextToken(const Aws::String &value)
ListTransactionsRequest & WithNetwork(const QueryNetwork &value)
ListTransactionsRequest & WithAddress(Aws::String &&value)
void SetNetwork(const QueryNetwork &value)
void SetNextToken(const Aws::String &value)
AWS_MANAGEDBLOCKCHAINQUERY_API ListTransactionsRequest()
AWS_MANAGEDBLOCKCHAINQUERY_API Aws::String SerializePayload() const override
const Aws::String & GetAddress() const
bool ConfirmationStatusFilterHasBeenSet() const
ListTransactionsRequest & WithFromBlockchainInstant(BlockchainInstant &&value)
ListTransactionsRequest & WithConfirmationStatusFilter(const ConfirmationStatusFilter &value)
void SetFromBlockchainInstant(const BlockchainInstant &value)
void SetSort(const ListTransactionsSort &value)
ListTransactionsRequest & WithSort(ListTransactionsSort &&value)
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
bool AddressHasBeenSet() const
void SetAddress(const char *value)
bool NetworkHasBeenSet() const
ListTransactionsRequest & WithNextToken(const char *value)
ListTransactionsRequest & WithNetwork(QueryNetwork &&value)
void SetNetwork(QueryNetwork &&value)
void SetToBlockchainInstant(BlockchainInstant &&value)
void SetToBlockchainInstant(const BlockchainInstant &value)
bool SortHasBeenSet() const
ListTransactionsRequest & WithMaxResults(int value)
virtual const char * GetServiceRequestName() const override
void SetConfirmationStatusFilter(ConfirmationStatusFilter &&value)
const Aws::String & GetNextToken() const
bool ToBlockchainInstantHasBeenSet() const
int GetMaxResults() const
ListTransactionsRequest & WithConfirmationStatusFilter(ConfirmationStatusFilter &&value)
ListTransactionsRequest & WithAddress(const Aws::String &value)
void SetAddress(const Aws::String &value)
void SetAddress(Aws::String &&value)
ListTransactionsRequest & WithNextToken(Aws::String &&value)
bool FromBlockchainInstantHasBeenSet() const
ListTransactionsRequest & WithToBlockchainInstant(BlockchainInstant &&value)
void SetConfirmationStatusFilter(const ConfirmationStatusFilter &value)
const BlockchainInstant & GetFromBlockchainInstant() const
void SetSort(ListTransactionsSort &&value)
ListTransactionsRequest & WithToBlockchainInstant(const BlockchainInstant &value)
const BlockchainInstant & GetToBlockchainInstant() const
const ListTransactionsSort & GetSort() const
void SetMaxResults(int value)
void SetNextToken(Aws::String &&value)
void SetNextToken(const char *value)
ListTransactionsRequest & WithFromBlockchainInstant(const BlockchainInstant &value)
const ConfirmationStatusFilter & GetConfirmationStatusFilter() const
void SetFromBlockchainInstant(BlockchainInstant &&value)
const QueryNetwork & GetNetwork() const
ListTransactionsRequest & WithAddress(const char *value)
ListTransactionsRequest & WithSort(const ListTransactionsSort &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String