7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/managedblockchain-query/ManagedBlockchainQuery_EXPORTS.h>
9#include <aws/managedblockchain-query/model/BlockchainInstant.h>
10#include <aws/managedblockchain-query/model/OwnerIdentifier.h>
11#include <aws/managedblockchain-query/model/TokenIdentifier.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace ManagedBlockchainQuery {
35 template <
typename OwnerIdentifierT = OwnerIdentifier>
37 m_ownerIdentifierHasBeenSet =
true;
38 m_ownerIdentifier = std::forward<OwnerIdentifierT>(value);
40 template <
typename OwnerIdentifierT = OwnerIdentifier>
50 template <
typename TokenIdentifierT = TokenIdentifier>
52 m_tokenIdentifierHasBeenSet =
true;
53 m_tokenIdentifier = std::forward<TokenIdentifierT>(value);
55 template <
typename TokenIdentifierT = TokenIdentifier>
67 template <
typename BalanceT = Aws::String>
69 m_balanceHasBeenSet =
true;
70 m_balance = std::forward<BalanceT>(value);
72 template <
typename BalanceT = Aws::String>
82 template <
typename AtBlockchainInstantT = BlockchainInstant>
84 m_atBlockchainInstantHasBeenSet =
true;
85 m_atBlockchainInstant = std::forward<AtBlockchainInstantT>(value);
87 template <
typename AtBlockchainInstantT = BlockchainInstant>
97 template <
typename LastUpdatedTimeT = BlockchainInstant>
99 m_lastUpdatedTimeHasBeenSet =
true;
100 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
102 template <
typename LastUpdatedTimeT = BlockchainInstant>
112 template <
typename RequestIdT = Aws::String>
114 m_requestIdHasBeenSet =
true;
115 m_requestId = std::forward<RequestIdT>(value);
117 template <
typename RequestIdT = Aws::String>
135 bool m_ownerIdentifierHasBeenSet =
false;
136 bool m_tokenIdentifierHasBeenSet =
false;
137 bool m_balanceHasBeenSet =
false;
138 bool m_atBlockchainInstantHasBeenSet =
false;
139 bool m_lastUpdatedTimeHasBeenSet =
false;
140 bool m_requestIdHasBeenSet =
false;
void SetTokenIdentifier(TokenIdentifierT &&value)
void SetOwnerIdentifier(OwnerIdentifierT &&value)
void SetRequestId(RequestIdT &&value)
GetTokenBalanceResult & WithOwnerIdentifier(OwnerIdentifierT &&value)
void SetBalance(BalanceT &&value)
void SetLastUpdatedTime(LastUpdatedTimeT &&value)
GetTokenBalanceResult & WithLastUpdatedTime(LastUpdatedTimeT &&value)
GetTokenBalanceResult & WithRequestId(RequestIdT &&value)
AWS_MANAGEDBLOCKCHAINQUERY_API GetTokenBalanceResult()=default
GetTokenBalanceResult & WithTokenIdentifier(TokenIdentifierT &&value)
const TokenIdentifier & GetTokenIdentifier() const
const Aws::String & GetRequestId() const
void SetAtBlockchainInstant(AtBlockchainInstantT &&value)
const BlockchainInstant & GetLastUpdatedTime() const
AWS_MANAGEDBLOCKCHAINQUERY_API GetTokenBalanceResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const BlockchainInstant & GetAtBlockchainInstant() const
AWS_MANAGEDBLOCKCHAINQUERY_API GetTokenBalanceResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetTokenBalanceResult & WithBalance(BalanceT &&value)
const OwnerIdentifier & GetOwnerIdentifier() const
const Aws::String & GetBalance() const
GetTokenBalanceResult & WithAtBlockchainInstant(AtBlockchainInstantT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue