7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace imagebuilder {
36 template <
typename RequestIdT = Aws::String>
38 m_requestIdHasBeenSet =
true;
39 m_requestId = std::forward<RequestIdT>(value);
41 template <
typename RequestIdT = Aws::String>
53 template <
typename ClientTokenT = Aws::String>
55 m_clientTokenHasBeenSet =
true;
56 m_clientToken = std::forward<ClientTokenT>(value);
58 template <
typename ClientTokenT = Aws::String>
71 template <
typename InfrastructureConfigurationArnT = Aws::String>
73 m_infrastructureConfigurationArnHasBeenSet =
true;
74 m_infrastructureConfigurationArn = std::forward<InfrastructureConfigurationArnT>(value);
76 template <
typename InfrastructureConfigurationArnT = Aws::String>
91 bool m_requestIdHasBeenSet =
false;
92 bool m_clientTokenHasBeenSet =
false;
93 bool m_infrastructureConfigurationArnHasBeenSet =
false;
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
void SetInfrastructureConfigurationArn(InfrastructureConfigurationArnT &&value)
AWS_IMAGEBUILDER_API CreateInfrastructureConfigurationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IMAGEBUILDER_API CreateInfrastructureConfigurationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
CreateInfrastructureConfigurationResult & WithRequestId(RequestIdT &&value)
CreateInfrastructureConfigurationResult & WithInfrastructureConfigurationArn(InfrastructureConfigurationArnT &&value)
const Aws::String & GetClientToken() const
const Aws::String & GetInfrastructureConfigurationArn() const
void SetClientToken(ClientTokenT &&value)
AWS_IMAGEBUILDER_API CreateInfrastructureConfigurationResult()=default
CreateInfrastructureConfigurationResult & WithClientToken(ClientTokenT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue