7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
9#include <aws/imagebuilder/model/LatestVersionReferences.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
22namespace imagebuilder {
35 template <
typename RequestIdT = Aws::String>
37 m_requestIdHasBeenSet =
true;
38 m_requestId = std::forward<RequestIdT>(value);
40 template <
typename RequestIdT = Aws::String>
52 template <
typename ClientTokenT = Aws::String>
54 m_clientTokenHasBeenSet =
true;
55 m_clientToken = std::forward<ClientTokenT>(value);
57 template <
typename ClientTokenT = Aws::String>
70 template <
typename ImageRecipeArnT = Aws::String>
72 m_imageRecipeArnHasBeenSet =
true;
73 m_imageRecipeArn = std::forward<ImageRecipeArnT>(value);
75 template <
typename ImageRecipeArnT = Aws::String>
88 template <
typename LatestVersionReferencesT = LatestVersionReferences>
90 m_latestVersionReferencesHasBeenSet =
true;
91 m_latestVersionReferences = std::forward<LatestVersionReferencesT>(value);
93 template <
typename LatestVersionReferencesT = LatestVersionReferences>
107 bool m_requestIdHasBeenSet =
false;
108 bool m_clientTokenHasBeenSet =
false;
109 bool m_imageRecipeArnHasBeenSet =
false;
110 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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue