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/RunLogLevel.h>
13#include <aws/omics/model/RunRetentionMode.h>
14#include <aws/omics/model/StorageType.h>
15#include <aws/omics/model/WorkflowType.h>
51 template <
typename WorkflowIdT = Aws::String>
53 m_workflowIdHasBeenSet =
true;
54 m_workflowId = std::forward<WorkflowIdT>(value);
56 template <
typename WorkflowIdT = Aws::String>
71 m_workflowTypeHasBeenSet =
true;
72 m_workflowType = value;
88 template <
typename RoleArnT = Aws::String>
90 m_roleArnHasBeenSet =
true;
91 m_roleArn = std::forward<RoleArnT>(value);
93 template <
typename RoleArnT = Aws::String>
107 template <
typename NameT = Aws::String>
109 m_nameHasBeenSet =
true;
110 m_name = std::forward<NameT>(value);
112 template <
typename NameT = Aws::String>
114 SetName(std::forward<NameT>(value));
125 template <
typename CacheIdT = Aws::String>
127 m_cacheIdHasBeenSet =
true;
128 m_cacheId = std::forward<CacheIdT>(value);
130 template <
typename CacheIdT = Aws::String>
144 m_cacheBehaviorHasBeenSet =
true;
145 m_cacheBehavior = value;
159 template <
typename RunGroupIdT = Aws::String>
161 m_runGroupIdHasBeenSet =
true;
162 m_runGroupId = std::forward<RunGroupIdT>(value);
164 template <
typename RunGroupIdT = Aws::String>
180 m_priorityHasBeenSet =
true;
197 template <
typename ParametersT = Aws::Utils::Document>
199 m_parametersHasBeenSet =
true;
200 m_parameters = std::forward<ParametersT>(value);
202 template <
typename ParametersT = Aws::Utils::Document>
217 m_storageCapacityHasBeenSet =
true;
218 m_storageCapacity = value;
234 template <
typename OutputUriT = Aws::String>
236 m_outputUriHasBeenSet =
true;
237 m_outputUri = std::forward<OutputUriT>(value);
239 template <
typename OutputUriT = Aws::String>
253 m_logLevelHasBeenSet =
true;
269 template <
typename RunTagsT = Aws::Map<Aws::String, Aws::String>>
271 m_runTagsHasBeenSet =
true;
272 m_runTags = std::forward<RunTagsT>(value);
274 template <
typename RunTagsT = Aws::Map<Aws::String, Aws::String>>
279 template <
typename RunTagsKeyT = Aws::String,
typename RunTagsValueT = Aws::String>
281 m_runTagsHasBeenSet =
true;
282 m_runTags.emplace(std::forward<RunTagsKeyT>(key), std::forward<RunTagsValueT>(value));
294 m_retentionModeHasBeenSet =
true;
295 m_retentionMode = value;
310 m_storageTypeHasBeenSet =
true;
311 m_storageType = value;
326 template <
typename WorkflowOwnerIdT = Aws::String>
328 m_workflowOwnerIdHasBeenSet =
true;
329 m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value);
331 template <
typename WorkflowOwnerIdT = Aws::String>
345 template <
typename OutputBucketOwnerIdT = Aws::String>
347 m_outputBucketOwnerIdHasBeenSet =
true;
348 m_outputBucketOwnerId = std::forward<OutputBucketOwnerIdT>(value);
350 template <
typename OutputBucketOwnerIdT = Aws::String>
363 template <
typename WorkflowVersionNameT = Aws::String>
365 m_workflowVersionNameHasBeenSet =
true;
366 m_workflowVersionName = std::forward<WorkflowVersionNameT>(value);
368 template <
typename WorkflowVersionNameT = Aws::String>
393 int m_storageCapacity{0};
410 bool m_workflowIdHasBeenSet =
false;
411 bool m_workflowTypeHasBeenSet =
false;
412 bool m_roleArnHasBeenSet =
false;
413 bool m_nameHasBeenSet =
false;
414 bool m_cacheIdHasBeenSet =
false;
415 bool m_cacheBehaviorHasBeenSet =
false;
416 bool m_runGroupIdHasBeenSet =
false;
417 bool m_priorityHasBeenSet =
false;
418 bool m_parametersHasBeenSet =
false;
419 bool m_storageCapacityHasBeenSet =
false;
420 bool m_outputUriHasBeenSet =
false;
421 bool m_logLevelHasBeenSet =
false;
422 bool m_runTagsHasBeenSet =
false;
423 bool m_retentionModeHasBeenSet =
false;
424 bool m_storageTypeHasBeenSet =
false;
425 bool m_workflowOwnerIdHasBeenSet =
false;
426 bool m_outputBucketOwnerIdHasBeenSet =
false;
427 bool m_workflowVersionNameHasBeenSet =
false;
void SetWorkflowId(WorkflowIdT &&value)
void SetCacheId(CacheIdT &&value)
DefaultRunSetting & WithWorkflowType(WorkflowType value)
bool NameHasBeenSet() const
const Aws::String & GetWorkflowId() 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
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
const Aws::String & GetName() const
bool LogLevelHasBeenSet() const
const Aws::String & GetCacheId() const
const Aws::String & GetWorkflowVersionName() const
DefaultRunSetting & WithRunGroupId(RunGroupIdT &&value)
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 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
bool PriorityHasBeenSet() 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