7#include <aws/managedblockchain-query/ManagedBlockchainQuery_EXPORTS.h>
8#include <aws/managedblockchain-query/ManagedBlockchainQueryRequest.h>
9#include <aws/managedblockchain-query/model/TokenIdentifier.h>
10#include <aws/managedblockchain-query/model/OwnerIdentifier.h>
11#include <aws/managedblockchain-query/model/BlockchainInstant.h>
16namespace ManagedBlockchainQuery
78 bool m_tokenIdentifierHasBeenSet =
false;
81 bool m_ownerIdentifierHasBeenSet =
false;
84 bool m_atBlockchainInstantHasBeenSet =
false;
void SetAtBlockchainInstant(const BlockchainInstant &value)
const OwnerIdentifier & GetOwnerIdentifier() const
const TokenIdentifier & GetTokenIdentifier() const
bool OwnerIdentifierHasBeenSet() const
GetTokenBalanceRequest & WithAtBlockchainInstant(BlockchainInstant &&value)
GetTokenBalanceRequest & WithTokenIdentifier(TokenIdentifier &&value)
GetTokenBalanceRequest & WithTokenIdentifier(const TokenIdentifier &value)
GetTokenBalanceRequest & WithOwnerIdentifier(const OwnerIdentifier &value)
GetTokenBalanceRequest & WithOwnerIdentifier(OwnerIdentifier &&value)
AWS_MANAGEDBLOCKCHAINQUERY_API Aws::String SerializePayload() const override
AWS_MANAGEDBLOCKCHAINQUERY_API GetTokenBalanceRequest()
void SetTokenIdentifier(const TokenIdentifier &value)
void SetOwnerIdentifier(OwnerIdentifier &&value)
void SetOwnerIdentifier(const OwnerIdentifier &value)
bool AtBlockchainInstantHasBeenSet() const
GetTokenBalanceRequest & WithAtBlockchainInstant(const BlockchainInstant &value)
virtual const char * GetServiceRequestName() const override
const BlockchainInstant & GetAtBlockchainInstant() const
void SetTokenIdentifier(TokenIdentifier &&value)
void SetAtBlockchainInstant(BlockchainInstant &&value)
bool TokenIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String