7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/OmicsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/omics/model/WorkflowType.h>
11#include <aws/omics/model/CacheBehavior.h>
12#include <aws/core/utils/Document.h>
13#include <aws/omics/model/RunLogLevel.h>
14#include <aws/core/utils/memory/stl/AWSMap.h>
15#include <aws/omics/model/RunRetentionMode.h>
16#include <aws/omics/model/StorageType.h>
18#include <aws/core/utils/UUID.h>
49 template<
typename WorkflowIdT = Aws::String>
50 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
51 template<
typename WorkflowIdT = Aws::String>
71 template<
typename RunIdT = Aws::String>
72 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
73 template<
typename RunIdT = Aws::String>
83 template<
typename RoleArnT = Aws::String>
84 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
85 template<
typename RoleArnT = Aws::String>
95 template<
typename NameT = Aws::String>
96 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
97 template<
typename NameT = Aws::String>
108 template<
typename CacheIdT = Aws::String>
109 void SetCacheId(CacheIdT&& value) { m_cacheIdHasBeenSet =
true; m_cacheId = std::forward<CacheIdT>(value); }
110 template<
typename CacheIdT = Aws::String>
134 template<
typename RunGroupIdT = Aws::String>
135 void SetRunGroupId(RunGroupIdT&& value) { m_runGroupIdHasBeenSet =
true; m_runGroupId = std::forward<RunGroupIdT>(value); }
136 template<
typename RunGroupIdT = Aws::String>
146 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
156 template<
typename ParametersT = Aws::Utils::Document>
157 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
158 template<
typename ParametersT = Aws::Utils::Document>
170 inline void SetStorageCapacity(
int value) { m_storageCapacityHasBeenSet =
true; m_storageCapacity = value; }
180 template<
typename OutputUriT = Aws::String>
181 void SetOutputUri(OutputUriT&& value) { m_outputUriHasBeenSet =
true; m_outputUri = std::forward<OutputUriT>(value); }
182 template<
typename OutputUriT = Aws::String>
202 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
203 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
204 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
206 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
208 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
219 template<
typename RequestIdT = Aws::String>
220 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
221 template<
typename RequestIdT = Aws::String>
268 template<
typename WorkflowOwnerIdT = Aws::String>
269 void SetWorkflowOwnerId(WorkflowOwnerIdT&& value) { m_workflowOwnerIdHasBeenSet =
true; m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value); }
270 template<
typename WorkflowOwnerIdT = Aws::String>
280 template<
typename WorkflowVersionNameT = Aws::String>
281 void SetWorkflowVersionName(WorkflowVersionNameT&& value) { m_workflowVersionNameHasBeenSet =
true; m_workflowVersionName = std::forward<WorkflowVersionNameT>(value); }
282 template<
typename WorkflowVersionNameT = Aws::String>
288 bool m_workflowIdHasBeenSet =
false;
291 bool m_workflowTypeHasBeenSet =
false;
294 bool m_runIdHasBeenSet =
false;
297 bool m_roleArnHasBeenSet =
false;
300 bool m_nameHasBeenSet =
false;
303 bool m_cacheIdHasBeenSet =
false;
306 bool m_cacheBehaviorHasBeenSet =
false;
309 bool m_runGroupIdHasBeenSet =
false;
312 bool m_priorityHasBeenSet =
false;
315 bool m_parametersHasBeenSet =
false;
317 int m_storageCapacity{0};
318 bool m_storageCapacityHasBeenSet =
false;
321 bool m_outputUriHasBeenSet =
false;
324 bool m_logLevelHasBeenSet =
false;
327 bool m_tagsHasBeenSet =
false;
330 bool m_requestIdHasBeenSet =
true;
333 bool m_retentionModeHasBeenSet =
false;
336 bool m_storageTypeHasBeenSet =
false;
339 bool m_workflowOwnerIdHasBeenSet =
false;
342 bool m_workflowVersionNameHasBeenSet =
false;
Aws::Utils::DocumentView GetParameters() const
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 WorkflowVersionNameHasBeenSet() const
StartRunRequest & WithCacheId(CacheIdT &&value)
bool NameHasBeenSet() const
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)
void SetWorkflowOwnerId(WorkflowOwnerIdT &&value)
bool PriorityHasBeenSet() const
bool TagsHasBeenSet() const
StartRunRequest & WithWorkflowId(WorkflowIdT &&value)
const Aws::String & GetRunId() const
bool RoleArnHasBeenSet() const
void SetRequestId(RequestIdT &&value)
void SetCacheBehavior(CacheBehavior value)
StartRunRequest & WithRunGroupId(RunGroupIdT &&value)
bool StorageCapacityHasBeenSet() const
const Aws::String & GetRunGroupId() const
bool ParametersHasBeenSet() const
StartRunRequest & WithWorkflowOwnerId(WorkflowOwnerIdT &&value)
bool WorkflowTypeHasBeenSet() const
void SetWorkflowVersionName(WorkflowVersionNameT &&value)
const Aws::String & GetRoleArn() const
StorageType GetStorageType() const
CacheBehavior GetCacheBehavior() 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)
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
RunRetentionMode GetRetentionMode() const
const Aws::String & GetOutputUri() const
void SetRetentionMode(RunRetentionMode value)
void SetStorageCapacity(int value)
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
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)
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