7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
9#include <aws/imagebuilder/model/ContainerRecipe.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 ContainerRecipeT = ContainerRecipe>
55 m_containerRecipeHasBeenSet =
true;
56 m_containerRecipe = std::forward<ContainerRecipeT>(value);
58 template <
typename ContainerRecipeT = ContainerRecipe>
71 template <
typename LatestVersionReferencesT = LatestVersionReferences>
73 m_latestVersionReferencesHasBeenSet =
true;
74 m_latestVersionReferences = std::forward<LatestVersionReferencesT>(value);
76 template <
typename LatestVersionReferencesT = LatestVersionReferences>
88 bool m_requestIdHasBeenSet =
false;
89 bool m_containerRecipeHasBeenSet =
false;
90 bool m_latestVersionReferencesHasBeenSet =
false;
void SetLatestVersionReferences(LatestVersionReferencesT &&value)
void SetContainerRecipe(ContainerRecipeT &&value)
GetContainerRecipeResult & WithLatestVersionReferences(LatestVersionReferencesT &&value)
GetContainerRecipeResult & WithRequestId(RequestIdT &&value)
AWS_IMAGEBUILDER_API GetContainerRecipeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_IMAGEBUILDER_API GetContainerRecipeResult()=default
const Aws::String & GetRequestId() const
GetContainerRecipeResult & WithContainerRecipe(ContainerRecipeT &&value)
const ContainerRecipe & GetContainerRecipe() const
const LatestVersionReferences & GetLatestVersionReferences() const
AWS_IMAGEBUILDER_API GetContainerRecipeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue