7#include <aws/core/utils/Document.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/CacheBehavior.h>
14#include <aws/omics/model/RunLogLevel.h>
15#include <aws/omics/model/RunRetentionMode.h>
16#include <aws/omics/model/StorageType.h>
17#include <aws/omics/model/WorkflowType.h>
45 template <
typename WorkflowIdT = Aws::String>
47 m_workflowIdHasBeenSet =
true;
48 m_workflowId = std::forward<WorkflowIdT>(value);
50 template <
typename WorkflowIdT = Aws::String>
67 m_workflowTypeHasBeenSet =
true;
68 m_workflowType = value;
82 template <
typename RunIdT = Aws::String>
84 m_runIdHasBeenSet =
true;
85 m_runId = std::forward<RunIdT>(value);
87 template <
typename RunIdT = Aws::String>
89 SetRunId(std::forward<RunIdT>(value));
105 template <
typename RoleArnT = Aws::String>
107 m_roleArnHasBeenSet =
true;
108 m_roleArn = std::forward<RoleArnT>(value);
110 template <
typename RoleArnT = Aws::String>
124 template <
typename NameT = Aws::String>
126 m_nameHasBeenSet =
true;
127 m_name = std::forward<NameT>(value);
129 template <
typename NameT = Aws::String>
131 SetName(std::forward<NameT>(value));
143 template <
typename CacheIdT = Aws::String>
145 m_cacheIdHasBeenSet =
true;
146 m_cacheId = std::forward<CacheIdT>(value);
148 template <
typename CacheIdT = Aws::String>
166 m_cacheBehaviorHasBeenSet =
true;
167 m_cacheBehavior = value;
182 template <
typename RunGroupIdT = Aws::String>
184 m_runGroupIdHasBeenSet =
true;
185 m_runGroupId = std::forward<RunGroupIdT>(value);
187 template <
typename RunGroupIdT = Aws::String>
208 m_priorityHasBeenSet =
true;
226 template <
typename ParametersT = Aws::Utils::Document>
228 m_parametersHasBeenSet =
true;
229 m_parameters = std::forward<ParametersT>(value);
231 template <
typename ParametersT = Aws::Utils::Document>
251 m_storageCapacityHasBeenSet =
true;
252 m_storageCapacity = value;
267 template <
typename OutputUriT = Aws::String>
269 m_outputUriHasBeenSet =
true;
270 m_outputUri = std::forward<OutputUriT>(value);
272 template <
typename OutputUriT = Aws::String>
286 m_logLevelHasBeenSet =
true;
303 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
305 m_tagsHasBeenSet =
true;
306 m_tags = std::forward<TagsT>(value);
308 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
310 SetTags(std::forward<TagsT>(value));
313 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
315 m_tagsHasBeenSet =
true;
316 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
328 template <
typename RequestIdT = Aws::String>
330 m_requestIdHasBeenSet =
true;
331 m_requestId = std::forward<RequestIdT>(value);
333 template <
typename RequestIdT = Aws::String>
358 m_retentionModeHasBeenSet =
true;
359 m_retentionMode = value;
381 m_storageTypeHasBeenSet =
true;
382 m_storageType = value;
399 template <
typename WorkflowOwnerIdT = Aws::String>
401 m_workflowOwnerIdHasBeenSet =
true;
402 m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value);
404 template <
typename WorkflowOwnerIdT = Aws::String>
421 template <
typename WorkflowVersionNameT = Aws::String>
423 m_workflowVersionNameHasBeenSet =
true;
424 m_workflowVersionName = std::forward<WorkflowVersionNameT>(value);
426 template <
typename WorkflowVersionNameT = Aws::String>
453 int m_storageCapacity{0};
470 bool m_workflowIdHasBeenSet =
false;
471 bool m_workflowTypeHasBeenSet =
false;
472 bool m_runIdHasBeenSet =
false;
473 bool m_roleArnHasBeenSet =
false;
474 bool m_nameHasBeenSet =
false;
475 bool m_cacheIdHasBeenSet =
false;
476 bool m_cacheBehaviorHasBeenSet =
false;
477 bool m_runGroupIdHasBeenSet =
false;
478 bool m_priorityHasBeenSet =
false;
479 bool m_parametersHasBeenSet =
false;
480 bool m_storageCapacityHasBeenSet =
false;
481 bool m_outputUriHasBeenSet =
false;
482 bool m_logLevelHasBeenSet =
false;
483 bool m_tagsHasBeenSet =
false;
484 bool m_requestIdHasBeenSet =
true;
485 bool m_retentionModeHasBeenSet =
false;
486 bool m_storageTypeHasBeenSet =
false;
487 bool m_workflowOwnerIdHasBeenSet =
false;
488 bool m_workflowVersionNameHasBeenSet =
false;
Aws::Utils::DocumentView GetParameters() const
AWS_OMICS_API Aws::String SerializePayload() const override
StartRunRequest & WithTags(TagsT &&value)
bool LogLevelHasBeenSet() const
const Aws::String & GetWorkflowOwnerId() const
StartRunRequest & WithRetentionMode(RunRetentionMode value)
int GetStorageCapacity() const
void SetOutputUri(OutputUriT &&value)
bool WorkflowVersionNameHasBeenSet() const
StartRunRequest & WithCacheId(CacheIdT &&value)
bool NameHasBeenSet() const
const Aws::String & GetWorkflowVersionName() const
RunLogLevel GetLogLevel() const
void SetRoleArn(RoleArnT &&value)
bool RunIdHasBeenSet() const
bool WorkflowOwnerIdHasBeenSet() const
void SetCacheId(CacheIdT &&value)
void SetWorkflowType(WorkflowType value)
void SetWorkflowOwnerId(WorkflowOwnerIdT &&value)
bool PriorityHasBeenSet() const
bool TagsHasBeenSet() const
StartRunRequest & WithWorkflowId(WorkflowIdT &&value)
const Aws::String & GetRunId() const
bool RoleArnHasBeenSet() const
void SetRequestId(RequestIdT &&value)
void SetCacheBehavior(CacheBehavior value)
StartRunRequest & WithRunGroupId(RunGroupIdT &&value)
bool StorageCapacityHasBeenSet() const
const Aws::String & GetRunGroupId() const
bool ParametersHasBeenSet() const
StartRunRequest & WithWorkflowOwnerId(WorkflowOwnerIdT &&value)
bool WorkflowTypeHasBeenSet() const
void SetWorkflowVersionName(WorkflowVersionNameT &&value)
const Aws::String & GetRoleArn() const
StorageType GetStorageType() const
CacheBehavior GetCacheBehavior() const
bool CacheIdHasBeenSet() const
StartRunRequest & WithRoleArn(RoleArnT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetWorkflowId() const
bool RequestIdHasBeenSet() const
bool WorkflowIdHasBeenSet() const
StartRunRequest & WithRunId(RunIdT &&value)
void SetRunGroupId(RunGroupIdT &&value)
void SetName(NameT &&value)
WorkflowType GetWorkflowType() const
StartRunRequest & WithParameters(ParametersT &&value)
bool RetentionModeHasBeenSet() const
void SetRunId(RunIdT &&value)
StartRunRequest & WithLogLevel(RunLogLevel value)
const Aws::String & GetCacheId() const
StartRunRequest & WithWorkflowType(WorkflowType value)
StartRunRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetRequestId() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
RunRetentionMode GetRetentionMode() const
const Aws::String & GetOutputUri() const
void SetRetentionMode(RunRetentionMode value)
void SetStorageCapacity(int value)
void SetWorkflowId(WorkflowIdT &&value)
const Aws::String & GetName() const
StartRunRequest & WithName(NameT &&value)
StartRunRequest & WithWorkflowVersionName(WorkflowVersionNameT &&value)
StartRunRequest & WithStorageCapacity(int value)
bool CacheBehaviorHasBeenSet() const
bool OutputUriHasBeenSet() const
bool RunGroupIdHasBeenSet() const
StartRunRequest & WithPriority(int value)
StartRunRequest & WithStorageType(StorageType value)
bool StorageTypeHasBeenSet() const
void SetParameters(ParametersT &&value)
StartRunRequest & WithCacheBehavior(CacheBehavior value)
void SetStorageType(StorageType value)
StartRunRequest & WithRequestId(RequestIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetPriority(int value)
StartRunRequest & WithOutputUri(OutputUriT &&value)
AWS_OMICS_API StartRunRequest()=default
void SetLogLevel(RunLogLevel value)
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