7#include <aws/managedblockchain-query/ManagedBlockchainQuery_EXPORTS.h>
8#include <aws/managedblockchain-query/model/TokenIdentifier.h>
9#include <aws/managedblockchain-query/model/OwnerIdentifier.h>
10#include <aws/managedblockchain-query/model/BlockchainInstant.h>
23namespace ManagedBlockchainQuery
47 template<
typename TokenIdentifierT = TokenIdentifier>
48 void SetTokenIdentifier(TokenIdentifierT&& value) { m_tokenIdentifierHasBeenSet =
true; m_tokenIdentifier = std::forward<TokenIdentifierT>(value); }
49 template<
typename TokenIdentifierT = TokenIdentifier>
57 template<
typename OwnerIdentifierT = OwnerIdentifier>
58 void SetOwnerIdentifier(OwnerIdentifierT&& value) { m_ownerIdentifierHasBeenSet =
true; m_ownerIdentifier = std::forward<OwnerIdentifierT>(value); }
59 template<
typename OwnerIdentifierT = OwnerIdentifier>
67 template<
typename AtBlockchainInstantT = BlockchainInstant>
68 void SetAtBlockchainInstant(AtBlockchainInstantT&& value) { m_atBlockchainInstantHasBeenSet =
true; m_atBlockchainInstant = std::forward<AtBlockchainInstantT>(value); }
69 template<
typename AtBlockchainInstantT = BlockchainInstant>
75 bool m_tokenIdentifierHasBeenSet =
false;
78 bool m_ownerIdentifierHasBeenSet =
false;
81 bool m_atBlockchainInstantHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue