7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/Accelerators.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/omics/model/WorkflowEngine.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/omics/model/WorkflowStatus.h>
14#include <aws/omics/model/StorageType.h>
15#include <aws/omics/model/WorkflowType.h>
16#include <aws/omics/model/WorkflowParameter.h>
21template<
typename RESULT_TYPE>
22class AmazonWebServiceResult;
48 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 template<
typename ArnT = Aws::String>
59 template<
typename WorkflowIdT = Aws::String>
60 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
61 template<
typename WorkflowIdT = Aws::String>
70 template<
typename VersionNameT = Aws::String>
71 void SetVersionName(VersionNameT&& value) { m_versionNameHasBeenSet =
true; m_versionName = std::forward<VersionNameT>(value); }
72 template<
typename VersionNameT = Aws::String>
90 template<
typename CreationTimeT = Aws::Utils::DateTime>
91 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
92 template<
typename CreationTimeT = Aws::Utils::DateTime>
101 template<
typename DescriptionT = Aws::String>
102 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
103 template<
typename DescriptionT = Aws::String>
112 template<
typename DefinitionT = Aws::String>
113 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet =
true; m_definition = std::forward<DefinitionT>(value); }
114 template<
typename DefinitionT = Aws::String>
123 template<
typename DigestT = Aws::String>
124 void SetDigest(DigestT&& value) { m_digestHasBeenSet =
true; m_digest = std::forward<DigestT>(value); }
125 template<
typename DigestT = Aws::String>
143 template<
typename MainT = Aws::String>
144 void SetMain(MainT&& value) { m_mainHasBeenSet =
true; m_main = std::forward<MainT>(value); }
145 template<
typename MainT = Aws::String>
154 template<
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
155 void SetMetadata(MetadataT&& value) { m_metadataHasBeenSet =
true; m_metadata = std::forward<MetadataT>(value); }
156 template<
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
158 template<
typename MetadataKeyT = Aws::String,
typename MetadataValueT = Aws::String>
160 m_metadataHasBeenSet =
true; m_metadata.emplace(std::forward<MetadataKeyT>(key), std::forward<MetadataValueT>(value));
return *
this;
169 template<
typename ParameterTemplateT = Aws::Map<Aws::String, WorkflowParameter>>
170 void SetParameterTemplate(ParameterTemplateT&& value) { m_parameterTemplateHasBeenSet =
true; m_parameterTemplate = std::forward<ParameterTemplateT>(value); }
171 template<
typename ParameterTemplateT = Aws::Map<Aws::String, WorkflowParameter>>
173 template<
typename ParameterTemplateKeyT = Aws::String,
typename ParameterTemplateValueT = WorkflowParameter>
175 m_parameterTemplateHasBeenSet =
true; m_parameterTemplate.emplace(std::forward<ParameterTemplateKeyT>(key), std::forward<ParameterTemplateValueT>(value));
return *
this;
193 template<
typename StatusMessageT = Aws::String>
194 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
195 template<
typename StatusMessageT = Aws::String>
213 inline void SetStorageCapacity(
int value) { m_storageCapacityHasBeenSet =
true; m_storageCapacity = value; }
231 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
232 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
233 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
235 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
237 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
246 template<
typename Uu
idT = Aws::String>
247 void SetUuid(UuidT&& value) { m_uuidHasBeenSet =
true; m_uuid = std::forward<UuidT>(value); }
248 template<
typename Uu
idT = Aws::String>
257 template<
typename WorkflowBucketOwnerIdT = Aws::String>
258 void SetWorkflowBucketOwnerId(WorkflowBucketOwnerIdT&& value) { m_workflowBucketOwnerIdHasBeenSet =
true; m_workflowBucketOwnerId = std::forward<WorkflowBucketOwnerIdT>(value); }
259 template<
typename WorkflowBucketOwnerIdT = Aws::String>
266 template<
typename RequestIdT = Aws::String>
267 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
268 template<
typename RequestIdT = Aws::String>
274 bool m_arnHasBeenSet =
false;
277 bool m_workflowIdHasBeenSet =
false;
280 bool m_versionNameHasBeenSet =
false;
283 bool m_acceleratorsHasBeenSet =
false;
286 bool m_creationTimeHasBeenSet =
false;
289 bool m_descriptionHasBeenSet =
false;
292 bool m_definitionHasBeenSet =
false;
295 bool m_digestHasBeenSet =
false;
298 bool m_engineHasBeenSet =
false;
301 bool m_mainHasBeenSet =
false;
304 bool m_metadataHasBeenSet =
false;
307 bool m_parameterTemplateHasBeenSet =
false;
310 bool m_statusHasBeenSet =
false;
313 bool m_statusMessageHasBeenSet =
false;
316 bool m_storageTypeHasBeenSet =
false;
318 int m_storageCapacity{0};
319 bool m_storageCapacityHasBeenSet =
false;
322 bool m_typeHasBeenSet =
false;
325 bool m_tagsHasBeenSet =
false;
328 bool m_uuidHasBeenSet =
false;
331 bool m_workflowBucketOwnerIdHasBeenSet =
false;
334 bool m_requestIdHasBeenSet =
false;
GetWorkflowVersionResult & WithDigest(DigestT &&value)
WorkflowEngine GetEngine() const
GetWorkflowVersionResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
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)
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 & WithWorkflowId(WorkflowIdT &&value)
AWS_OMICS_API GetWorkflowVersionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetWorkflowVersionResult & WithRequestId(RequestIdT &&value)
void SetDefinition(DefinitionT &&value)
AWS_OMICS_API GetWorkflowVersionResult()=default
GetWorkflowVersionResult & WithMetadata(MetadataT &&value)
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
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)
GetWorkflowVersionResult & WithStorageType(StorageType value)
const Aws::Map< Aws::String, WorkflowParameter > & GetParameterTemplate() 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 SetWorkflowId(WorkflowIdT &&value)
void SetStorageCapacity(int value)
GetWorkflowVersionResult & WithEngine(WorkflowEngine value)
const Aws::String & GetWorkflowBucketOwnerId() const
GetWorkflowVersionResult & WithMain(MainT &&value)
void SetArn(ArnT &&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)
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