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 ContainerRecipeArnT = Aws::String>
73 m_containerRecipeArnHasBeenSet =
true;
74 m_containerRecipeArn = std::forward<ContainerRecipeArnT>(value);
76 template <
typename ContainerRecipeArnT = 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_containerRecipeArnHasBeenSet =
false;
114 bool m_latestVersionReferencesHasBeenSet =
false;
AWS_IMAGEBUILDER_API CreateContainerRecipeResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetClientToken(ClientTokenT &&value)
AWS_IMAGEBUILDER_API CreateContainerRecipeResult()=default
void SetContainerRecipeArn(ContainerRecipeArnT &&value)
CreateContainerRecipeResult & WithClientToken(ClientTokenT &&value)
CreateContainerRecipeResult & WithContainerRecipeArn(ContainerRecipeArnT &&value)
const Aws::String & GetContainerRecipeArn() const
const LatestVersionReferences & GetLatestVersionReferences() const
AWS_IMAGEBUILDER_API CreateContainerRecipeResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetClientToken() const
CreateContainerRecipeResult & WithLatestVersionReferences(LatestVersionReferencesT &&value)
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetLatestVersionReferences(LatestVersionReferencesT &&value)
void SetRequestId(RequestIdT &&value)
CreateContainerRecipeResult & WithRequestId(RequestIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue