7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/managedblockchain-query/ManagedBlockchainQuery_EXPORTS.h>
10#include <aws/managedblockchain-query/model/BlockchainInstant.h>
11#include <aws/managedblockchain-query/model/OwnerIdentifier.h>
12#include <aws/managedblockchain-query/model/TokenIdentifier.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ManagedBlockchainQuery {
36 template <
typename OwnerIdentifierT = OwnerIdentifier>
38 m_ownerIdentifierHasBeenSet =
true;
39 m_ownerIdentifier = std::forward<OwnerIdentifierT>(value);
41 template <
typename OwnerIdentifierT = OwnerIdentifier>
51 template <
typename TokenIdentifierT = TokenIdentifier>
53 m_tokenIdentifierHasBeenSet =
true;
54 m_tokenIdentifier = std::forward<TokenIdentifierT>(value);
56 template <
typename TokenIdentifierT = TokenIdentifier>
68 template <
typename BalanceT = Aws::String>
70 m_balanceHasBeenSet =
true;
71 m_balance = std::forward<BalanceT>(value);
73 template <
typename BalanceT = Aws::String>
83 template <
typename AtBlockchainInstantT = BlockchainInstant>
85 m_atBlockchainInstantHasBeenSet =
true;
86 m_atBlockchainInstant = std::forward<AtBlockchainInstantT>(value);
88 template <
typename AtBlockchainInstantT = BlockchainInstant>
98 template <
typename LastUpdatedTimeT = BlockchainInstant>
100 m_lastUpdatedTimeHasBeenSet =
true;
101 m_lastUpdatedTime = std::forward<LastUpdatedTimeT>(value);
103 template <
typename LastUpdatedTimeT = BlockchainInstant>
113 template <
typename RequestIdT = Aws::String>
115 m_requestIdHasBeenSet =
true;
116 m_requestId = std::forward<RequestIdT>(value);
118 template <
typename RequestIdT = Aws::String>
139 bool m_ownerIdentifierHasBeenSet =
false;
140 bool m_tokenIdentifierHasBeenSet =
false;
141 bool m_balanceHasBeenSet =
false;
142 bool m_atBlockchainInstantHasBeenSet =
false;
143 bool m_lastUpdatedTimeHasBeenSet =
false;
144 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)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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