7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/Document.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/omics/Omics_EXPORTS.h>
13#include <aws/omics/model/Accelerators.h>
14#include <aws/omics/model/CacheBehavior.h>
15#include <aws/omics/model/ConfigurationDetails.h>
16#include <aws/omics/model/NetworkingMode.h>
17#include <aws/omics/model/RunLogLevel.h>
18#include <aws/omics/model/RunLogLocation.h>
19#include <aws/omics/model/RunRetentionMode.h>
20#include <aws/omics/model/RunStatus.h>
21#include <aws/omics/model/StorageType.h>
22#include <aws/omics/model/VpcConfigResponse.h>
23#include <aws/omics/model/WorkflowType.h>
28template <
typename RESULT_TYPE>
29class AmazonWebServiceResult;
49 template <
typename ArnT = Aws::String>
51 m_arnHasBeenSet =
true;
52 m_arn = std::forward<ArnT>(value);
54 template <
typename ArnT = Aws::String>
56 SetArn(std::forward<ArnT>(value));
66 template <
typename IdT = Aws::String>
68 m_idHasBeenSet =
true;
69 m_id = std::forward<IdT>(value);
71 template <
typename IdT = Aws::String>
73 SetId(std::forward<IdT>(value));
83 template <
typename CacheIdT = Aws::String>
85 m_cacheIdHasBeenSet =
true;
86 m_cacheId = std::forward<CacheIdT>(value);
88 template <
typename CacheIdT = Aws::String>
101 m_cacheBehaviorHasBeenSet =
true;
102 m_cacheBehavior = value;
117 template <
typename EngineVersionT = Aws::String>
119 m_engineVersionHasBeenSet =
true;
120 m_engineVersion = std::forward<EngineVersionT>(value);
122 template <
typename EngineVersionT = Aws::String>
135 m_statusHasBeenSet =
true;
149 template <
typename WorkflowIdT = Aws::String>
151 m_workflowIdHasBeenSet =
true;
152 m_workflowId = std::forward<WorkflowIdT>(value);
154 template <
typename WorkflowIdT = Aws::String>
167 m_workflowTypeHasBeenSet =
true;
168 m_workflowType = value;
181 template <
typename RunIdT = Aws::String>
183 m_runIdHasBeenSet =
true;
184 m_runId = std::forward<RunIdT>(value);
186 template <
typename RunIdT = Aws::String>
188 SetRunId(std::forward<RunIdT>(value));
198 template <
typename RoleArnT = Aws::String>
200 m_roleArnHasBeenSet =
true;
201 m_roleArn = std::forward<RoleArnT>(value);
203 template <
typename RoleArnT = Aws::String>
215 template <
typename NameT = Aws::String>
217 m_nameHasBeenSet =
true;
218 m_name = std::forward<NameT>(value);
220 template <
typename NameT = Aws::String>
222 SetName(std::forward<NameT>(value));
232 template <
typename RunGroupIdT = Aws::String>
234 m_runGroupIdHasBeenSet =
true;
235 m_runGroupId = std::forward<RunGroupIdT>(value);
237 template <
typename RunGroupIdT = Aws::String>
249 template <
typename BatchIdT = Aws::String>
251 m_batchIdHasBeenSet =
true;
252 m_batchId = std::forward<BatchIdT>(value);
254 template <
typename BatchIdT = Aws::String>
267 m_priorityHasBeenSet =
true;
281 template <
typename DefinitionT = Aws::String>
283 m_definitionHasBeenSet =
true;
284 m_definition = std::forward<DefinitionT>(value);
286 template <
typename DefinitionT = Aws::String>
298 template <
typename DigestT = Aws::String>
300 m_digestHasBeenSet =
true;
301 m_digest = std::forward<DigestT>(value);
303 template <
typename DigestT = Aws::String>
315 template <
typename ParametersT = Aws::Utils::Document>
317 m_parametersHasBeenSet =
true;
318 m_parameters = std::forward<ParametersT>(value);
320 template <
typename ParametersT = Aws::Utils::Document>
335 m_storageCapacityHasBeenSet =
true;
336 m_storageCapacity = value;
349 template <
typename OutputUriT = Aws::String>
351 m_outputUriHasBeenSet =
true;
352 m_outputUri = std::forward<OutputUriT>(value);
354 template <
typename OutputUriT = Aws::String>
367 m_logLevelHasBeenSet =
true;
381 template <
typename ResourceDigestsT = Aws::Map<Aws::String, Aws::String>>
383 m_resourceDigestsHasBeenSet =
true;
384 m_resourceDigests = std::forward<ResourceDigestsT>(value);
386 template <
typename ResourceDigestsT = Aws::Map<Aws::String, Aws::String>>
391 template <
typename ResourceDigestsKeyT = Aws::String,
typename ResourceDigestsValueT = Aws::String>
393 m_resourceDigestsHasBeenSet =
true;
394 m_resourceDigests.emplace(std::forward<ResourceDigestsKeyT>(key), std::forward<ResourceDigestsValueT>(value));
404 template <
typename StartedByT = Aws::String>
406 m_startedByHasBeenSet =
true;
407 m_startedBy = std::forward<StartedByT>(value);
409 template <
typename StartedByT = Aws::String>
421 template <
typename CreationTimeT = Aws::Utils::DateTime>
423 m_creationTimeHasBeenSet =
true;
424 m_creationTime = std::forward<CreationTimeT>(value);
426 template <
typename CreationTimeT = Aws::Utils::DateTime>
438 template <
typename StartTimeT = Aws::Utils::DateTime>
440 m_startTimeHasBeenSet =
true;
441 m_startTime = std::forward<StartTimeT>(value);
443 template <
typename StartTimeT = Aws::Utils::DateTime>
455 template <
typename StopTimeT = Aws::Utils::DateTime>
457 m_stopTimeHasBeenSet =
true;
458 m_stopTime = std::forward<StopTimeT>(value);
460 template <
typename StopTimeT = Aws::Utils::DateTime>
472 template <
typename StatusMessageT = Aws::String>
474 m_statusMessageHasBeenSet =
true;
475 m_statusMessage = std::forward<StatusMessageT>(value);
477 template <
typename StatusMessageT = Aws::String>
489 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
491 m_tagsHasBeenSet =
true;
492 m_tags = std::forward<TagsT>(value);
494 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
496 SetTags(std::forward<TagsT>(value));
499 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
501 m_tagsHasBeenSet =
true;
502 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
513 m_acceleratorsHasBeenSet =
true;
514 m_accelerators = value;
528 m_retentionModeHasBeenSet =
true;
529 m_retentionMode = value;
542 template <
typename FailureReasonT = Aws::String>
544 m_failureReasonHasBeenSet =
true;
545 m_failureReason = std::forward<FailureReasonT>(value);
547 template <
typename FailureReasonT = Aws::String>
559 template <
typename LogLocationT = RunLogLocation>
561 m_logLocationHasBeenSet =
true;
562 m_logLocation = std::forward<LogLocationT>(value);
564 template <
typename LogLocationT = RunLogLocation>
576 template <
typename Uu
idT = Aws::String>
578 m_uuidHasBeenSet =
true;
579 m_uuid = std::forward<UuidT>(value);
581 template <
typename Uu
idT = Aws::String>
583 SetUuid(std::forward<UuidT>(value));
593 template <
typename RunOutputUriT = Aws::String>
595 m_runOutputUriHasBeenSet =
true;
596 m_runOutputUri = std::forward<RunOutputUriT>(value);
598 template <
typename RunOutputUriT = Aws::String>
611 m_storageTypeHasBeenSet =
true;
612 m_storageType = value;
625 template <
typename WorkflowOwnerIdT = Aws::String>
627 m_workflowOwnerIdHasBeenSet =
true;
628 m_workflowOwnerId = std::forward<WorkflowOwnerIdT>(value);
630 template <
typename WorkflowOwnerIdT = Aws::String>
642 template <
typename WorkflowVersionNameT = Aws::String>
644 m_workflowVersionNameHasBeenSet =
true;
645 m_workflowVersionName = std::forward<WorkflowVersionNameT>(value);
647 template <
typename WorkflowVersionNameT = Aws::String>
659 template <
typename WorkflowUu
idT = Aws::String>
661 m_workflowUuidHasBeenSet =
true;
662 m_workflowUuid = std::forward<WorkflowUuidT>(value);
664 template <
typename WorkflowUu
idT = Aws::String>
678 m_networkingModeHasBeenSet =
true;
679 m_networkingMode = value;
692 template <
typename ConfigurationT = ConfigurationDetails>
694 m_configurationHasBeenSet =
true;
695 m_configuration = std::forward<ConfigurationT>(value);
697 template <
typename ConfigurationT = ConfigurationDetails>
709 template <
typename VpcConfigT = VpcConfigResponse>
711 m_vpcConfigHasBeenSet =
true;
712 m_vpcConfig = std::forward<VpcConfigT>(value);
714 template <
typename VpcConfigT = VpcConfigResponse>
724 template <
typename RequestIdT = Aws::String>
726 m_requestIdHasBeenSet =
true;
727 m_requestId = std::forward<RequestIdT>(value);
729 template <
typename RequestIdT = Aws::String>
772 int m_storageCapacity{0};
798 RunLogLocation m_logLocation;
814 ConfigurationDetails m_configuration;
816 VpcConfigResponse m_vpcConfig;
820 bool m_arnHasBeenSet =
false;
821 bool m_idHasBeenSet =
false;
822 bool m_cacheIdHasBeenSet =
false;
823 bool m_cacheBehaviorHasBeenSet =
false;
824 bool m_engineVersionHasBeenSet =
false;
825 bool m_statusHasBeenSet =
false;
826 bool m_workflowIdHasBeenSet =
false;
827 bool m_workflowTypeHasBeenSet =
false;
828 bool m_runIdHasBeenSet =
false;
829 bool m_roleArnHasBeenSet =
false;
830 bool m_nameHasBeenSet =
false;
831 bool m_runGroupIdHasBeenSet =
false;
832 bool m_batchIdHasBeenSet =
false;
833 bool m_priorityHasBeenSet =
false;
834 bool m_definitionHasBeenSet =
false;
835 bool m_digestHasBeenSet =
false;
836 bool m_parametersHasBeenSet =
false;
837 bool m_storageCapacityHasBeenSet =
false;
838 bool m_outputUriHasBeenSet =
false;
839 bool m_logLevelHasBeenSet =
false;
840 bool m_resourceDigestsHasBeenSet =
false;
841 bool m_startedByHasBeenSet =
false;
842 bool m_creationTimeHasBeenSet =
false;
843 bool m_startTimeHasBeenSet =
false;
844 bool m_stopTimeHasBeenSet =
false;
845 bool m_statusMessageHasBeenSet =
false;
846 bool m_tagsHasBeenSet =
false;
847 bool m_acceleratorsHasBeenSet =
false;
848 bool m_retentionModeHasBeenSet =
false;
849 bool m_failureReasonHasBeenSet =
false;
850 bool m_logLocationHasBeenSet =
false;
851 bool m_uuidHasBeenSet =
false;
852 bool m_runOutputUriHasBeenSet =
false;
853 bool m_storageTypeHasBeenSet =
false;
854 bool m_workflowOwnerIdHasBeenSet =
false;
855 bool m_workflowVersionNameHasBeenSet =
false;
856 bool m_workflowUuidHasBeenSet =
false;
857 bool m_networkingModeHasBeenSet =
false;
858 bool m_configurationHasBeenSet =
false;
859 bool m_vpcConfigHasBeenSet =
false;
860 bool m_requestIdHasBeenSet =
false;
const VpcConfigResponse & GetVpcConfig() const
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)
NetworkingMode GetNetworkingMode() const
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)
GetRunResult & WithBatchId(BatchIdT &&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
GetRunResult & WithConfiguration(ConfigurationT &&value)
const Aws::String & GetRunId() const
StorageType GetStorageType() const
void SetPriority(int value)
void SetConfiguration(ConfigurationT &&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)
void SetVpcConfig(VpcConfigT &&value)
Accelerators GetAccelerators() const
const Aws::Utils::DateTime & GetCreationTime() const
const Aws::String & GetOutputUri() const
GetRunResult & WithCacheId(CacheIdT &&value)
GetRunResult & WithNetworkingMode(NetworkingMode 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 SetNetworkingMode(NetworkingMode 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)
const ConfigurationDetails & GetConfiguration() const
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
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetRunResult & WithStopTime(StopTimeT &&value)
const Aws::String & GetBatchId() const
GetRunResult & WithRequestId(RequestIdT &&value)
void SetBatchId(BatchIdT &&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)
GetRunResult & WithVpcConfig(VpcConfigT &&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