7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSVector.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/DefinitionRepositoryDetails.h>
16#include <aws/omics/model/StorageType.h>
17#include <aws/omics/model/WorkflowEngine.h>
18#include <aws/omics/model/WorkflowParameter.h>
19#include <aws/omics/model/WorkflowStatus.h>
20#include <aws/omics/model/WorkflowType.h>
25template <
typename RESULT_TYPE>
26class AmazonWebServiceResult;
46 template <
typename ArnT = Aws::String>
48 m_arnHasBeenSet =
true;
49 m_arn = std::forward<ArnT>(value);
51 template <
typename ArnT = Aws::String>
53 SetArn(std::forward<ArnT>(value));
63 template <
typename IdT = Aws::String>
65 m_idHasBeenSet =
true;
66 m_id = std::forward<IdT>(value);
68 template <
typename IdT = Aws::String>
70 SetId(std::forward<IdT>(value));
81 m_statusHasBeenSet =
true;
96 m_typeHasBeenSet =
true;
110 template <
typename NameT = Aws::String>
112 m_nameHasBeenSet =
true;
113 m_name = std::forward<NameT>(value);
115 template <
typename NameT = Aws::String>
117 SetName(std::forward<NameT>(value));
127 template <
typename DescriptionT = Aws::String>
129 m_descriptionHasBeenSet =
true;
130 m_description = std::forward<DescriptionT>(value);
132 template <
typename DescriptionT = Aws::String>
145 m_engineHasBeenSet =
true;
159 template <
typename DefinitionT = Aws::String>
161 m_definitionHasBeenSet =
true;
162 m_definition = std::forward<DefinitionT>(value);
164 template <
typename DefinitionT = Aws::String>
176 template <
typename MainT = Aws::String>
178 m_mainHasBeenSet =
true;
179 m_main = std::forward<MainT>(value);
181 template <
typename MainT = Aws::String>
183 SetMain(std::forward<MainT>(value));
193 template <
typename DigestT = Aws::String>
195 m_digestHasBeenSet =
true;
196 m_digest = std::forward<DigestT>(value);
198 template <
typename DigestT = Aws::String>
210 template <
typename ParameterTemplateT = Aws::Map<Aws::String, WorkflowParameter>>
212 m_parameterTemplateHasBeenSet =
true;
213 m_parameterTemplate = std::forward<ParameterTemplateT>(value);
215 template <
typename ParameterTemplateT = Aws::Map<Aws::String, WorkflowParameter>>
220 template <
typename ParameterTemplateKeyT = Aws::String,
typename ParameterTemplateValueT = WorkflowParameter>
222 m_parameterTemplateHasBeenSet =
true;
223 m_parameterTemplate.emplace(std::forward<ParameterTemplateKeyT>(key), std::forward<ParameterTemplateValueT>(value));
235 m_storageCapacityHasBeenSet =
true;
236 m_storageCapacity = value;
249 template <
typename CreationTimeT = Aws::Utils::DateTime>
251 m_creationTimeHasBeenSet =
true;
252 m_creationTime = std::forward<CreationTimeT>(value);
254 template <
typename CreationTimeT = Aws::Utils::DateTime>
266 template <
typename StatusMessageT = Aws::String>
268 m_statusMessageHasBeenSet =
true;
269 m_statusMessage = std::forward<StatusMessageT>(value);
271 template <
typename StatusMessageT = Aws::String>
283 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
285 m_tagsHasBeenSet =
true;
286 m_tags = std::forward<TagsT>(value);
288 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
290 SetTags(std::forward<TagsT>(value));
293 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
295 m_tagsHasBeenSet =
true;
296 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
306 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
308 m_metadataHasBeenSet =
true;
309 m_metadata = std::forward<MetadataT>(value);
311 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
316 template <
typename MetadataKeyT = Aws::String,
typename MetadataValueT = Aws::String>
318 m_metadataHasBeenSet =
true;
319 m_metadata.emplace(std::forward<MetadataKeyT>(key), std::forward<MetadataValueT>(value));
330 m_acceleratorsHasBeenSet =
true;
331 m_accelerators = value;
345 m_storageTypeHasBeenSet =
true;
346 m_storageType = value;
359 template <
typename Uu
idT = Aws::String>
361 m_uuidHasBeenSet =
true;
362 m_uuid = std::forward<UuidT>(value);
364 template <
typename Uu
idT = Aws::String>
366 SetUuid(std::forward<UuidT>(value));
376 template <
typename ContainerRegistryMapT = ContainerRegistryMap>
378 m_containerRegistryMapHasBeenSet =
true;
379 m_containerRegistryMap = std::forward<ContainerRegistryMapT>(value);
381 template <
typename ContainerRegistryMapT = ContainerRegistryMap>
394 template <
typename ReadmeT = Aws::String>
396 m_readmeHasBeenSet =
true;
397 m_readme = std::forward<ReadmeT>(value);
399 template <
typename ReadmeT = Aws::String>
412 template <
typename DefinitionRepositoryDetailsT = DefinitionRepositoryDetails>
414 m_definitionRepositoryDetailsHasBeenSet =
true;
415 m_definitionRepositoryDetails = std::forward<DefinitionRepositoryDetailsT>(value);
417 template <
typename DefinitionRepositoryDetailsT = DefinitionRepositoryDetails>
432 template <
typename ReadmePathT = Aws::String>
434 m_readmePathHasBeenSet =
true;
435 m_readmePath = std::forward<ReadmePathT>(value);
437 template <
typename ReadmePathT = Aws::String>
450 template <
typename ProfilesT = Aws::Vector<Aws::String>>
452 m_profilesHasBeenSet =
true;
453 m_profiles = std::forward<ProfilesT>(value);
455 template <
typename ProfilesT = Aws::Vector<Aws::String>>
460 template <
typename ProfilesT = Aws::String>
462 m_profilesHasBeenSet =
true;
463 m_profiles.emplace_back(std::forward<ProfilesT>(value));
475 return m_profileParameterTemplates;
477 template <
typename ProfileParameterTemplatesT = Aws::Map<Aws::String, Aws::Map<Aws::String, WorkflowParameter>>>
479 m_profileParameterTemplatesHasBeenSet =
true;
480 m_profileParameterTemplates = std::forward<ProfileParameterTemplatesT>(value);
482 template <
typename ProfileParameterTemplatesT = Aws::Map<Aws::String, Aws::Map<Aws::String, WorkflowParameter>>>
487 template <
typename ProfileParameterTemplatesKeyT =
Aws::String,
490 m_profileParameterTemplatesHasBeenSet =
true;
491 m_profileParameterTemplates.emplace(std::forward<ProfileParameterTemplatesKeyT>(key),
492 std::forward<ProfileParameterTemplatesValueT>(value));
500 template <
typename RequestIdT = Aws::String>
502 m_requestIdHasBeenSet =
true;
503 m_requestId = std::forward<RequestIdT>(value);
505 template <
typename RequestIdT = Aws::String>
536 int m_storageCapacity{0};
552 ContainerRegistryMap m_containerRegistryMap;
556 DefinitionRepositoryDetails m_definitionRepositoryDetails;
566 bool m_arnHasBeenSet =
false;
567 bool m_idHasBeenSet =
false;
568 bool m_statusHasBeenSet =
false;
569 bool m_typeHasBeenSet =
false;
570 bool m_nameHasBeenSet =
false;
571 bool m_descriptionHasBeenSet =
false;
572 bool m_engineHasBeenSet =
false;
573 bool m_definitionHasBeenSet =
false;
574 bool m_mainHasBeenSet =
false;
575 bool m_digestHasBeenSet =
false;
576 bool m_parameterTemplateHasBeenSet =
false;
577 bool m_storageCapacityHasBeenSet =
false;
578 bool m_creationTimeHasBeenSet =
false;
579 bool m_statusMessageHasBeenSet =
false;
580 bool m_tagsHasBeenSet =
false;
581 bool m_metadataHasBeenSet =
false;
582 bool m_acceleratorsHasBeenSet =
false;
583 bool m_storageTypeHasBeenSet =
false;
584 bool m_uuidHasBeenSet =
false;
585 bool m_containerRegistryMapHasBeenSet =
false;
586 bool m_readmeHasBeenSet =
false;
587 bool m_definitionRepositoryDetailsHasBeenSet =
false;
588 bool m_readmePathHasBeenSet =
false;
589 bool m_profilesHasBeenSet =
false;
590 bool m_profileParameterTemplatesHasBeenSet =
false;
591 bool m_requestIdHasBeenSet =
false;
GetWorkflowResult & AddProfiles(ProfilesT &&value)
const Aws::Map< Aws::String, Aws::String > & GetMetadata() const
GetWorkflowResult & WithStorageCapacity(int value)
void SetCreationTime(CreationTimeT &&value)
void SetStatusMessage(StatusMessageT &&value)
GetWorkflowResult & WithStatusMessage(StatusMessageT &&value)
GetWorkflowResult & WithDescription(DescriptionT &&value)
GetWorkflowResult & WithStorageType(StorageType value)
void SetName(NameT &&value)
AWS_OMICS_API GetWorkflowResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetWorkflowResult & WithParameterTemplate(ParameterTemplateT &&value)
Accelerators GetAccelerators() const
void SetStorageCapacity(int value)
const Aws::String & GetStatusMessage() const
void SetTags(TagsT &&value)
const Aws::Vector< Aws::String > & GetProfiles() const
StorageType GetStorageType() const
const Aws::String & GetName() const
void SetParameterTemplate(ParameterTemplateT &&value)
const Aws::Map< Aws::String, Aws::Map< Aws::String, WorkflowParameter > > & GetProfileParameterTemplates() const
GetWorkflowResult & WithDefinition(DefinitionT &&value)
void SetMetadata(MetadataT &&value)
GetWorkflowResult & AddParameterTemplate(ParameterTemplateKeyT &&key, ParameterTemplateValueT &&value)
const Aws::String & GetMain() const
GetWorkflowResult & WithCreationTime(CreationTimeT &&value)
GetWorkflowResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetWorkflowResult & WithMetadata(MetadataT &&value)
const Aws::String & GetDigest() const
void SetUuid(UuidT &&value)
const DefinitionRepositoryDetails & GetDefinitionRepositoryDetails() const
AWS_OMICS_API GetWorkflowResult()=default
GetWorkflowResult & WithDigest(DigestT &&value)
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetCreationTime() const
void SetArn(ArnT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetWorkflowResult & WithContainerRegistryMap(ContainerRegistryMapT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetDescription(DescriptionT &&value)
void SetProfiles(ProfilesT &&value)
GetWorkflowResult & WithMain(MainT &&value)
GetWorkflowResult & WithProfileParameterTemplates(ProfileParameterTemplatesT &&value)
const Aws::String & GetDefinition() const
const Aws::String & GetReadme() const
GetWorkflowResult & WithAccelerators(Accelerators value)
GetWorkflowResult & AddMetadata(MetadataKeyT &&key, MetadataValueT &&value)
GetWorkflowResult & WithReadme(ReadmeT &&value)
const Aws::Map< Aws::String, WorkflowParameter > & GetParameterTemplate() const
WorkflowStatus GetStatus() const
const Aws::String & GetReadmePath() const
GetWorkflowResult & WithTags(TagsT &&value)
void SetContainerRegistryMap(ContainerRegistryMapT &&value)
AWS_OMICS_API GetWorkflowResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const ContainerRegistryMap & GetContainerRegistryMap() const
void SetDefinitionRepositoryDetails(DefinitionRepositoryDetailsT &&value)
GetWorkflowResult & WithStatus(WorkflowStatus value)
const Aws::String & GetUuid() const
void SetProfileParameterTemplates(ProfileParameterTemplatesT &&value)
void SetStatus(WorkflowStatus value)
void SetReadmePath(ReadmePathT &&value)
GetWorkflowResult & WithDefinitionRepositoryDetails(DefinitionRepositoryDetailsT &&value)
void SetMain(MainT &&value)
void SetRequestId(RequestIdT &&value)
GetWorkflowResult & WithUuid(UuidT &&value)
const Aws::String & GetRequestId() const
void SetType(WorkflowType value)
void SetDigest(DigestT &&value)
GetWorkflowResult & WithReadmePath(ReadmePathT &&value)
GetWorkflowResult & WithProfiles(ProfilesT &&value)
WorkflowEngine GetEngine() const
GetWorkflowResult & WithRequestId(RequestIdT &&value)
GetWorkflowResult & WithEngine(WorkflowEngine value)
void SetAccelerators(Accelerators value)
const Aws::String & GetDescription() const
int GetStorageCapacity() const
void SetReadme(ReadmeT &&value)
void SetStorageType(StorageType value)
void SetEngine(WorkflowEngine value)
GetWorkflowResult & WithArn(ArnT &&value)
GetWorkflowResult & WithName(NameT &&value)
GetWorkflowResult & AddProfileParameterTemplates(ProfileParameterTemplatesKeyT &&key, ProfileParameterTemplatesValueT &&value)
void SetDefinition(DefinitionT &&value)
GetWorkflowResult & WithId(IdT &&value)
const Aws::String & GetId() const
WorkflowType GetType() const
GetWorkflowResult & WithType(WorkflowType 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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue