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 ContainerRecipeArnT = Aws::String>
72 m_containerRecipeArnHasBeenSet =
true;
73 m_containerRecipeArn = std::forward<ContainerRecipeArnT>(value);
75 template <
typename ContainerRecipeArnT = 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_containerRecipeArnHasBeenSet =
false;
110 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
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