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/omics/Omics_EXPORTS.h>
12#include <aws/omics/model/Accelerators.h>
13#include <aws/omics/model/ContainerRegistryMap.h>
14#include <aws/omics/model/DefinitionRepositoryDetails.h>
15#include <aws/omics/model/StorageType.h>
16#include <aws/omics/model/WorkflowEngine.h>
17#include <aws/omics/model/WorkflowParameter.h>
18#include <aws/omics/model/WorkflowStatus.h>
19#include <aws/omics/model/WorkflowType.h>
24template <
typename RESULT_TYPE>
25class AmazonWebServiceResult;
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
62 template <
typename WorkflowIdT = Aws::String>
64 m_workflowIdHasBeenSet =
true;
65 m_workflowId = std::forward<WorkflowIdT>(value);
67 template <
typename WorkflowIdT = Aws::String>
79 template <
typename VersionNameT = Aws::String>
81 m_versionNameHasBeenSet =
true;
82 m_versionName = std::forward<VersionNameT>(value);
84 template <
typename VersionNameT = Aws::String>
97 m_acceleratorsHasBeenSet =
true;
98 m_accelerators = value;
111 template <
typename CreationTimeT = Aws::Utils::DateTime>
113 m_creationTimeHasBeenSet =
true;
114 m_creationTime = std::forward<CreationTimeT>(value);
116 template <
typename CreationTimeT = Aws::Utils::DateTime>
128 template <
typename DescriptionT = Aws::String>
130 m_descriptionHasBeenSet =
true;
131 m_description = std::forward<DescriptionT>(value);
133 template <
typename DescriptionT = Aws::String>
145 template <
typename DefinitionT = Aws::String>
147 m_definitionHasBeenSet =
true;
148 m_definition = std::forward<DefinitionT>(value);
150 template <
typename DefinitionT = Aws::String>
162 template <
typename DigestT = Aws::String>
164 m_digestHasBeenSet =
true;
165 m_digest = std::forward<DigestT>(value);
167 template <
typename DigestT = Aws::String>
180 m_engineHasBeenSet =
true;
194 template <
typename MainT = Aws::String>
196 m_mainHasBeenSet =
true;
197 m_main = std::forward<MainT>(value);
199 template <
typename MainT = Aws::String>
201 SetMain(std::forward<MainT>(value));
211 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
213 m_metadataHasBeenSet =
true;
214 m_metadata = std::forward<MetadataT>(value);
216 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
221 template <
typename MetadataKeyT = Aws::String,
typename MetadataValueT = Aws::String>
223 m_metadataHasBeenSet =
true;
224 m_metadata.emplace(std::forward<MetadataKeyT>(key), std::forward<MetadataValueT>(value));
234 template <
typename ParameterTemplateT = Aws::Map<Aws::String, WorkflowParameter>>
236 m_parameterTemplateHasBeenSet =
true;
237 m_parameterTemplate = std::forward<ParameterTemplateT>(value);
239 template <
typename ParameterTemplateT = Aws::Map<Aws::String, WorkflowParameter>>
244 template <
typename ParameterTemplateKeyT = Aws::String,
typename ParameterTemplateValueT = WorkflowParameter>
246 m_parameterTemplateHasBeenSet =
true;
247 m_parameterTemplate.emplace(std::forward<ParameterTemplateKeyT>(key), std::forward<ParameterTemplateValueT>(value));
258 m_statusHasBeenSet =
true;
272 template <
typename StatusMessageT = Aws::String>
274 m_statusMessageHasBeenSet =
true;
275 m_statusMessage = std::forward<StatusMessageT>(value);
277 template <
typename StatusMessageT = Aws::String>
290 m_storageTypeHasBeenSet =
true;
291 m_storageType = value;
305 m_storageCapacityHasBeenSet =
true;
306 m_storageCapacity = value;
320 m_typeHasBeenSet =
true;
334 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
336 m_tagsHasBeenSet =
true;
337 m_tags = std::forward<TagsT>(value);
339 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
341 SetTags(std::forward<TagsT>(value));
344 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
346 m_tagsHasBeenSet =
true;
347 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
357 template <
typename Uu
idT = Aws::String>
359 m_uuidHasBeenSet =
true;
360 m_uuid = std::forward<UuidT>(value);
362 template <
typename Uu
idT = Aws::String>
364 SetUuid(std::forward<UuidT>(value));
374 template <
typename WorkflowBucketOwnerIdT = Aws::String>
376 m_workflowBucketOwnerIdHasBeenSet =
true;
377 m_workflowBucketOwnerId = std::forward<WorkflowBucketOwnerIdT>(value);
379 template <
typename WorkflowBucketOwnerIdT = Aws::String>
391 template <
typename ContainerRegistryMapT = ContainerRegistryMap>
393 m_containerRegistryMapHasBeenSet =
true;
394 m_containerRegistryMap = std::forward<ContainerRegistryMapT>(value);
396 template <
typename ContainerRegistryMapT = ContainerRegistryMap>
409 template <
typename ReadmeT = Aws::String>
411 m_readmeHasBeenSet =
true;
412 m_readme = std::forward<ReadmeT>(value);
414 template <
typename ReadmeT = Aws::String>
427 template <
typename DefinitionRepositoryDetailsT = DefinitionRepositoryDetails>
429 m_definitionRepositoryDetailsHasBeenSet =
true;
430 m_definitionRepositoryDetails = std::forward<DefinitionRepositoryDetailsT>(value);
432 template <
typename DefinitionRepositoryDetailsT = DefinitionRepositoryDetails>
447 template <
typename ReadmePathT = Aws::String>
449 m_readmePathHasBeenSet =
true;
450 m_readmePath = std::forward<ReadmePathT>(value);
452 template <
typename ReadmePathT = Aws::String>
462 template <
typename RequestIdT = Aws::String>
464 m_requestIdHasBeenSet =
true;
465 m_requestId = std::forward<RequestIdT>(value);
467 template <
typename RequestIdT = Aws::String>
506 int m_storageCapacity{0};
516 ContainerRegistryMap m_containerRegistryMap;
520 DefinitionRepositoryDetails m_definitionRepositoryDetails;
526 bool m_arnHasBeenSet =
false;
527 bool m_workflowIdHasBeenSet =
false;
528 bool m_versionNameHasBeenSet =
false;
529 bool m_acceleratorsHasBeenSet =
false;
530 bool m_creationTimeHasBeenSet =
false;
531 bool m_descriptionHasBeenSet =
false;
532 bool m_definitionHasBeenSet =
false;
533 bool m_digestHasBeenSet =
false;
534 bool m_engineHasBeenSet =
false;
535 bool m_mainHasBeenSet =
false;
536 bool m_metadataHasBeenSet =
false;
537 bool m_parameterTemplateHasBeenSet =
false;
538 bool m_statusHasBeenSet =
false;
539 bool m_statusMessageHasBeenSet =
false;
540 bool m_storageTypeHasBeenSet =
false;
541 bool m_storageCapacityHasBeenSet =
false;
542 bool m_typeHasBeenSet =
false;
543 bool m_tagsHasBeenSet =
false;
544 bool m_uuidHasBeenSet =
false;
545 bool m_workflowBucketOwnerIdHasBeenSet =
false;
546 bool m_containerRegistryMapHasBeenSet =
false;
547 bool m_readmeHasBeenSet =
false;
548 bool m_definitionRepositoryDetailsHasBeenSet =
false;
549 bool m_readmePathHasBeenSet =
false;
550 bool m_requestIdHasBeenSet =
false;
GetWorkflowVersionResult & WithDigest(DigestT &&value)
void SetContainerRegistryMap(ContainerRegistryMapT &&value)
GetWorkflowVersionResult & WithContainerRegistryMap(ContainerRegistryMapT &&value)
WorkflowEngine GetEngine() const
GetWorkflowVersionResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetReadmePath() const
void SetParameterTemplate(ParameterTemplateT &&value)
void SetAccelerators(Accelerators value)
void SetEngine(WorkflowEngine value)
void SetCreationTime(CreationTimeT &&value)
const Aws::Utils::DateTime & GetCreationTime() const
GetWorkflowVersionResult & WithStatusMessage(StatusMessageT &&value)
GetWorkflowVersionResult & WithDescription(DescriptionT &&value)
void SetUuid(UuidT &&value)
GetWorkflowVersionResult & AddParameterTemplate(ParameterTemplateKeyT &&key, ParameterTemplateValueT &&value)
GetWorkflowVersionResult & WithWorkflowBucketOwnerId(WorkflowBucketOwnerIdT &&value)
int GetStorageCapacity() const
const Aws::String & GetUuid() const
void SetType(WorkflowType value)
void SetStatusMessage(StatusMessageT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetVersionName(VersionNameT &&value)
const Aws::String & GetDescription() const
const Aws::String & GetStatusMessage() const
const Aws::String & GetDefinition() const
const Aws::String & GetRequestId() const
GetWorkflowVersionResult & WithUuid(UuidT &&value)
void SetRequestId(RequestIdT &&value)
GetWorkflowVersionResult & WithCreationTime(CreationTimeT &&value)
GetWorkflowVersionResult & WithTags(TagsT &&value)
void SetDigest(DigestT &&value)
void SetWorkflowBucketOwnerId(WorkflowBucketOwnerIdT &&value)
GetWorkflowVersionResult & WithDefinitionRepositoryDetails(DefinitionRepositoryDetailsT &&value)
GetWorkflowVersionResult & WithWorkflowId(WorkflowIdT &&value)
AWS_OMICS_API GetWorkflowVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetWorkflowVersionResult & WithRequestId(RequestIdT &&value)
const DefinitionRepositoryDetails & GetDefinitionRepositoryDetails() const
void SetDefinition(DefinitionT &&value)
AWS_OMICS_API GetWorkflowVersionResult()=default
GetWorkflowVersionResult & WithMetadata(MetadataT &&value)
const Aws::String & GetReadme() const
GetWorkflowVersionResult & WithStorageCapacity(int value)
const Aws::String & GetWorkflowId() const
void SetDescription(DescriptionT &&value)
const Aws::String & GetArn() const
const Aws::String & GetMain() const
WorkflowStatus GetStatus() const
void SetReadmePath(ReadmePathT &&value)
GetWorkflowVersionResult & WithAccelerators(Accelerators value)
WorkflowType GetType() const
const Aws::String & GetDigest() const
void SetMain(MainT &&value)
void SetStatus(WorkflowStatus value)
StorageType GetStorageType() const
AWS_OMICS_API GetWorkflowVersionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetDefinitionRepositoryDetails(DefinitionRepositoryDetailsT &&value)
GetWorkflowVersionResult & WithStorageType(StorageType value)
const Aws::Map< Aws::String, WorkflowParameter > & GetParameterTemplate() const
const ContainerRegistryMap & GetContainerRegistryMap() const
const Aws::Map< Aws::String, Aws::String > & GetMetadata() const
GetWorkflowVersionResult & WithType(WorkflowType value)
const Aws::String & GetVersionName() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetWorkflowVersionResult & WithStatus(WorkflowStatus value)
void SetReadme(ReadmeT &&value)
void SetWorkflowId(WorkflowIdT &&value)
void SetStorageCapacity(int value)
GetWorkflowVersionResult & WithEngine(WorkflowEngine value)
const Aws::String & GetWorkflowBucketOwnerId() const
GetWorkflowVersionResult & WithMain(MainT &&value)
void SetArn(ArnT &&value)
GetWorkflowVersionResult & WithReadmePath(ReadmePathT &&value)
void SetStorageType(StorageType value)
GetWorkflowVersionResult & WithDefinition(DefinitionT &&value)
GetWorkflowVersionResult & WithArn(ArnT &&value)
Accelerators GetAccelerators() const
void SetTags(TagsT &&value)
GetWorkflowVersionResult & AddMetadata(MetadataKeyT &&key, MetadataValueT &&value)
GetWorkflowVersionResult & WithParameterTemplate(ParameterTemplateT &&value)
GetWorkflowVersionResult & WithReadme(ReadmeT &&value)
void SetMetadata(MetadataT &&value)
GetWorkflowVersionResult & WithVersionName(VersionNameT &&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
Aws::Utils::Json::JsonValue JsonValue