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
48 template<
typename OwnerIdentifierT = OwnerIdentifier>
49 void SetOwnerIdentifier(OwnerIdentifierT&& value) { m_ownerIdentifierHasBeenSet =
true; m_ownerIdentifier = std::forward<OwnerIdentifierT>(value); }
50 template<
typename OwnerIdentifierT = OwnerIdentifier>
58 template<
typename TokenIdentifierT = TokenIdentifier>
59 void SetTokenIdentifier(TokenIdentifierT&& value) { m_tokenIdentifierHasBeenSet =
true; m_tokenIdentifier = std::forward<TokenIdentifierT>(value); }
60 template<
typename TokenIdentifierT = TokenIdentifier>
70 template<
typename BalanceT = Aws::String>
71 void SetBalance(BalanceT&& value) { m_balanceHasBeenSet =
true; m_balance = std::forward<BalanceT>(value); }
72 template<
typename BalanceT = Aws::String>
80 template<
typename AtBlockchainInstantT = BlockchainInstant>
81 void SetAtBlockchainInstant(AtBlockchainInstantT&& value) { m_atBlockchainInstantHasBeenSet =
true; m_atBlockchainInstant = std::forward<AtBlockchainInstantT>(value); }
82 template<
typename AtBlockchainInstantT = BlockchainInstant>
90 template<
typename LastUpdatedTimeT = BlockchainInstant>
91 void SetLastUpdatedTime(LastUpdatedTimeT&& value) { m_lastUpdatedTimeHasBeenSet =
true; m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value); }
92 template<
typename LastUpdatedTimeT = BlockchainInstant>
98 bool m_ownerIdentifierHasBeenSet =
false;
101 bool m_tokenIdentifierHasBeenSet =
false;
104 bool m_balanceHasBeenSet =
false;
107 bool m_atBlockchainInstantHasBeenSet =
false;
110 bool m_lastUpdatedTimeHasBeenSet =
false;
bool AtBlockchainInstantHasBeenSet() const
AWS_MANAGEDBLOCKCHAINQUERY_API BatchGetTokenBalanceOutputItem()=default
AWS_MANAGEDBLOCKCHAINQUERY_API BatchGetTokenBalanceOutputItem(Aws::Utils::Json::JsonView jsonValue)
bool BalanceHasBeenSet() const
bool OwnerIdentifierHasBeenSet() const
const OwnerIdentifier & GetOwnerIdentifier() const
bool LastUpdatedTimeHasBeenSet() const
BatchGetTokenBalanceOutputItem & WithAtBlockchainInstant(AtBlockchainInstantT &&value)
const TokenIdentifier & GetTokenIdentifier() const
const BlockchainInstant & GetLastUpdatedTime() const
void SetAtBlockchainInstant(AtBlockchainInstantT &&value)
AWS_MANAGEDBLOCKCHAINQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
BatchGetTokenBalanceOutputItem & WithOwnerIdentifier(OwnerIdentifierT &&value)
void SetOwnerIdentifier(OwnerIdentifierT &&value)
BatchGetTokenBalanceOutputItem & WithBalance(BalanceT &&value)
bool TokenIdentifierHasBeenSet() const
const Aws::String & GetBalance() const
BatchGetTokenBalanceOutputItem & WithLastUpdatedTime(LastUpdatedTimeT &&value)
AWS_MANAGEDBLOCKCHAINQUERY_API BatchGetTokenBalanceOutputItem & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
void SetBalance(BalanceT &&value)
BatchGetTokenBalanceOutputItem & WithTokenIdentifier(TokenIdentifierT &&value)
const BlockchainInstant & GetAtBlockchainInstant() const
void SetTokenIdentifier(TokenIdentifierT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue