7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/managedblockchain-query/ManagedBlockchainQuery_EXPORTS.h>
9#include <aws/managedblockchain-query/model/ContractIdentifier.h>
10#include <aws/managedblockchain-query/model/QueryTokenStandard.h>
21namespace ManagedBlockchainQuery {
44 template <
typename ContractIdentifierT = ContractIdentifier>
46 m_contractIdentifierHasBeenSet =
true;
47 m_contractIdentifier = std::forward<ContractIdentifierT>(value);
49 template <
typename ContractIdentifierT = ContractIdentifier>
63 m_tokenStandardHasBeenSet =
true;
64 m_tokenStandard = value;
78 template <
typename DeployerAddressT = Aws::String>
80 m_deployerAddressHasBeenSet =
true;
81 m_deployerAddress = std::forward<DeployerAddressT>(value);
83 template <
typename DeployerAddressT = Aws::String>
95 bool m_contractIdentifierHasBeenSet =
false;
96 bool m_tokenStandardHasBeenSet =
false;
97 bool m_deployerAddressHasBeenSet =
false;
QueryTokenStandard GetTokenStandard() const
AssetContract & WithTokenStandard(QueryTokenStandard value)
void SetContractIdentifier(ContractIdentifierT &&value)
AssetContract & WithDeployerAddress(DeployerAddressT &&value)
bool TokenStandardHasBeenSet() const
const ContractIdentifier & GetContractIdentifier() const
AWS_MANAGEDBLOCKCHAINQUERY_API AssetContract(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDBLOCKCHAINQUERY_API AssetContract & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTokenStandard(QueryTokenStandard value)
void SetDeployerAddress(DeployerAddressT &&value)
AWS_MANAGEDBLOCKCHAINQUERY_API AssetContract()=default
bool ContractIdentifierHasBeenSet() const
const Aws::String & GetDeployerAddress() const
AssetContract & WithContractIdentifier(ContractIdentifierT &&value)
AWS_MANAGEDBLOCKCHAINQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
bool DeployerAddressHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue