7#include <aws/managedblockchain-query/ManagedBlockchainQuery_EXPORTS.h>
8#include <aws/managedblockchain-query/model/ContractIdentifier.h>
9#include <aws/managedblockchain-query/model/QueryTokenStandard.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
23namespace ManagedBlockchainQuery
50 template<
typename ContractIdentifierT = ContractIdentifier>
51 void SetContractIdentifier(ContractIdentifierT&& value) { m_contractIdentifierHasBeenSet =
true; m_contractIdentifier = std::forward<ContractIdentifierT>(value); }
52 template<
typename ContractIdentifierT = ContractIdentifier>
72 template<
typename DeployerAddressT = Aws::String>
73 void SetDeployerAddress(DeployerAddressT&& value) { m_deployerAddressHasBeenSet =
true; m_deployerAddress = std::forward<DeployerAddressT>(value); }
74 template<
typename DeployerAddressT = Aws::String>
80 bool m_contractIdentifierHasBeenSet =
false;
83 bool m_tokenStandardHasBeenSet =
false;
86 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