7#include <aws/core/utils/Document.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/omics/Omics_EXPORTS.h>
11#include <aws/omics/model/CacheBehavior.h>
12#include <aws/omics/model/NetworkingMode.h>
13#include <aws/omics/model/RunLogLevel.h>
14#include <aws/omics/model/RunRetentionMode.h>
15#include <aws/omics/model/ScratchStorageMode.h>
16#include <aws/omics/model/StorageType.h>
17#include <aws/omics/model/WorkflowType.h>
53 template <
typename WorkflowIdT = Aws::String>
55 m_workflowIdHasBeenSet =
true;
56 m_workflowId = std::forward<WorkflowIdT>(value);
58 template <
typename WorkflowIdT = Aws::String>
73 m_workflowTypeHasBeenSet =
true;
74 m_workflowType = value;
90 template <
typename RoleArnT = Aws::String>
92 m_roleArnHasBeenSet =
true;
93 m_roleArn = std::forward<RoleArnT>(value);
95 template <
typename RoleArnT = Aws::String>
109 template <
typename NameT = Aws::String>
111 m_nameHasBeenSet =
true;
112 m_name = std::forward<NameT>(value);
114 template <
typename NameT = Aws::String>
116 SetName(std::forward<NameT>(value));
127 template <
typename CacheIdT = Aws::String>
129 m_cacheIdHasBeenSet =
true;
130 m_cacheId = std::forward<CacheIdT>(value);
132 template <
typename CacheIdT = Aws::String>
146 m_cacheBehaviorHasBeenSet =
true;
147 m_cacheBehavior = value;
161 template <
typename RunGroupIdT = Aws::String>
163 m_runGroupIdHasBeenSet =
true;
164 m_runGroupId = std::forward<RunGroupIdT>(value);
166 template <
typename RunGroupIdT = Aws::String>
182 m_priorityHasBeenSet =
true;
199 template <
typename ParametersT = Aws::Utils::Document>
201 m_parametersHasBeenSet =
true;
202 m_parameters = std::forward<ParametersT>(value);
204 template <
typename ParametersT = Aws::Utils::Document>
219 m_storageCapacityHasBeenSet =
true;
220 m_storageCapacity = value;
236 template <
typename OutputUriT = Aws::String>
238 m_outputUriHasBeenSet =
true;
239 m_outputUri = std::forward<OutputUriT>(value);
241 template <
typename OutputUriT = Aws::String>
255 m_logLevelHasBeenSet =
true;
271 template <
typename RunTagsT = Aws::Map<Aws::String, Aws::String>>
273 m_runTagsHasBeenSet =
true;
274 m_runTags = std::forward<RunTagsT>(value);
276 template <
typename RunTagsT = Aws::Map<Aws::String, Aws::String>>
281 template <
typename RunTagsKeyT = Aws::String,
typename RunTagsValueT = Aws::String>
283 m_runTagsHasBeenSet =
true;
284 m_runTags.emplace(std::forward<RunTagsKeyT>(key), std::forward<RunTagsValueT>(value));
296 m_retentionModeHasBeenSet =
true;
297 m_retentionMode = value;
312 m_storageTypeHasBeenSet =
true;
313 m_storageType = value;
328 template <
typename WorkflowOwnerIdT = Aws::String>
330 m_workflowOwnerIdHasBeenSet =
true;
331 m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value);
333 template <
typename WorkflowOwnerIdT = Aws::String>
347 template <
typename OutputBucketOwnerIdT = Aws::String>
349 m_outputBucketOwnerIdHasBeenSet =
true;
350 m_outputBucketOwnerId = std::forward<OutputBucketOwnerIdT>(value);
352 template <
typename OutputBucketOwnerIdT = Aws::String>
365 template <
typename WorkflowVersionNameT = Aws::String>
367 m_workflowVersionNameHasBeenSet =
true;
368 m_workflowVersionName = std::forward<WorkflowVersionNameT>(value);
370 template <
typename WorkflowVersionNameT = Aws::String>
385 m_networkingModeHasBeenSet =
true;
386 m_networkingMode = value;
400 template <
typename ConfigurationNameT = Aws::String>
402 m_configurationNameHasBeenSet =
true;
403 m_configurationName = std::forward<ConfigurationNameT>(value);
405 template <
typename ConfigurationNameT = Aws::String>
420 template <
typename EngineSettingsT = Aws::Utils::Document>
422 m_engineSettingsHasBeenSet =
true;
423 m_engineSettings = std::forward<EngineSettingsT>(value);
425 template <
typename EngineSettingsT = Aws::Utils::Document>
442 m_scratchStorageModeHasBeenSet =
true;
443 m_scratchStorageMode = value;
469 int m_storageCapacity{0};
494 bool m_workflowIdHasBeenSet =
false;
495 bool m_workflowTypeHasBeenSet =
false;
496 bool m_roleArnHasBeenSet =
false;
497 bool m_nameHasBeenSet =
false;
498 bool m_cacheIdHasBeenSet =
false;
499 bool m_cacheBehaviorHasBeenSet =
false;
500 bool m_runGroupIdHasBeenSet =
false;
501 bool m_priorityHasBeenSet =
false;
502 bool m_parametersHasBeenSet =
false;
503 bool m_storageCapacityHasBeenSet =
false;
504 bool m_outputUriHasBeenSet =
false;
505 bool m_logLevelHasBeenSet =
false;
506 bool m_runTagsHasBeenSet =
false;
507 bool m_retentionModeHasBeenSet =
false;
508 bool m_storageTypeHasBeenSet =
false;
509 bool m_workflowOwnerIdHasBeenSet =
false;
510 bool m_outputBucketOwnerIdHasBeenSet =
false;
511 bool m_workflowVersionNameHasBeenSet =
false;
512 bool m_networkingModeHasBeenSet =
false;
513 bool m_configurationNameHasBeenSet =
false;
514 bool m_engineSettingsHasBeenSet =
false;
515 bool m_scratchStorageModeHasBeenSet =
false;
void SetWorkflowId(WorkflowIdT &&value)
void SetCacheId(CacheIdT &&value)
DefaultRunSetting & WithWorkflowType(WorkflowType value)
DefaultRunSetting & WithEngineSettings(EngineSettingsT &&value)
bool NameHasBeenSet() const
const Aws::String & GetWorkflowId() const
const Aws::String & GetConfigurationName() const
void SetWorkflowVersionName(WorkflowVersionNameT &&value)
bool WorkflowIdHasBeenSet() const
void SetOutputBucketOwnerId(OutputBucketOwnerIdT &&value)
bool RoleArnHasBeenSet() const
bool WorkflowTypeHasBeenSet() const
const Aws::String & GetRoleArn() const
bool WorkflowVersionNameHasBeenSet() const
DefaultRunSetting & WithConfigurationName(ConfigurationNameT &&value)
bool ParametersHasBeenSet() const
Aws::Utils::DocumentView GetParameters() const
AWS_OMICS_API DefaultRunSetting(Aws::Utils::Json::JsonView jsonValue)
void SetRunGroupId(RunGroupIdT &&value)
AWS_OMICS_API Aws::Utils::Json::JsonValue Jsonize() const
DefaultRunSetting & WithLogLevel(RunLogLevel value)
bool RetentionModeHasBeenSet() const
void SetConfigurationName(ConfigurationNameT &&value)
const Aws::String & GetName() const
bool LogLevelHasBeenSet() const
const Aws::String & GetCacheId() const
const Aws::String & GetWorkflowVersionName() const
DefaultRunSetting & WithRunGroupId(RunGroupIdT &&value)
bool ConfigurationNameHasBeenSet() const
StorageType GetStorageType() const
void SetOutputUri(OutputUriT &&value)
bool EngineSettingsHasBeenSet() const
DefaultRunSetting & WithRunTags(RunTagsT &&value)
bool WorkflowOwnerIdHasBeenSet() const
void SetStorageCapacity(int value)
DefaultRunSetting & WithWorkflowId(WorkflowIdT &&value)
DefaultRunSetting & WithName(NameT &&value)
const Aws::String & GetWorkflowOwnerId() const
bool CacheIdHasBeenSet() const
void SetName(NameT &&value)
bool RunTagsHasBeenSet() const
DefaultRunSetting & WithOutputBucketOwnerId(OutputBucketOwnerIdT &&value)
void SetParameters(ParametersT &&value)
void SetRetentionMode(RunRetentionMode value)
bool ScratchStorageModeHasBeenSet() const
void SetNetworkingMode(NetworkingMode value)
void SetWorkflowType(WorkflowType value)
void SetStorageType(StorageType value)
void SetWorkflowOwnerId(WorkflowOwnerIdT &&value)
RunLogLevel GetLogLevel() const
void SetRunTags(RunTagsT &&value)
DefaultRunSetting & WithWorkflowOwnerId(WorkflowOwnerIdT &&value)
RunRetentionMode GetRetentionMode() const
void SetRoleArn(RoleArnT &&value)
DefaultRunSetting & WithStorageType(StorageType value)
void SetCacheBehavior(CacheBehavior value)
const Aws::String & GetRunGroupId() const
DefaultRunSetting & WithStorageCapacity(int value)
DefaultRunSetting & AddRunTags(RunTagsKeyT &&key, RunTagsValueT &&value)
DefaultRunSetting & WithCacheId(CacheIdT &&value)
DefaultRunSetting & WithPriority(int value)
CacheBehavior GetCacheBehavior() const
Aws::Utils::DocumentView GetEngineSettings() const
ScratchStorageMode GetScratchStorageMode() const
DefaultRunSetting & WithOutputUri(OutputUriT &&value)
void SetEngineSettings(EngineSettingsT &&value)
DefaultRunSetting & WithRetentionMode(RunRetentionMode value)
int GetStorageCapacity() const
NetworkingMode GetNetworkingMode() const
bool PriorityHasBeenSet() const
DefaultRunSetting & WithNetworkingMode(NetworkingMode value)
bool NetworkingModeHasBeenSet() const
void SetLogLevel(RunLogLevel value)
DefaultRunSetting & WithWorkflowVersionName(WorkflowVersionNameT &&value)
bool RunGroupIdHasBeenSet() const
void SetPriority(int value)
AWS_OMICS_API DefaultRunSetting()=default
AWS_OMICS_API DefaultRunSetting & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetOutputBucketOwnerId() const
DefaultRunSetting & WithScratchStorageMode(ScratchStorageMode value)
const Aws::Map< Aws::String, Aws::String > & GetRunTags() const
DefaultRunSetting & WithCacheBehavior(CacheBehavior value)
void SetScratchStorageMode(ScratchStorageMode value)
DefaultRunSetting & WithRoleArn(RoleArnT &&value)
bool StorageTypeHasBeenSet() const
WorkflowType GetWorkflowType() const
bool StorageCapacityHasBeenSet() const
bool CacheBehaviorHasBeenSet() const
DefaultRunSetting & WithParameters(ParametersT &&value)
const Aws::String & GetOutputUri() const
bool OutputUriHasBeenSet() const
bool OutputBucketOwnerIdHasBeenSet() const
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