7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/managedblockchain-query/ManagedBlockchainQuery_EXPORTS.h>
9#include <aws/managedblockchain-query/model/QueryNetwork.h>
20namespace ManagedBlockchainQuery {
43 m_networkHasBeenSet =
true;
58 template <
typename ContractAddressT = Aws::String>
60 m_contractAddressHasBeenSet =
true;
61 m_contractAddress = std::forward<ContractAddressT>(value);
63 template <
typename ContractAddressT = Aws::String>
73 bool m_networkHasBeenSet =
false;
74 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