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>
88 m_engineHasBeenSet =
true;
108 template <
typename DefinitionZipT = Aws::Utils::ByteBuffer>
110 m_definitionZipHasBeenSet =
true;
111 m_definitionZip = std::forward<DefinitionZipT>(value);
113 template <
typename DefinitionZipT = Aws::Utils::ByteBuffer>
127 template <
typename DefinitionUriT = Aws::String>
129 m_definitionUriHasBeenSet =
true;
130 m_definitionUri = std::forward<DefinitionUriT>(value);
132 template <
typename DefinitionUriT = Aws::String>
148 template <
typename MainT = Aws::String>
150 m_mainHasBeenSet =
true;
151 m_main = std::forward<MainT>(value);
153 template <
typename MainT = Aws::String>
155 SetMain(std::forward<MainT>(value));
172 template <
typename ParameterTemplateT = Aws::Map<Aws::String, WorkflowParameter>>
174 m_parameterTemplateHasBeenSet =
true;
175 m_parameterTemplate = std::forward<ParameterTemplateT>(value);
177 template <
typename ParameterTemplateT = Aws::Map<Aws::String, WorkflowParameter>>
182 template <
typename ParameterTemplateKeyT = Aws::String,
typename ParameterTemplateValueT = WorkflowParameter>
184 m_parameterTemplateHasBeenSet =
true;
185 m_parameterTemplate.emplace(std::forward<ParameterTemplateKeyT>(key), std::forward<ParameterTemplateValueT>(value));
200 m_storageCapacityHasBeenSet =
true;
201 m_storageCapacity = value;
218 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
220 m_tagsHasBeenSet =
true;
221 m_tags = std::forward<TagsT>(value);
223 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
225 SetTags(std::forward<TagsT>(value));
228 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
230 m_tagsHasBeenSet =
true;
231 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
243 template <
typename RequestIdT = Aws::String>
245 m_requestIdHasBeenSet =
true;
246 m_requestId = std::forward<RequestIdT>(value);
248 template <
typename RequestIdT = Aws::String>
262 m_acceleratorsHasBeenSet =
true;
263 m_accelerators = value;
284 m_storageTypeHasBeenSet =
true;
285 m_storageType = value;
303 template <
typename ContainerRegistryMapT = ContainerRegistryMap>
305 m_containerRegistryMapHasBeenSet =
true;
306 m_containerRegistryMap = std::forward<ContainerRegistryMapT>(value);
308 template <
typename ContainerRegistryMapT = ContainerRegistryMap>
321 template <
typename ContainerRegistryMapUriT = Aws::String>
323 m_containerRegistryMapUriHasBeenSet =
true;
324 m_containerRegistryMapUri = std::forward<ContainerRegistryMapUriT>(value);
326 template <
typename ContainerRegistryMapUriT = Aws::String>
340 template <
typename ReadmeMarkdownT = Aws::String>
342 m_readmeMarkdownHasBeenSet =
true;
343 m_readmeMarkdown = std::forward<ReadmeMarkdownT>(value);
345 template <
typename ReadmeMarkdownT = Aws::String>
360 template <
typename ParameterTemplatePathT = Aws::String>
362 m_parameterTemplatePathHasBeenSet =
true;
363 m_parameterTemplatePath = std::forward<ParameterTemplatePathT>(value);
365 template <
typename ParameterTemplatePathT = Aws::String>
381 template <
typename ReadmePathT = Aws::String>
383 m_readmePathHasBeenSet =
true;
384 m_readmePath = std::forward<ReadmePathT>(value);
386 template <
typename ReadmePathT = Aws::String>
400 template <
typename DefinitionRepositoryT = DefinitionRepository>
402 m_definitionRepositoryHasBeenSet =
true;
403 m_definitionRepository = std::forward<DefinitionRepositoryT>(value);
405 template <
typename DefinitionRepositoryT = DefinitionRepository>
420 template <
typename WorkflowBucketOwnerIdT = Aws::String>
422 m_workflowBucketOwnerIdHasBeenSet =
true;
423 m_workflowBucketOwnerId = std::forward<WorkflowBucketOwnerIdT>(value);
425 template <
typename WorkflowBucketOwnerIdT = Aws::String>
443 template <
typename ReadmeUriT = Aws::String>
445 m_readmeUriHasBeenSet =
true;
446 m_readmeUri = std::forward<ReadmeUriT>(value);
448 template <
typename ReadmeUriT = Aws::String>
469 int m_storageCapacity{0};
479 ContainerRegistryMap m_containerRegistryMap;
489 DefinitionRepository m_definitionRepository;
494 bool m_nameHasBeenSet =
false;
495 bool m_descriptionHasBeenSet =
false;
496 bool m_engineHasBeenSet =
false;
497 bool m_definitionZipHasBeenSet =
false;
498 bool m_definitionUriHasBeenSet =
false;
499 bool m_mainHasBeenSet =
false;
500 bool m_parameterTemplateHasBeenSet =
false;
501 bool m_storageCapacityHasBeenSet =
false;
502 bool m_tagsHasBeenSet =
false;
503 bool m_requestIdHasBeenSet =
true;
504 bool m_acceleratorsHasBeenSet =
false;
505 bool m_storageTypeHasBeenSet =
false;
506 bool m_containerRegistryMapHasBeenSet =
false;
507 bool m_containerRegistryMapUriHasBeenSet =
false;
508 bool m_readmeMarkdownHasBeenSet =
false;
509 bool m_parameterTemplatePathHasBeenSet =
false;
510 bool m_readmePathHasBeenSet =
false;
511 bool m_definitionRepositoryHasBeenSet =
false;
512 bool m_workflowBucketOwnerIdHasBeenSet =
false;
513 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