7#include <aws/managedblockchain-query/ManagedBlockchainQuery_EXPORTS.h>
8#include <aws/managedblockchain-query/model/OwnerIdentifier.h>
9#include <aws/managedblockchain-query/model/TokenIdentifier.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/managedblockchain-query/model/BlockchainInstant.h>
24namespace ManagedBlockchainQuery
72 inline void SetBalance(
const char* value) { m_balanceHasBeenSet =
true; m_balance.assign(value); }
100 bool m_ownerIdentifierHasBeenSet =
false;
103 bool m_tokenIdentifierHasBeenSet =
false;
106 bool m_balanceHasBeenSet =
false;
109 bool m_atBlockchainInstantHasBeenSet =
false;
112 bool m_lastUpdatedTimeHasBeenSet =
false;
BatchGetTokenBalanceOutputItem & WithLastUpdatedTime(BlockchainInstant &&value)
bool AtBlockchainInstantHasBeenSet() const
AWS_MANAGEDBLOCKCHAINQUERY_API BatchGetTokenBalanceOutputItem(Aws::Utils::Json::JsonView jsonValue)
bool BalanceHasBeenSet() const
bool OwnerIdentifierHasBeenSet() const
void SetBalance(const char *value)
const OwnerIdentifier & GetOwnerIdentifier() const
bool LastUpdatedTimeHasBeenSet() const
BatchGetTokenBalanceOutputItem & WithBalance(const Aws::String &value)
BatchGetTokenBalanceOutputItem & WithBalance(const char *value)
BatchGetTokenBalanceOutputItem & WithAtBlockchainInstant(BlockchainInstant &&value)
BatchGetTokenBalanceOutputItem & WithLastUpdatedTime(const BlockchainInstant &value)
void SetTokenIdentifier(const TokenIdentifier &value)
void SetBalance(const Aws::String &value)
void SetOwnerIdentifier(const OwnerIdentifier &value)
const TokenIdentifier & GetTokenIdentifier() const
const BlockchainInstant & GetLastUpdatedTime() const
void SetAtBlockchainInstant(BlockchainInstant &&value)
AWS_MANAGEDBLOCKCHAINQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
BatchGetTokenBalanceOutputItem & WithTokenIdentifier(TokenIdentifier &&value)
BatchGetTokenBalanceOutputItem & WithBalance(Aws::String &&value)
AWS_MANAGEDBLOCKCHAINQUERY_API BatchGetTokenBalanceOutputItem()
BatchGetTokenBalanceOutputItem & WithTokenIdentifier(const TokenIdentifier &value)
bool TokenIdentifierHasBeenSet() const
const Aws::String & GetBalance() const
AWS_MANAGEDBLOCKCHAINQUERY_API BatchGetTokenBalanceOutputItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBalance(Aws::String &&value)
BatchGetTokenBalanceOutputItem & WithAtBlockchainInstant(const BlockchainInstant &value)
BatchGetTokenBalanceOutputItem & WithOwnerIdentifier(OwnerIdentifier &&value)
void SetTokenIdentifier(TokenIdentifier &&value)
void SetAtBlockchainInstant(const BlockchainInstant &value)
void SetLastUpdatedTime(BlockchainInstant &&value)
const BlockchainInstant & GetAtBlockchainInstant() const
void SetOwnerIdentifier(OwnerIdentifier &&value)
BatchGetTokenBalanceOutputItem & WithOwnerIdentifier(const OwnerIdentifier &value)
void SetLastUpdatedTime(const BlockchainInstant &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue