7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/Document.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/omics/Omics_EXPORTS.h>
12#include <aws/omics/model/Accelerators.h>
13#include <aws/omics/model/CacheBehavior.h>
14#include <aws/omics/model/RunLogLevel.h>
15#include <aws/omics/model/RunLogLocation.h>
16#include <aws/omics/model/RunRetentionMode.h>
17#include <aws/omics/model/RunStatus.h>
18#include <aws/omics/model/StorageType.h>
19#include <aws/omics/model/WorkflowType.h>
24template <
typename RESULT_TYPE>
25class AmazonWebServiceResult;
45 template <
typename ArnT = Aws::String>
47 m_arnHasBeenSet =
true;
48 m_arn = std::forward<ArnT>(value);
50 template <
typename ArnT = Aws::String>
52 SetArn(std::forward<ArnT>(value));
62 template <
typename IdT = Aws::String>
64 m_idHasBeenSet =
true;
65 m_id = std::forward<IdT>(value);
67 template <
typename IdT = Aws::String>
69 SetId(std::forward<IdT>(value));
79 template <
typename CacheIdT = Aws::String>
81 m_cacheIdHasBeenSet =
true;
82 m_cacheId = std::forward<CacheIdT>(value);
84 template <
typename CacheIdT = Aws::String>
97 m_cacheBehaviorHasBeenSet =
true;
98 m_cacheBehavior = value;
113 template <
typename EngineVersionT = Aws::String>
115 m_engineVersionHasBeenSet =
true;
116 m_engineVersion = std::forward<EngineVersionT>(value);
118 template <
typename EngineVersionT = Aws::String>
131 m_statusHasBeenSet =
true;
145 template <
typename WorkflowIdT = Aws::String>
147 m_workflowIdHasBeenSet =
true;
148 m_workflowId = std::forward<WorkflowIdT>(value);
150 template <
typename WorkflowIdT = Aws::String>
163 m_workflowTypeHasBeenSet =
true;
164 m_workflowType = value;
177 template <
typename RunIdT = Aws::String>
179 m_runIdHasBeenSet =
true;
180 m_runId = std::forward<RunIdT>(value);
182 template <
typename RunIdT = Aws::String>
184 SetRunId(std::forward<RunIdT>(value));
194 template <
typename RoleArnT = Aws::String>
196 m_roleArnHasBeenSet =
true;
197 m_roleArn = std::forward<RoleArnT>(value);
199 template <
typename RoleArnT = Aws::String>
211 template <
typename NameT = Aws::String>
213 m_nameHasBeenSet =
true;
214 m_name = std::forward<NameT>(value);
216 template <
typename NameT = Aws::String>
218 SetName(std::forward<NameT>(value));
228 template <
typename RunGroupIdT = Aws::String>
230 m_runGroupIdHasBeenSet =
true;
231 m_runGroupId = std::forward<RunGroupIdT>(value);
233 template <
typename RunGroupIdT = Aws::String>
246 m_priorityHasBeenSet =
true;
260 template <
typename DefinitionT = Aws::String>
262 m_definitionHasBeenSet =
true;
263 m_definition = std::forward<DefinitionT>(value);
265 template <
typename DefinitionT = Aws::String>
277 template <
typename DigestT = Aws::String>
279 m_digestHasBeenSet =
true;
280 m_digest = std::forward<DigestT>(value);
282 template <
typename DigestT = Aws::String>
294 template <
typename ParametersT = Aws::Utils::Document>
296 m_parametersHasBeenSet =
true;
297 m_parameters = std::forward<ParametersT>(value);
299 template <
typename ParametersT = Aws::Utils::Document>
314 m_storageCapacityHasBeenSet =
true;
315 m_storageCapacity = value;
328 template <
typename OutputUriT = Aws::String>
330 m_outputUriHasBeenSet =
true;
331 m_outputUri = std::forward<OutputUriT>(value);
333 template <
typename OutputUriT = Aws::String>
346 m_logLevelHasBeenSet =
true;
360 template <
typename ResourceDigestsT = Aws::Map<Aws::String, Aws::String>>
362 m_resourceDigestsHasBeenSet =
true;
363 m_resourceDigests = std::forward<ResourceDigestsT>(value);
365 template <
typename ResourceDigestsT = Aws::Map<Aws::String, Aws::String>>
370 template <
typename ResourceDigestsKeyT = Aws::String,
typename ResourceDigestsValueT = Aws::String>
372 m_resourceDigestsHasBeenSet =
true;
373 m_resourceDigests.emplace(std::forward<ResourceDigestsKeyT>(key), std::forward<ResourceDigestsValueT>(value));
383 template <
typename StartedByT = Aws::String>
385 m_startedByHasBeenSet =
true;
386 m_startedBy = std::forward<StartedByT>(value);
388 template <
typename StartedByT = Aws::String>
400 template <
typename CreationTimeT = Aws::Utils::DateTime>
402 m_creationTimeHasBeenSet =
true;
403 m_creationTime = std::forward<CreationTimeT>(value);
405 template <
typename CreationTimeT = Aws::Utils::DateTime>
417 template <
typename StartTimeT = Aws::Utils::DateTime>
419 m_startTimeHasBeenSet =
true;
420 m_startTime = std::forward<StartTimeT>(value);
422 template <
typename StartTimeT = Aws::Utils::DateTime>
434 template <
typename StopTimeT = Aws::Utils::DateTime>
436 m_stopTimeHasBeenSet =
true;
437 m_stopTime = std::forward<StopTimeT>(value);
439 template <
typename StopTimeT = Aws::Utils::DateTime>
451 template <
typename StatusMessageT = Aws::String>
453 m_statusMessageHasBeenSet =
true;
454 m_statusMessage = std::forward<StatusMessageT>(value);
456 template <
typename StatusMessageT = Aws::String>
468 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
470 m_tagsHasBeenSet =
true;
471 m_tags = std::forward<TagsT>(value);
473 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
475 SetTags(std::forward<TagsT>(value));
478 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
480 m_tagsHasBeenSet =
true;
481 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
492 m_acceleratorsHasBeenSet =
true;
493 m_accelerators = value;
507 m_retentionModeHasBeenSet =
true;
508 m_retentionMode = value;
521 template <
typename FailureReasonT = Aws::String>
523 m_failureReasonHasBeenSet =
true;
524 m_failureReason = std::forward<FailureReasonT>(value);
526 template <
typename FailureReasonT = Aws::String>
538 template <
typename LogLocationT = RunLogLocation>
540 m_logLocationHasBeenSet =
true;
541 m_logLocation = std::forward<LogLocationT>(value);
543 template <
typename LogLocationT = RunLogLocation>
555 template <
typename Uu
idT = Aws::String>
557 m_uuidHasBeenSet =
true;
558 m_uuid = std::forward<UuidT>(value);
560 template <
typename Uu
idT = Aws::String>
562 SetUuid(std::forward<UuidT>(value));
572 template <
typename RunOutputUriT = Aws::String>
574 m_runOutputUriHasBeenSet =
true;
575 m_runOutputUri = std::forward<RunOutputUriT>(value);
577 template <
typename RunOutputUriT = Aws::String>
590 m_storageTypeHasBeenSet =
true;
591 m_storageType = value;
604 template <
typename WorkflowOwnerIdT = Aws::String>
606 m_workflowOwnerIdHasBeenSet =
true;
607 m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value);
609 template <
typename WorkflowOwnerIdT = Aws::String>
621 template <
typename WorkflowVersionNameT = Aws::String>
623 m_workflowVersionNameHasBeenSet =
true;
624 m_workflowVersionName = std::forward<WorkflowVersionNameT>(value);
626 template <
typename WorkflowVersionNameT = Aws::String>
638 template <
typename WorkflowUu
idT = Aws::String>
640 m_workflowUuidHasBeenSet =
true;
641 m_workflowUuid = std::forward<WorkflowUuidT>(value);
643 template <
typename WorkflowUu
idT = Aws::String>
653 template <
typename RequestIdT = Aws::String>
655 m_requestIdHasBeenSet =
true;
656 m_requestId = std::forward<RequestIdT>(value);
658 template <
typename RequestIdT = Aws::String>
697 int m_storageCapacity{0};
723 RunLogLocation m_logLocation;
738 bool m_arnHasBeenSet =
false;
739 bool m_idHasBeenSet =
false;
740 bool m_cacheIdHasBeenSet =
false;
741 bool m_cacheBehaviorHasBeenSet =
false;
742 bool m_engineVersionHasBeenSet =
false;
743 bool m_statusHasBeenSet =
false;
744 bool m_workflowIdHasBeenSet =
false;
745 bool m_workflowTypeHasBeenSet =
false;
746 bool m_runIdHasBeenSet =
false;
747 bool m_roleArnHasBeenSet =
false;
748 bool m_nameHasBeenSet =
false;
749 bool m_runGroupIdHasBeenSet =
false;
750 bool m_priorityHasBeenSet =
false;
751 bool m_definitionHasBeenSet =
false;
752 bool m_digestHasBeenSet =
false;
753 bool m_parametersHasBeenSet =
false;
754 bool m_storageCapacityHasBeenSet =
false;
755 bool m_outputUriHasBeenSet =
false;
756 bool m_logLevelHasBeenSet =
false;
757 bool m_resourceDigestsHasBeenSet =
false;
758 bool m_startedByHasBeenSet =
false;
759 bool m_creationTimeHasBeenSet =
false;
760 bool m_startTimeHasBeenSet =
false;
761 bool m_stopTimeHasBeenSet =
false;
762 bool m_statusMessageHasBeenSet =
false;
763 bool m_tagsHasBeenSet =
false;
764 bool m_acceleratorsHasBeenSet =
false;
765 bool m_retentionModeHasBeenSet =
false;
766 bool m_failureReasonHasBeenSet =
false;
767 bool m_logLocationHasBeenSet =
false;
768 bool m_uuidHasBeenSet =
false;
769 bool m_runOutputUriHasBeenSet =
false;
770 bool m_storageTypeHasBeenSet =
false;
771 bool m_workflowOwnerIdHasBeenSet =
false;
772 bool m_workflowVersionNameHasBeenSet =
false;
773 bool m_workflowUuidHasBeenSet =
false;
774 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