7#include <aws/managedblockchain-query/ManagedBlockchainQuery_EXPORTS.h>
8#include <aws/managedblockchain-query/model/QueryNetwork.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
22namespace ManagedBlockchainQuery
58 template<
typename ContractAddressT = Aws::String>
59 void SetContractAddress(ContractAddressT&& value) { m_contractAddressHasBeenSet =
true; m_contractAddress = std::forward<ContractAddressT>(value); }
60 template<
typename ContractAddressT = Aws::String>
66 bool m_networkHasBeenSet =
false;
69 bool m_contractAddressHasBeenSet =
false;
bool ContractAddressHasBeenSet() const
void SetNetwork(QueryNetwork value)
ContractIdentifier & WithNetwork(QueryNetwork value)
ContractIdentifier & WithContractAddress(ContractAddressT &&value)
void SetContractAddress(ContractAddressT &&value)
QueryNetwork GetNetwork() const
AWS_MANAGEDBLOCKCHAINQUERY_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_MANAGEDBLOCKCHAINQUERY_API ContractIdentifier()=default
const Aws::String & GetContractAddress() const
AWS_MANAGEDBLOCKCHAINQUERY_API ContractIdentifier(Aws::Utils::Json::JsonView jsonValue)
AWS_MANAGEDBLOCKCHAINQUERY_API ContractIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
bool NetworkHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue