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));
107 template <
typename RoleArnT = Aws::String>
109 m_roleArnHasBeenSet =
true;
110 m_roleArn = std::forward<RoleArnT>(value);
112 template <
typename RoleArnT = Aws::String>
126 template <
typename NameT = Aws::String>
128 m_nameHasBeenSet =
true;
129 m_name = std::forward<NameT>(value);
131 template <
typename NameT = Aws::String>
133 SetName(std::forward<NameT>(value));
145 template <
typename CacheIdT = Aws::String>
147 m_cacheIdHasBeenSet =
true;
148 m_cacheId = std::forward<CacheIdT>(value);
150 template <
typename CacheIdT = Aws::String>
168 m_cacheBehaviorHasBeenSet =
true;
169 m_cacheBehavior = value;
184 template <
typename RunGroupIdT = Aws::String>
186 m_runGroupIdHasBeenSet =
true;
187 m_runGroupId = std::forward<RunGroupIdT>(value);
189 template <
typename RunGroupIdT = Aws::String>
210 m_priorityHasBeenSet =
true;
228 template <
typename ParametersT = Aws::Utils::Document>
230 m_parametersHasBeenSet =
true;
231 m_parameters = std::forward<ParametersT>(value);
233 template <
typename ParametersT = Aws::Utils::Document>
253 m_storageCapacityHasBeenSet =
true;
254 m_storageCapacity = value;
269 template <
typename OutputUriT = Aws::String>
271 m_outputUriHasBeenSet =
true;
272 m_outputUri = std::forward<OutputUriT>(value);
274 template <
typename OutputUriT = Aws::String>
288 m_logLevelHasBeenSet =
true;
305 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
307 m_tagsHasBeenSet =
true;
308 m_tags = std::forward<TagsT>(value);
310 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
312 SetTags(std::forward<TagsT>(value));
315 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
317 m_tagsHasBeenSet =
true;
318 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
330 template <
typename RequestIdT = Aws::String>
332 m_requestIdHasBeenSet =
true;
333 m_requestId = std::forward<RequestIdT>(value);
335 template <
typename RequestIdT = Aws::String>
360 m_retentionModeHasBeenSet =
true;
361 m_retentionMode = value;
383 m_storageTypeHasBeenSet =
true;
384 m_storageType = value;
401 template <
typename WorkflowOwnerIdT = Aws::String>
403 m_workflowOwnerIdHasBeenSet =
true;
404 m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value);
406 template <
typename WorkflowOwnerIdT = Aws::String>
423 template <
typename WorkflowVersionNameT = Aws::String>
425 m_workflowVersionNameHasBeenSet =
true;
426 m_workflowVersionName = std::forward<WorkflowVersionNameT>(value);
428 template <
typename WorkflowVersionNameT = Aws::String>
443 m_networkingModeHasBeenSet =
true;
444 m_networkingMode = value;
462 m_scratchStorageModeHasBeenSet =
true;
463 m_scratchStorageMode = value;
477 template <
typename ConfigurationNameT = Aws::String>
479 m_configurationNameHasBeenSet =
true;
480 m_configurationName = std::forward<ConfigurationNameT>(value);
482 template <
typename ConfigurationNameT = Aws::String>
497 template <
typename EngineSettingsT = Aws::Utils::Document>
499 m_engineSettingsHasBeenSet =
true;
500 m_engineSettings = std::forward<EngineSettingsT>(value);
502 template <
typename EngineSettingsT = Aws::Utils::Document>
529 int m_storageCapacity{0};
554 bool m_workflowIdHasBeenSet =
false;
555 bool m_workflowTypeHasBeenSet =
false;
556 bool m_runIdHasBeenSet =
false;
557 bool m_roleArnHasBeenSet =
false;
558 bool m_nameHasBeenSet =
false;
559 bool m_cacheIdHasBeenSet =
false;
560 bool m_cacheBehaviorHasBeenSet =
false;
561 bool m_runGroupIdHasBeenSet =
false;
562 bool m_priorityHasBeenSet =
false;
563 bool m_parametersHasBeenSet =
false;
564 bool m_storageCapacityHasBeenSet =
false;
565 bool m_outputUriHasBeenSet =
false;
566 bool m_logLevelHasBeenSet =
false;
567 bool m_tagsHasBeenSet =
false;
568 bool m_requestIdHasBeenSet =
true;
569 bool m_retentionModeHasBeenSet =
false;
570 bool m_storageTypeHasBeenSet =
false;
571 bool m_workflowOwnerIdHasBeenSet =
false;
572 bool m_workflowVersionNameHasBeenSet =
false;
573 bool m_networkingModeHasBeenSet =
false;
574 bool m_scratchStorageModeHasBeenSet =
false;
575 bool m_configurationNameHasBeenSet =
false;
576 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)
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
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)
bool ConfigurationNameHasBeenSet() const
void SetConfigurationName(ConfigurationNameT &&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
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