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/StorageType.h>
16#include <aws/omics/model/WorkflowType.h>
52 template <
typename WorkflowIdT = Aws::String>
54 m_workflowIdHasBeenSet =
true;
55 m_workflowId = std::forward<WorkflowIdT>(value);
57 template <
typename WorkflowIdT = Aws::String>
72 m_workflowTypeHasBeenSet =
true;
73 m_workflowType = value;
89 template <
typename RoleArnT = Aws::String>
91 m_roleArnHasBeenSet =
true;
92 m_roleArn = std::forward<RoleArnT>(value);
94 template <
typename RoleArnT = Aws::String>
108 template <
typename NameT = Aws::String>
110 m_nameHasBeenSet =
true;
111 m_name = std::forward<NameT>(value);
113 template <
typename NameT = Aws::String>
115 SetName(std::forward<NameT>(value));
126 template <
typename CacheIdT = Aws::String>
128 m_cacheIdHasBeenSet =
true;
129 m_cacheId = std::forward<CacheIdT>(value);
131 template <
typename CacheIdT = Aws::String>
145 m_cacheBehaviorHasBeenSet =
true;
146 m_cacheBehavior = value;
160 template <
typename RunGroupIdT = Aws::String>
162 m_runGroupIdHasBeenSet =
true;
163 m_runGroupId = std::forward<RunGroupIdT>(value);
165 template <
typename RunGroupIdT = Aws::String>
181 m_priorityHasBeenSet =
true;
198 template <
typename ParametersT = Aws::Utils::Document>
200 m_parametersHasBeenSet =
true;
201 m_parameters = std::forward<ParametersT>(value);
203 template <
typename ParametersT = Aws::Utils::Document>
218 m_storageCapacityHasBeenSet =
true;
219 m_storageCapacity = value;
235 template <
typename OutputUriT = Aws::String>
237 m_outputUriHasBeenSet =
true;
238 m_outputUri = std::forward<OutputUriT>(value);
240 template <
typename OutputUriT = Aws::String>
254 m_logLevelHasBeenSet =
true;
270 template <
typename RunTagsT = Aws::Map<Aws::String, Aws::String>>
272 m_runTagsHasBeenSet =
true;
273 m_runTags = std::forward<RunTagsT>(value);
275 template <
typename RunTagsT = Aws::Map<Aws::String, Aws::String>>
280 template <
typename RunTagsKeyT = Aws::String,
typename RunTagsValueT = Aws::String>
282 m_runTagsHasBeenSet =
true;
283 m_runTags.emplace(std::forward<RunTagsKeyT>(key), std::forward<RunTagsValueT>(value));
295 m_retentionModeHasBeenSet =
true;
296 m_retentionMode = value;
311 m_storageTypeHasBeenSet =
true;
312 m_storageType = value;
327 template <
typename WorkflowOwnerIdT = Aws::String>
329 m_workflowOwnerIdHasBeenSet =
true;
330 m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value);
332 template <
typename WorkflowOwnerIdT = Aws::String>
346 template <
typename OutputBucketOwnerIdT = Aws::String>
348 m_outputBucketOwnerIdHasBeenSet =
true;
349 m_outputBucketOwnerId = std::forward<OutputBucketOwnerIdT>(value);
351 template <
typename OutputBucketOwnerIdT = Aws::String>
364 template <
typename WorkflowVersionNameT = Aws::String>
366 m_workflowVersionNameHasBeenSet =
true;
367 m_workflowVersionName = std::forward<WorkflowVersionNameT>(value);
369 template <
typename WorkflowVersionNameT = Aws::String>
384 m_networkingModeHasBeenSet =
true;
385 m_networkingMode = value;
399 template <
typename ConfigurationNameT = Aws::String>
401 m_configurationNameHasBeenSet =
true;
402 m_configurationName = std::forward<ConfigurationNameT>(value);
404 template <
typename ConfigurationNameT = Aws::String>
429 int m_storageCapacity{0};
450 bool m_workflowIdHasBeenSet =
false;
451 bool m_workflowTypeHasBeenSet =
false;
452 bool m_roleArnHasBeenSet =
false;
453 bool m_nameHasBeenSet =
false;
454 bool m_cacheIdHasBeenSet =
false;
455 bool m_cacheBehaviorHasBeenSet =
false;
456 bool m_runGroupIdHasBeenSet =
false;
457 bool m_priorityHasBeenSet =
false;
458 bool m_parametersHasBeenSet =
false;
459 bool m_storageCapacityHasBeenSet =
false;
460 bool m_outputUriHasBeenSet =
false;
461 bool m_logLevelHasBeenSet =
false;
462 bool m_runTagsHasBeenSet =
false;
463 bool m_retentionModeHasBeenSet =
false;
464 bool m_storageTypeHasBeenSet =
false;
465 bool m_workflowOwnerIdHasBeenSet =
false;
466 bool m_outputBucketOwnerIdHasBeenSet =
false;
467 bool m_workflowVersionNameHasBeenSet =
false;
468 bool m_networkingModeHasBeenSet =
false;
469 bool m_configurationNameHasBeenSet =
false;
void SetWorkflowId(WorkflowIdT &&value)
void SetCacheId(CacheIdT &&value)
DefaultRunSetting & WithWorkflowType(WorkflowType 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)
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)
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
DefaultRunSetting & WithOutputUri(OutputUriT &&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
const Aws::Map< Aws::String, Aws::String > & GetRunTags() const
DefaultRunSetting & WithCacheBehavior(CacheBehavior 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