7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
10#include <aws/imagebuilder/model/LatestVersionReferences.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace 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 ImageRecipeArnT = Aws::String>
73 m_imageRecipeArnHasBeenSet =
true;
74 m_imageRecipeArn = std::forward<ImageRecipeArnT>(value);
76 template <
typename ImageRecipeArnT = Aws::String>
89 template <
typename LatestVersionReferencesT = LatestVersionReferences>
91 m_latestVersionReferencesHasBeenSet =
true;
92 m_latestVersionReferences = std::forward<LatestVersionReferencesT>(value);
94 template <
typename LatestVersionReferencesT = LatestVersionReferences>
111 bool m_requestIdHasBeenSet =
false;
112 bool m_clientTokenHasBeenSet =
false;
113 bool m_imageRecipeArnHasBeenSet =
false;
114 bool m_latestVersionReferencesHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
CreateImageRecipeResult & WithImageRecipeArn(ImageRecipeArnT &&value)
CreateImageRecipeResult & WithClientToken(ClientTokenT &&value)
AWS_IMAGEBUILDER_API CreateImageRecipeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetClientToken(ClientTokenT &&value)
CreateImageRecipeResult & WithLatestVersionReferences(LatestVersionReferencesT &&value)
const Aws::String & GetImageRecipeArn() const
void SetImageRecipeArn(ImageRecipeArnT &&value)
const Aws::String & GetClientToken() const
void SetLatestVersionReferences(LatestVersionReferencesT &&value)
AWS_IMAGEBUILDER_API CreateImageRecipeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateImageRecipeResult & WithRequestId(RequestIdT &&value)
AWS_IMAGEBUILDER_API CreateImageRecipeResult()=default
const LatestVersionReferences & GetLatestVersionReferences() const
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue