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/ImageRecipe.h>
11#include <aws/imagebuilder/model/LatestVersionReferences.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
24namespace imagebuilder {
37 template <
typename RequestIdT = Aws::String>
39 m_requestIdHasBeenSet =
true;
40 m_requestId = std::forward<RequestIdT>(value);
42 template <
typename RequestIdT = Aws::String>
54 template <
typename ImageRecipeT = ImageRecipe>
56 m_imageRecipeHasBeenSet =
true;
57 m_imageRecipe = std::forward<ImageRecipeT>(value);
59 template <
typename ImageRecipeT = ImageRecipe>
72 template <
typename LatestVersionReferencesT = LatestVersionReferences>
74 m_latestVersionReferencesHasBeenSet =
true;
75 m_latestVersionReferences = std::forward<LatestVersionReferencesT>(value);
77 template <
typename LatestVersionReferencesT = LatestVersionReferences>
92 bool m_requestIdHasBeenSet =
false;
93 bool m_imageRecipeHasBeenSet =
false;
94 bool m_latestVersionReferencesHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
GetImageRecipeResult & WithImageRecipe(ImageRecipeT &&value)
void SetLatestVersionReferences(LatestVersionReferencesT &&value)
AWS_IMAGEBUILDER_API GetImageRecipeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetImageRecipeResult & WithLatestVersionReferences(LatestVersionReferencesT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_IMAGEBUILDER_API GetImageRecipeResult()=default
const ImageRecipe & GetImageRecipe() const
GetImageRecipeResult & WithRequestId(RequestIdT &&value)
AWS_IMAGEBUILDER_API GetImageRecipeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetImageRecipe(ImageRecipeT &&value)
const LatestVersionReferences & GetLatestVersionReferences() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue