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/NetworkingMode.h>
15#include <aws/omics/model/RunLogLevel.h>
16#include <aws/omics/model/RunRetentionMode.h>
17#include <aws/omics/model/ScratchStorageMode.h>
18#include <aws/omics/model/StorageType.h>
19#include <aws/omics/model/WorkflowType.h>
47 template <
typename WorkflowIdT = Aws::String>
49 m_workflowIdHasBeenSet =
true;
50 m_workflowId = std::forward<WorkflowIdT>(value);
52 template <
typename WorkflowIdT = Aws::String>
69 m_workflowTypeHasBeenSet =
true;
70 m_workflowType = value;
84 template <
typename RunIdT = Aws::String>
86 m_runIdHasBeenSet =
true;
87 m_runId = std::forward<RunIdT>(value);
89 template <
typename RunIdT = Aws::String>
91 SetRunId(std::forward<RunIdT>(value));
108 template <
typename RoleArnT = Aws::String>
110 m_roleArnHasBeenSet =
true;
111 m_roleArn = std::forward<RoleArnT>(value);
113 template <
typename RoleArnT = Aws::String>
127 template <
typename NameT = Aws::String>
129 m_nameHasBeenSet =
true;
130 m_name = std::forward<NameT>(value);
132 template <
typename NameT = Aws::String>
134 SetName(std::forward<NameT>(value));
146 template <
typename CacheIdT = Aws::String>
148 m_cacheIdHasBeenSet =
true;
149 m_cacheId = std::forward<CacheIdT>(value);
151 template <
typename CacheIdT = Aws::String>
169 m_cacheBehaviorHasBeenSet =
true;
170 m_cacheBehavior = value;
185 template <
typename RunGroupIdT = Aws::String>
187 m_runGroupIdHasBeenSet =
true;
188 m_runGroupId = std::forward<RunGroupIdT>(value);
190 template <
typename RunGroupIdT = Aws::String>
211 m_priorityHasBeenSet =
true;
229 template <
typename ParametersT = Aws::Utils::Document>
231 m_parametersHasBeenSet =
true;
232 m_parameters = std::forward<ParametersT>(value);
234 template <
typename ParametersT = Aws::Utils::Document>
254 m_storageCapacityHasBeenSet =
true;
255 m_storageCapacity = value;
270 template <
typename OutputUriT = Aws::String>
272 m_outputUriHasBeenSet =
true;
273 m_outputUri = std::forward<OutputUriT>(value);
275 template <
typename OutputUriT = Aws::String>
289 m_logLevelHasBeenSet =
true;
306 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
308 m_tagsHasBeenSet =
true;
309 m_tags = std::forward<TagsT>(value);
311 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
313 SetTags(std::forward<TagsT>(value));
316 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
318 m_tagsHasBeenSet =
true;
319 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
331 template <
typename RequestIdT = Aws::String>
333 m_requestIdHasBeenSet =
true;
334 m_requestId = std::forward<RequestIdT>(value);
336 template <
typename RequestIdT = Aws::String>
361 m_retentionModeHasBeenSet =
true;
362 m_retentionMode = value;
384 m_storageTypeHasBeenSet =
true;
385 m_storageType = value;
402 template <
typename WorkflowOwnerIdT = Aws::String>
404 m_workflowOwnerIdHasBeenSet =
true;
405 m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value);
407 template <
typename WorkflowOwnerIdT = Aws::String>
424 template <
typename WorkflowVersionNameT = Aws::String>
426 m_workflowVersionNameHasBeenSet =
true;
427 m_workflowVersionName = std::forward<WorkflowVersionNameT>(value);
429 template <
typename WorkflowVersionNameT = Aws::String>
444 m_networkingModeHasBeenSet =
true;
445 m_networkingMode = value;
463 m_scratchStorageModeHasBeenSet =
true;
464 m_scratchStorageMode = value;
478 template <
typename ConfigurationNameT = Aws::String>
480 m_configurationNameHasBeenSet =
true;
481 m_configurationName = std::forward<ConfigurationNameT>(value);
483 template <
typename ConfigurationNameT = Aws::String>
497 template <
typename SessionPolicyT = Aws::String>
499 m_sessionPolicyHasBeenSet =
true;
500 m_sessionPolicy = std::forward<SessionPolicyT>(value);
502 template <
typename SessionPolicyT = Aws::String>
517 template <
typename EngineSettingsT = Aws::Utils::Document>
519 m_engineSettingsHasBeenSet =
true;
520 m_engineSettings = std::forward<EngineSettingsT>(value);
522 template <
typename EngineSettingsT = Aws::Utils::Document>
549 int m_storageCapacity{0};
576 bool m_workflowIdHasBeenSet =
false;
577 bool m_workflowTypeHasBeenSet =
false;
578 bool m_runIdHasBeenSet =
false;
579 bool m_roleArnHasBeenSet =
false;
580 bool m_nameHasBeenSet =
false;
581 bool m_cacheIdHasBeenSet =
false;
582 bool m_cacheBehaviorHasBeenSet =
false;
583 bool m_runGroupIdHasBeenSet =
false;
584 bool m_priorityHasBeenSet =
false;
585 bool m_parametersHasBeenSet =
false;
586 bool m_storageCapacityHasBeenSet =
false;
587 bool m_outputUriHasBeenSet =
false;
588 bool m_logLevelHasBeenSet =
false;
589 bool m_tagsHasBeenSet =
false;
590 bool m_requestIdHasBeenSet =
true;
591 bool m_retentionModeHasBeenSet =
false;
592 bool m_storageTypeHasBeenSet =
false;
593 bool m_workflowOwnerIdHasBeenSet =
false;
594 bool m_workflowVersionNameHasBeenSet =
false;
595 bool m_networkingModeHasBeenSet =
false;
596 bool m_scratchStorageModeHasBeenSet =
false;
597 bool m_configurationNameHasBeenSet =
false;
598 bool m_sessionPolicyHasBeenSet =
false;
599 bool m_engineSettingsHasBeenSet =
false;
void SetScratchStorageMode(ScratchStorageMode value)
const Aws::String & GetConfigurationName() const
Aws::Utils::DocumentView GetParameters() const
StartRunRequest & WithConfigurationName(ConfigurationNameT &&value)
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 NetworkingModeHasBeenSet() const
bool WorkflowVersionNameHasBeenSet() const
StartRunRequest & WithCacheId(CacheIdT &&value)
bool NameHasBeenSet() const
void SetEngineSettings(EngineSettingsT &&value)
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)
StartRunRequest & WithNetworkingMode(NetworkingMode value)
void SetWorkflowOwnerId(WorkflowOwnerIdT &&value)
bool PriorityHasBeenSet() const
void SetNetworkingMode(NetworkingMode value)
StartRunRequest & WithSessionPolicy(SessionPolicyT &&value)
bool TagsHasBeenSet() const
StartRunRequest & WithWorkflowId(WorkflowIdT &&value)
const Aws::String & GetRunId() const
bool RoleArnHasBeenSet() const
void SetRequestId(RequestIdT &&value)
Aws::Utils::DocumentView GetEngineSettings() const
void SetCacheBehavior(CacheBehavior value)
StartRunRequest & WithRunGroupId(RunGroupIdT &&value)
bool StorageCapacityHasBeenSet() const
const Aws::String & GetRunGroupId() const
bool ParametersHasBeenSet() const
bool EngineSettingsHasBeenSet() const
StartRunRequest & WithWorkflowOwnerId(WorkflowOwnerIdT &&value)
bool WorkflowTypeHasBeenSet() const
void SetWorkflowVersionName(WorkflowVersionNameT &&value)
const Aws::String & GetRoleArn() const
StorageType GetStorageType() const
CacheBehavior GetCacheBehavior() const
ScratchStorageMode GetScratchStorageMode() const
const Aws::String & GetSessionPolicy() const
bool CacheIdHasBeenSet() const
bool SessionPolicyHasBeenSet() const
StartRunRequest & WithRoleArn(RoleArnT &&value)
void SetTags(TagsT &&value)
const Aws::String & GetWorkflowId() const
bool RequestIdHasBeenSet() const
bool WorkflowIdHasBeenSet() const
StartRunRequest & WithRunId(RunIdT &&value)
bool ConfigurationNameHasBeenSet() const
void SetConfigurationName(ConfigurationNameT &&value)
void SetRunGroupId(RunGroupIdT &&value)
void SetSessionPolicy(SessionPolicyT &&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
StartRunRequest & WithEngineSettings(EngineSettingsT &&value)
RunRetentionMode GetRetentionMode() const
const Aws::String & GetOutputUri() const
void SetRetentionMode(RunRetentionMode value)
void SetStorageCapacity(int value)
bool ScratchStorageModeHasBeenSet() const
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
NetworkingMode GetNetworkingMode() 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)
StartRunRequest & WithScratchStorageMode(ScratchStorageMode 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