7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/imagebuilder/ImagebuilderRequest.h>
11#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
12#include <aws/imagebuilder/model/WorkflowType.h>
17namespace imagebuilder {
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
68 template <
typename SemanticVersionT = Aws::String>
70 m_semanticVersionHasBeenSet =
true;
71 m_semanticVersion = std::forward<SemanticVersionT>(value);
73 template <
typename SemanticVersionT = Aws::String>
86 template <
typename DescriptionT = Aws::String>
88 m_descriptionHasBeenSet =
true;
89 m_description = std::forward<DescriptionT>(value);
91 template <
typename DescriptionT = Aws::String>
105 template <
typename ChangeDescriptionT = Aws::String>
107 m_changeDescriptionHasBeenSet =
true;
108 m_changeDescription = std::forward<ChangeDescriptionT>(value);
110 template <
typename ChangeDescriptionT = Aws::String>
125 template <
typename DataT = Aws::String>
127 m_dataHasBeenSet =
true;
128 m_data = std::forward<DataT>(value);
130 template <
typename DataT = Aws::String>
132 SetData(std::forward<DataT>(value));
148 template <
typename UriT = Aws::String>
150 m_uriHasBeenSet =
true;
151 m_uri = std::forward<UriT>(value);
153 template <
typename UriT = Aws::String>
155 SetUri(std::forward<UriT>(value));
171 template <
typename KmsKeyIdT = Aws::String>
173 m_kmsKeyIdHasBeenSet =
true;
174 m_kmsKeyId = std::forward<KmsKeyIdT>(value);
176 template <
typename KmsKeyIdT = Aws::String>
189 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
191 m_tagsHasBeenSet =
true;
192 m_tags = std::forward<TagsT>(value);
194 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
196 SetTags(std::forward<TagsT>(value));
199 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
201 m_tagsHasBeenSet =
true;
202 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
216 template <
typename ClientTokenT = Aws::String>
218 m_clientTokenHasBeenSet =
true;
219 m_clientToken = std::forward<ClientTokenT>(value);
221 template <
typename ClientTokenT = Aws::String>
236 m_typeHasBeenSet =
true;
255 m_dryRunHasBeenSet =
true;
284 bool m_dryRun{
false};
285 bool m_nameHasBeenSet =
false;
286 bool m_semanticVersionHasBeenSet =
false;
287 bool m_descriptionHasBeenSet =
false;
288 bool m_changeDescriptionHasBeenSet =
false;
289 bool m_dataHasBeenSet =
false;
290 bool m_uriHasBeenSet =
false;
291 bool m_kmsKeyIdHasBeenSet =
false;
292 bool m_tagsHasBeenSet =
false;
293 bool m_clientTokenHasBeenSet =
true;
294 bool m_typeHasBeenSet =
false;
295 bool m_dryRunHasBeenSet =
false;
static Aws::Utils::UUID PseudoRandomUUID()
bool DryRunHasBeenSet() const
const Aws::String & GetSemanticVersion() const
void SetKmsKeyId(KmsKeyIdT &&value)
CreateWorkflowRequest & WithName(NameT &&value)
void SetDryRun(bool value)
void SetClientToken(ClientTokenT &&value)
const Aws::String & GetChangeDescription() const
bool DataHasBeenSet() const
bool UriHasBeenSet() const
CreateWorkflowRequest & WithData(DataT &&value)
CreateWorkflowRequest & WithClientToken(ClientTokenT &&value)
CreateWorkflowRequest & WithSemanticVersion(SemanticVersionT &&value)
CreateWorkflowRequest & WithKmsKeyId(KmsKeyIdT &&value)
void SetName(NameT &&value)
CreateWorkflowRequest & WithType(WorkflowType value)
const Aws::String & GetData() const
void SetData(DataT &&value)
bool KmsKeyIdHasBeenSet() const
bool ClientTokenHasBeenSet() const
bool TagsHasBeenSet() const
CreateWorkflowRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetDescription() const
bool SemanticVersionHasBeenSet() const
const Aws::String & GetKmsKeyId() const
void SetSemanticVersion(SemanticVersionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool ChangeDescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
CreateWorkflowRequest & WithDescription(DescriptionT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
const Aws::String & GetClientToken() const
const Aws::String & GetUri() const
CreateWorkflowRequest & WithDryRun(bool value)
void SetTags(TagsT &&value)
AWS_IMAGEBUILDER_API CreateWorkflowRequest()=default
void SetUri(UriT &&value)
CreateWorkflowRequest & WithChangeDescription(ChangeDescriptionT &&value)
bool DescriptionHasBeenSet() const
AWS_IMAGEBUILDER_API Aws::String SerializePayload() const override
bool TypeHasBeenSet() const
CreateWorkflowRequest & WithTags(TagsT &&value)
void SetType(WorkflowType value)
WorkflowType GetType() const
void SetChangeDescription(ChangeDescriptionT &&value)
virtual const char * GetServiceRequestName() const override
CreateWorkflowRequest & WithUri(UriT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String