7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
9#include <aws/imagebuilder/model/ImageRecipe.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 ImageRecipeT = ImageRecipe>
55 m_imageRecipeHasBeenSet =
true;
56 m_imageRecipe = std::forward<ImageRecipeT>(value);
58 template <
typename ImageRecipeT = ImageRecipe>
71 template <
typename LatestVersionReferencesT = LatestVersionReferences>
73 m_latestVersionReferencesHasBeenSet =
true;
74 m_latestVersionReferences = std::forward<LatestVersionReferencesT>(value);
76 template <
typename LatestVersionReferencesT = LatestVersionReferences>
84 bool m_requestIdHasBeenSet =
false;
87 bool m_imageRecipeHasBeenSet =
false;
90 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_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