7#include <aws/core/utils/Array.h>
8#include <aws/core/utils/UUID.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/omics/OmicsRequest.h>
12#include <aws/omics/Omics_EXPORTS.h>
13#include <aws/omics/model/Accelerators.h>
14#include <aws/omics/model/ContainerRegistryMap.h>
15#include <aws/omics/model/DefinitionRepository.h>
16#include <aws/omics/model/StorageType.h>
17#include <aws/omics/model/WorkflowEngine.h>
18#include <aws/omics/model/WorkflowParameter.h>
48 template <
typename NameT = Aws::String>
50 m_nameHasBeenSet =
true;
51 m_name = std::forward<NameT>(value);
53 template <
typename NameT = Aws::String>
55 SetName(std::forward<NameT>(value));
66 template <
typename DescriptionT = Aws::String>
68 m_descriptionHasBeenSet =
true;
69 m_description = std::forward<DescriptionT>(value);
71 template <
typename DescriptionT = Aws::String>
93 m_engineHasBeenSet =
true;
113 template <
typename DefinitionZipT = Aws::Utils::ByteBuffer>
115 m_definitionZipHasBeenSet =
true;
116 m_definitionZip = std::forward<DefinitionZipT>(value);
118 template <
typename DefinitionZipT = Aws::Utils::ByteBuffer>
132 template <
typename DefinitionUriT = Aws::String>
134 m_definitionUriHasBeenSet =
true;
135 m_definitionUri = std::forward<DefinitionUriT>(value);
137 template <
typename DefinitionUriT = Aws::String>
153 template <
typename MainT = Aws::String>
155 m_mainHasBeenSet =
true;
156 m_main = std::forward<MainT>(value);
158 template <
typename MainT = Aws::String>
160 SetMain(std::forward<MainT>(value));
177 template <
typename ParameterTemplateT = Aws::Map<Aws::String, WorkflowParameter>>
179 m_parameterTemplateHasBeenSet =
true;
180 m_parameterTemplate = std::forward<ParameterTemplateT>(value);
182 template <
typename ParameterTemplateT = Aws::Map<Aws::String, WorkflowParameter>>
187 template <
typename ParameterTemplateKeyT = Aws::String,
typename ParameterTemplateValueT = WorkflowParameter>
189 m_parameterTemplateHasBeenSet =
true;
190 m_parameterTemplate.emplace(std::forward<ParameterTemplateKeyT>(key), std::forward<ParameterTemplateValueT>(value));
205 m_storageCapacityHasBeenSet =
true;
206 m_storageCapacity = value;
223 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
225 m_tagsHasBeenSet =
true;
226 m_tags = std::forward<TagsT>(value);
228 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
230 SetTags(std::forward<TagsT>(value));
233 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
235 m_tagsHasBeenSet =
true;
236 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
248 template <
typename RequestIdT = Aws::String>
250 m_requestIdHasBeenSet =
true;
251 m_requestId = std::forward<RequestIdT>(value);
253 template <
typename RequestIdT = Aws::String>
267 m_acceleratorsHasBeenSet =
true;
268 m_accelerators = value;
289 m_storageTypeHasBeenSet =
true;
290 m_storageType = value;
308 template <
typename ContainerRegistryMapT = ContainerRegistryMap>
310 m_containerRegistryMapHasBeenSet =
true;
311 m_containerRegistryMap = std::forward<ContainerRegistryMapT>(value);
313 template <
typename ContainerRegistryMapT = ContainerRegistryMap>
326 template <
typename ContainerRegistryMapUriT = Aws::String>
328 m_containerRegistryMapUriHasBeenSet =
true;
329 m_containerRegistryMapUri = std::forward<ContainerRegistryMapUriT>(value);
331 template <
typename ContainerRegistryMapUriT = Aws::String>
345 template <
typename ReadmeMarkdownT = Aws::String>
347 m_readmeMarkdownHasBeenSet =
true;
348 m_readmeMarkdown = std::forward<ReadmeMarkdownT>(value);
350 template <
typename ReadmeMarkdownT = Aws::String>
365 template <
typename ParameterTemplatePathT = Aws::String>
367 m_parameterTemplatePathHasBeenSet =
true;
368 m_parameterTemplatePath = std::forward<ParameterTemplatePathT>(value);
370 template <
typename ParameterTemplatePathT = Aws::String>
386 template <
typename ReadmePathT = Aws::String>
388 m_readmePathHasBeenSet =
true;
389 m_readmePath = std::forward<ReadmePathT>(value);
391 template <
typename ReadmePathT = Aws::String>
405 template <
typename DefinitionRepositoryT = DefinitionRepository>
407 m_definitionRepositoryHasBeenSet =
true;
408 m_definitionRepository = std::forward<DefinitionRepositoryT>(value);
410 template <
typename DefinitionRepositoryT = DefinitionRepository>
425 template <
typename WorkflowBucketOwnerIdT = Aws::String>
427 m_workflowBucketOwnerIdHasBeenSet =
true;
428 m_workflowBucketOwnerId = std::forward<WorkflowBucketOwnerIdT>(value);
430 template <
typename WorkflowBucketOwnerIdT = Aws::String>
448 template <
typename ReadmeUriT = Aws::String>
450 m_readmeUriHasBeenSet =
true;
451 m_readmeUri = std::forward<ReadmeUriT>(value);
453 template <
typename ReadmeUriT = Aws::String>
474 int m_storageCapacity{0};
484 ContainerRegistryMap m_containerRegistryMap;
494 DefinitionRepository m_definitionRepository;
499 bool m_nameHasBeenSet =
false;
500 bool m_descriptionHasBeenSet =
false;
501 bool m_engineHasBeenSet =
false;
502 bool m_definitionZipHasBeenSet =
false;
503 bool m_definitionUriHasBeenSet =
false;
504 bool m_mainHasBeenSet =
false;
505 bool m_parameterTemplateHasBeenSet =
false;
506 bool m_storageCapacityHasBeenSet =
false;
507 bool m_tagsHasBeenSet =
false;
508 bool m_requestIdHasBeenSet =
true;
509 bool m_acceleratorsHasBeenSet =
false;
510 bool m_storageTypeHasBeenSet =
false;
511 bool m_containerRegistryMapHasBeenSet =
false;
512 bool m_containerRegistryMapUriHasBeenSet =
false;
513 bool m_readmeMarkdownHasBeenSet =
false;
514 bool m_parameterTemplatePathHasBeenSet =
false;
515 bool m_readmePathHasBeenSet =
false;
516 bool m_definitionRepositoryHasBeenSet =
false;
517 bool m_workflowBucketOwnerIdHasBeenSet =
false;
518 bool m_readmeUriHasBeenSet =
false;
bool DefinitionZipHasBeenSet() const
const Aws::String & GetRequestId() const
void SetReadmeMarkdown(ReadmeMarkdownT &&value)
CreateWorkflowRequest & WithRequestId(RequestIdT &&value)
const Aws::String & GetDefinitionUri() const
CreateWorkflowRequest & WithDefinitionUri(DefinitionUriT &&value)
CreateWorkflowRequest & WithContainerRegistryMapUri(ContainerRegistryMapUriT &&value)
AWS_OMICS_API CreateWorkflowRequest()=default
CreateWorkflowRequest & WithDefinitionZip(DefinitionZipT &&value)
const Aws::Utils::ByteBuffer & GetDefinitionZip() const
CreateWorkflowRequest & WithParameterTemplate(ParameterTemplateT &&value)
void SetParameterTemplatePath(ParameterTemplatePathT &&value)
const Aws::String & GetParameterTemplatePath() const
void SetAccelerators(Accelerators value)
CreateWorkflowRequest & WithReadmeUri(ReadmeUriT &&value)
bool ContainerRegistryMapUriHasBeenSet() const
const Aws::String & GetReadmeUri() const
void SetDescription(DescriptionT &&value)
bool EngineHasBeenSet() const
const DefinitionRepository & GetDefinitionRepository() const
const Aws::Map< Aws::String, WorkflowParameter > & GetParameterTemplate() const
void SetMain(MainT &&value)
void SetWorkflowBucketOwnerId(WorkflowBucketOwnerIdT &&value)
CreateWorkflowRequest & WithReadmeMarkdown(ReadmeMarkdownT &&value)
void SetContainerRegistryMap(ContainerRegistryMapT &&value)
void SetName(NameT &&value)
void SetStorageType(StorageType value)
bool MainHasBeenSet() const
bool DescriptionHasBeenSet() const
CreateWorkflowRequest & WithTags(TagsT &&value)
void SetDefinitionRepository(DefinitionRepositoryT &&value)
bool NameHasBeenSet() const
bool WorkflowBucketOwnerIdHasBeenSet() const
bool StorageTypeHasBeenSet() const
void SetReadmeUri(ReadmeUriT &&value)
Accelerators GetAccelerators() const
AWS_OMICS_API Aws::String SerializePayload() const override
void SetTags(TagsT &&value)
void SetDefinitionZip(DefinitionZipT &&value)
CreateWorkflowRequest & WithParameterTemplatePath(ParameterTemplatePathT &&value)
CreateWorkflowRequest & WithMain(MainT &&value)
CreateWorkflowRequest & WithReadmePath(ReadmePathT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetName() const
bool DefinitionRepositoryHasBeenSet() const
bool ParameterTemplatePathHasBeenSet() const
bool RequestIdHasBeenSet() const
CreateWorkflowRequest & WithEngine(WorkflowEngine value)
CreateWorkflowRequest & WithStorageCapacity(int value)
WorkflowEngine GetEngine() const
CreateWorkflowRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateWorkflowRequest & WithName(NameT &&value)
void SetEngine(WorkflowEngine value)
bool AcceleratorsHasBeenSet() const
void SetContainerRegistryMapUri(ContainerRegistryMapUriT &&value)
bool StorageCapacityHasBeenSet() const
const Aws::String & GetDescription() const
const Aws::String & GetContainerRegistryMapUri() const
void SetParameterTemplate(ParameterTemplateT &&value)
CreateWorkflowRequest & WithDescription(DescriptionT &&value)
bool ReadmePathHasBeenSet() const
CreateWorkflowRequest & AddParameterTemplate(ParameterTemplateKeyT &&key, ParameterTemplateValueT &&value)
void SetStorageCapacity(int value)
void SetRequestId(RequestIdT &&value)
bool ContainerRegistryMapHasBeenSet() const
CreateWorkflowRequest & WithContainerRegistryMap(ContainerRegistryMapT &&value)
CreateWorkflowRequest & WithDefinitionRepository(DefinitionRepositoryT &&value)
const Aws::String & GetWorkflowBucketOwnerId() const
void SetDefinitionUri(DefinitionUriT &&value)
bool DefinitionUriHasBeenSet() const
const Aws::String & GetReadmeMarkdown() const
bool ParameterTemplateHasBeenSet() const
bool TagsHasBeenSet() const
bool ReadmeUriHasBeenSet() const
CreateWorkflowRequest & WithWorkflowBucketOwnerId(WorkflowBucketOwnerIdT &&value)
void SetReadmePath(ReadmePathT &&value)
const ContainerRegistryMap & GetContainerRegistryMap() const
const Aws::String & GetReadmePath() const
StorageType GetStorageType() const
CreateWorkflowRequest & WithAccelerators(Accelerators value)
bool ReadmeMarkdownHasBeenSet() const
const Aws::String & GetMain() const
CreateWorkflowRequest & WithStorageType(StorageType value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
int GetStorageCapacity() const
static Aws::Utils::UUID PseudoRandomUUID()
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