7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/CacheBehavior.h>
10#include <aws/omics/model/RunStatus.h>
11#include <aws/omics/model/WorkflowType.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/core/utils/DateTime.h>
16#include <aws/omics/model/Accelerators.h>
17#include <aws/omics/model/RunRetentionMode.h>
18#include <aws/omics/model/RunLogLocation.h>
19#include <aws/omics/model/StorageType.h>
24template<
typename RESULT_TYPE>
25class AmazonWebServiceResult;
51 template<
typename ArnT = Aws::String>
52 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
53 template<
typename ArnT = Aws::String>
62 template<
typename IdT = Aws::String>
63 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
64 template<
typename IdT = Aws::String>
73 template<
typename CacheIdT = Aws::String>
74 void SetCacheId(CacheIdT&& value) { m_cacheIdHasBeenSet =
true; m_cacheId = std::forward<CacheIdT>(value); }
75 template<
typename CacheIdT = Aws::String>
95 template<
typename EngineVersionT = Aws::String>
96 void SetEngineVersion(EngineVersionT&& value) { m_engineVersionHasBeenSet =
true; m_engineVersion = std::forward<EngineVersionT>(value); }
97 template<
typename EngineVersionT = Aws::String>
115 template<
typename WorkflowIdT = Aws::String>
116 void SetWorkflowId(WorkflowIdT&& value) { m_workflowIdHasBeenSet =
true; m_workflowId = std::forward<WorkflowIdT>(value); }
117 template<
typename WorkflowIdT = Aws::String>
135 template<
typename RunIdT = Aws::String>
136 void SetRunId(RunIdT&& value) { m_runIdHasBeenSet =
true; m_runId = std::forward<RunIdT>(value); }
137 template<
typename RunIdT = Aws::String>
146 template<
typename RoleArnT = Aws::String>
147 void SetRoleArn(RoleArnT&& value) { m_roleArnHasBeenSet =
true; m_roleArn = std::forward<RoleArnT>(value); }
148 template<
typename RoleArnT = Aws::String>
157 template<
typename NameT = Aws::String>
158 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
159 template<
typename NameT = Aws::String>
168 template<
typename RunGroupIdT = Aws::String>
169 void SetRunGroupId(RunGroupIdT&& value) { m_runGroupIdHasBeenSet =
true; m_runGroupId = std::forward<RunGroupIdT>(value); }
170 template<
typename RunGroupIdT = Aws::String>
179 inline void SetPriority(
int value) { m_priorityHasBeenSet =
true; m_priority = value; }
188 template<
typename DefinitionT = Aws::String>
189 void SetDefinition(DefinitionT&& value) { m_definitionHasBeenSet =
true; m_definition = std::forward<DefinitionT>(value); }
190 template<
typename DefinitionT = Aws::String>
199 template<
typename DigestT = Aws::String>
200 void SetDigest(DigestT&& value) { m_digestHasBeenSet =
true; m_digest = std::forward<DigestT>(value); }
201 template<
typename DigestT = Aws::String>
210 template<
typename ParametersT = Aws::Utils::Document>
211 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
212 template<
typename ParametersT = Aws::Utils::Document>
223 inline void SetStorageCapacity(
int value) { m_storageCapacityHasBeenSet =
true; m_storageCapacity = value; }
232 template<
typename OutputUriT = Aws::String>
233 void SetOutputUri(OutputUriT&& value) { m_outputUriHasBeenSet =
true; m_outputUri = std::forward<OutputUriT>(value); }
234 template<
typename OutputUriT = Aws::String>
252 template<
typename ResourceDigestsT = Aws::Map<Aws::String, Aws::String>>
253 void SetResourceDigests(ResourceDigestsT&& value) { m_resourceDigestsHasBeenSet =
true; m_resourceDigests = std::forward<ResourceDigestsT>(value); }
254 template<
typename ResourceDigestsT = Aws::Map<Aws::String, Aws::String>>
256 template<
typename ResourceDigestsKeyT = Aws::String,
typename ResourceDigestsValueT = Aws::String>
258 m_resourceDigestsHasBeenSet =
true; m_resourceDigests.emplace(std::forward<ResourceDigestsKeyT>(key), std::forward<ResourceDigestsValueT>(value));
return *
this;
267 template<
typename StartedByT = Aws::String>
268 void SetStartedBy(StartedByT&& value) { m_startedByHasBeenSet =
true; m_startedBy = std::forward<StartedByT>(value); }
269 template<
typename StartedByT = Aws::String>
278 template<
typename CreationTimeT = Aws::Utils::DateTime>
279 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
280 template<
typename CreationTimeT = Aws::Utils::DateTime>
289 template<
typename StartTimeT = Aws::Utils::DateTime>
290 void SetStartTime(StartTimeT&& value) { m_startTimeHasBeenSet =
true; m_startTime = std::forward<StartTimeT>(value); }
291 template<
typename StartTimeT = Aws::Utils::DateTime>
300 template<
typename StopTimeT = Aws::Utils::DateTime>
301 void SetStopTime(StopTimeT&& value) { m_stopTimeHasBeenSet =
true; m_stopTime = std::forward<StopTimeT>(value); }
302 template<
typename StopTimeT = Aws::Utils::DateTime>
311 template<
typename StatusMessageT = Aws::String>
312 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
313 template<
typename StatusMessageT = Aws::String>
322 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
323 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
324 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
326 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
328 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
355 template<
typename FailureReasonT = Aws::String>
356 void SetFailureReason(FailureReasonT&& value) { m_failureReasonHasBeenSet =
true; m_failureReason = std::forward<FailureReasonT>(value); }
357 template<
typename FailureReasonT = Aws::String>
366 template<
typename LogLocationT = RunLogLocation>
367 void SetLogLocation(LogLocationT&& value) { m_logLocationHasBeenSet =
true; m_logLocation = std::forward<LogLocationT>(value); }
368 template<
typename LogLocationT = RunLogLocation>
377 template<
typename Uu
idT = Aws::String>
378 void SetUuid(UuidT&& value) { m_uuidHasBeenSet =
true; m_uuid = std::forward<UuidT>(value); }
379 template<
typename Uu
idT = Aws::String>
388 template<
typename RunOutputUriT = Aws::String>
389 void SetRunOutputUri(RunOutputUriT&& value) { m_runOutputUriHasBeenSet =
true; m_runOutputUri = std::forward<RunOutputUriT>(value); }
390 template<
typename RunOutputUriT = Aws::String>
408 template<
typename WorkflowOwnerIdT = Aws::String>
409 void SetWorkflowOwnerId(WorkflowOwnerIdT&& value) { m_workflowOwnerIdHasBeenSet =
true; m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value); }
410 template<
typename WorkflowOwnerIdT = Aws::String>
419 template<
typename WorkflowVersionNameT = Aws::String>
420 void SetWorkflowVersionName(WorkflowVersionNameT&& value) { m_workflowVersionNameHasBeenSet =
true; m_workflowVersionName = std::forward<WorkflowVersionNameT>(value); }
421 template<
typename WorkflowVersionNameT = Aws::String>
430 template<
typename WorkflowUu
idT = Aws::String>
431 void SetWorkflowUuid(WorkflowUuidT&& value) { m_workflowUuidHasBeenSet =
true; m_workflowUuid = std::forward<WorkflowUuidT>(value); }
432 template<
typename WorkflowUu
idT = Aws::String>
439 template<
typename RequestIdT = Aws::String>
440 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
441 template<
typename RequestIdT = Aws::String>
447 bool m_arnHasBeenSet =
false;
450 bool m_idHasBeenSet =
false;
453 bool m_cacheIdHasBeenSet =
false;
456 bool m_cacheBehaviorHasBeenSet =
false;
459 bool m_engineVersionHasBeenSet =
false;
462 bool m_statusHasBeenSet =
false;
465 bool m_workflowIdHasBeenSet =
false;
468 bool m_workflowTypeHasBeenSet =
false;
471 bool m_runIdHasBeenSet =
false;
474 bool m_roleArnHasBeenSet =
false;
477 bool m_nameHasBeenSet =
false;
480 bool m_runGroupIdHasBeenSet =
false;
483 bool m_priorityHasBeenSet =
false;
486 bool m_definitionHasBeenSet =
false;
489 bool m_digestHasBeenSet =
false;
492 bool m_parametersHasBeenSet =
false;
494 int m_storageCapacity{0};
495 bool m_storageCapacityHasBeenSet =
false;
498 bool m_outputUriHasBeenSet =
false;
501 bool m_logLevelHasBeenSet =
false;
504 bool m_resourceDigestsHasBeenSet =
false;
507 bool m_startedByHasBeenSet =
false;
510 bool m_creationTimeHasBeenSet =
false;
513 bool m_startTimeHasBeenSet =
false;
516 bool m_stopTimeHasBeenSet =
false;
519 bool m_statusMessageHasBeenSet =
false;
522 bool m_tagsHasBeenSet =
false;
525 bool m_acceleratorsHasBeenSet =
false;
528 bool m_retentionModeHasBeenSet =
false;
531 bool m_failureReasonHasBeenSet =
false;
533 RunLogLocation m_logLocation;
534 bool m_logLocationHasBeenSet =
false;
537 bool m_uuidHasBeenSet =
false;
540 bool m_runOutputUriHasBeenSet =
false;
543 bool m_storageTypeHasBeenSet =
false;
546 bool m_workflowOwnerIdHasBeenSet =
false;
549 bool m_workflowVersionNameHasBeenSet =
false;
552 bool m_workflowUuidHasBeenSet =
false;
555 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetWorkflowVersionName() const
void SetWorkflowType(WorkflowType value)
AWS_OMICS_API GetRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetWorkflowUuid() const
GetRunResult & WithStatus(RunStatus value)
void SetWorkflowUuid(WorkflowUuidT &&value)
void SetRunOutputUri(RunOutputUriT &&value)
AWS_OMICS_API GetRunResult()=default
void SetLogLevel(RunLogLevel value)
void SetCreationTime(CreationTimeT &&value)
void SetStartTime(StartTimeT &&value)
const Aws::String & GetStartedBy() const
int GetStorageCapacity() const
void SetWorkflowId(WorkflowIdT &&value)
void SetWorkflowOwnerId(WorkflowOwnerIdT &&value)
const Aws::String & GetRequestId() const
GetRunResult & WithCacheBehavior(CacheBehavior value)
void SetEngineVersion(EngineVersionT &&value)
void SetRequestId(RequestIdT &&value)
void SetUuid(UuidT &&value)
void SetStatusMessage(StatusMessageT &&value)
void SetDigest(DigestT &&value)
GetRunResult & WithId(IdT &&value)
GetRunResult & WithRunId(RunIdT &&value)
void SetOutputUri(OutputUriT &&value)
GetRunResult & WithResourceDigests(ResourceDigestsT &&value)
GetRunResult & WithPriority(int value)
GetRunResult & WithRunGroupId(RunGroupIdT &&value)
WorkflowType GetWorkflowType() const
const Aws::String & GetRunId() const
StorageType GetStorageType() const
void SetPriority(int value)
GetRunResult & WithName(NameT &&value)
const Aws::String & GetEngineVersion() const
GetRunResult & WithWorkflowUuid(WorkflowUuidT &&value)
GetRunResult & WithArn(ArnT &&value)
GetRunResult & WithParameters(ParametersT &&value)
void SetResourceDigests(ResourceDigestsT &&value)
const RunLogLocation & GetLogLocation() const
const Aws::String & GetCacheId() const
void SetStatus(RunStatus value)
GetRunResult & WithWorkflowVersionName(WorkflowVersionNameT &&value)
GetRunResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
GetRunResult & WithOutputUri(OutputUriT &&value)
Accelerators GetAccelerators() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetOutputUri() const
GetRunResult & WithCacheId(CacheIdT &&value)
const Aws::Map< Aws::String, Aws::String > & GetResourceDigests() const
GetRunResult & WithStorageCapacity(int value)
const Aws::String & GetName() const
GetRunResult & WithLogLocation(LogLocationT &&value)
GetRunResult & WithAccelerators(Accelerators value)
void SetFailureReason(FailureReasonT &&value)
const Aws::String & GetWorkflowOwnerId() const
GetRunResult & WithRunOutputUri(RunOutputUriT &&value)
const Aws::String & GetDefinition() const
GetRunResult & WithWorkflowType(WorkflowType value)
RunLogLevel GetLogLevel() const
GetRunResult & WithRetentionMode(RunRetentionMode value)
void SetArn(ArnT &&value)
GetRunResult & WithRoleArn(RoleArnT &&value)
void SetCacheId(CacheIdT &&value)
RunRetentionMode GetRetentionMode() const
GetRunResult & WithStatusMessage(StatusMessageT &&value)
GetRunResult & WithDefinition(DefinitionT &&value)
void SetDefinition(DefinitionT &&value)
GetRunResult & WithLogLevel(RunLogLevel value)
void SetRunId(RunIdT &&value)
const Aws::Utils::DateTime & GetStartTime() const
void SetAccelerators(Accelerators value)
Aws::Utils::DocumentView GetParameters() const
GetRunResult & WithStopTime(StopTimeT &&value)
GetRunResult & WithRequestId(RequestIdT &&value)
GetRunResult & WithWorkflowId(WorkflowIdT &&value)
CacheBehavior GetCacheBehavior() const
void SetWorkflowVersionName(WorkflowVersionNameT &&value)
const Aws::String & GetRunGroupId() const
const Aws::String & GetDigest() const
RunStatus GetStatus() const
GetRunResult & WithDigest(DigestT &&value)
GetRunResult & AddResourceDigests(ResourceDigestsKeyT &&key, ResourceDigestsValueT &&value)
GetRunResult & WithCreationTime(CreationTimeT &&value)
const Aws::String & GetWorkflowId() const
GetRunResult & WithStorageType(StorageType value)
void SetStorageType(StorageType value)
AWS_OMICS_API GetRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRunResult & WithUuid(UuidT &&value)
const Aws::String & GetRunOutputUri() const
void SetTags(TagsT &&value)
GetRunResult & WithStartTime(StartTimeT &&value)
const Aws::String & GetFailureReason() const
void SetCacheBehavior(CacheBehavior value)
void SetLogLocation(LogLocationT &&value)
void SetStopTime(StopTimeT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetName(NameT &&value)
GetRunResult & WithEngineVersion(EngineVersionT &&value)
void SetStartedBy(StartedByT &&value)
GetRunResult & WithStartedBy(StartedByT &&value)
const Aws::String & GetId() const
void SetStorageCapacity(int value)
const Aws::String & GetRoleArn() const
const Aws::String & GetArn() const
const Aws::Utils::DateTime & GetStopTime() const
const Aws::String & GetStatusMessage() const
void SetRunGroupId(RunGroupIdT &&value)
void SetRetentionMode(RunRetentionMode value)
GetRunResult & WithWorkflowOwnerId(WorkflowOwnerIdT &&value)
GetRunResult & WithTags(TagsT &&value)
void SetRoleArn(RoleArnT &&value)
GetRunResult & WithFailureReason(FailureReasonT &&value)
const Aws::String & GetUuid() const
void SetParameters(ParametersT &&value)
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