7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/managedblockchain-query/ManagedBlockchainQuery_EXPORTS.h>
10#include <aws/managedblockchain-query/model/ContractIdentifier.h>
11#include <aws/managedblockchain-query/model/ContractMetadata.h>
12#include <aws/managedblockchain-query/model/QueryTokenStandard.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
25namespace ManagedBlockchainQuery {
39 template <
typename ContractIdentifierT = ContractIdentifier>
41 m_contractIdentifierHasBeenSet =
true;
42 m_contractIdentifier = std::forward<ContractIdentifierT>(value);
44 template <
typename ContractIdentifierT = ContractIdentifier>
57 m_tokenStandardHasBeenSet =
true;
58 m_tokenStandard = value;
71 template <
typename DeployerAddressT = Aws::String>
73 m_deployerAddressHasBeenSet =
true;
74 m_deployerAddress = std::forward<DeployerAddressT>(value);
76 template <
typename DeployerAddressT = Aws::String>
86 template <
typename MetadataT = ContractMetadata>
88 m_metadataHasBeenSet =
true;
89 m_metadata = std::forward<MetadataT>(value);
91 template <
typename MetadataT = ContractMetadata>
101 template <
typename RequestIdT = Aws::String>
103 m_requestIdHasBeenSet =
true;
104 m_requestId = std::forward<RequestIdT>(value);
106 template <
typename RequestIdT = Aws::String>
121 ContractMetadata m_metadata;
125 bool m_contractIdentifierHasBeenSet =
false;
126 bool m_tokenStandardHasBeenSet =
false;
127 bool m_deployerAddressHasBeenSet =
false;
128 bool m_metadataHasBeenSet =
false;
129 bool m_requestIdHasBeenSet =
false;
const ContractMetadata & GetMetadata() const
const Aws::String & GetDeployerAddress() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
void SetMetadata(MetadataT &&value)
const Aws::String & GetRequestId() const
GetAssetContractResult & WithTokenStandard(QueryTokenStandard value)
GetAssetContractResult & WithMetadata(MetadataT &&value)
GetAssetContractResult & WithContractIdentifier(ContractIdentifierT &&value)
AWS_MANAGEDBLOCKCHAINQUERY_API GetAssetContractResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
QueryTokenStandard GetTokenStandard() const
AWS_MANAGEDBLOCKCHAINQUERY_API GetAssetContractResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetContractIdentifier(ContractIdentifierT &&value)
AWS_MANAGEDBLOCKCHAINQUERY_API GetAssetContractResult()=default
void SetTokenStandard(QueryTokenStandard value)
const ContractIdentifier & GetContractIdentifier() const
GetAssetContractResult & WithDeployerAddress(DeployerAddressT &&value)
void SetDeployerAddress(DeployerAddressT &&value)
GetAssetContractResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue