7#include <aws/core/http/HttpResponse.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/ConfigurationDetails.h>
12#include <aws/omics/model/RunStatus.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename ArnT = Aws::String>
40 m_arnHasBeenSet =
true;
41 m_arn = std::forward<ArnT>(value);
43 template <
typename ArnT = Aws::String>
45 SetArn(std::forward<ArnT>(value));
55 template <
typename IdT = Aws::String>
57 m_idHasBeenSet =
true;
58 m_id = std::forward<IdT>(value);
60 template <
typename IdT = Aws::String>
62 SetId(std::forward<IdT>(value));
73 m_statusHasBeenSet =
true;
87 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
89 m_tagsHasBeenSet =
true;
90 m_tags = std::forward<TagsT>(value);
92 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
94 SetTags(std::forward<TagsT>(value));
97 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
99 m_tagsHasBeenSet =
true;
100 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
110 template <
typename Uu
idT = Aws::String>
112 m_uuidHasBeenSet =
true;
113 m_uuid = std::forward<UuidT>(value);
115 template <
typename Uu
idT = Aws::String>
117 SetUuid(std::forward<UuidT>(value));
127 template <
typename RunOutputUriT = Aws::String>
129 m_runOutputUriHasBeenSet =
true;
130 m_runOutputUri = std::forward<RunOutputUriT>(value);
132 template <
typename RunOutputUriT = Aws::String>
144 template <
typename ConfigurationT = ConfigurationDetails>
146 m_configurationHasBeenSet =
true;
147 m_configuration = std::forward<ConfigurationT>(value);
149 template <
typename ConfigurationT = ConfigurationDetails>
161 template <
typename NetworkingModeT = Aws::String>
163 m_networkingModeHasBeenSet =
true;
164 m_networkingMode = std::forward<NetworkingModeT>(value);
166 template <
typename NetworkingModeT = Aws::String>
176 template <
typename RequestIdT = Aws::String>
178 m_requestIdHasBeenSet =
true;
179 m_requestId = std::forward<RequestIdT>(value);
181 template <
typename RequestIdT = Aws::String>
202 ConfigurationDetails m_configuration;
208 bool m_arnHasBeenSet =
false;
209 bool m_idHasBeenSet =
false;
210 bool m_statusHasBeenSet =
false;
211 bool m_tagsHasBeenSet =
false;
212 bool m_uuidHasBeenSet =
false;
213 bool m_runOutputUriHasBeenSet =
false;
214 bool m_configurationHasBeenSet =
false;
215 bool m_networkingModeHasBeenSet =
false;
216 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRunOutputUri() const
const Aws::String & GetNetworkingMode() const
StartRunResult & WithTags(TagsT &&value)
void SetArn(ArnT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const ConfigurationDetails & GetConfiguration() const
RunStatus GetStatus() const
AWS_OMICS_API StartRunResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_OMICS_API StartRunResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRunOutputUri(RunOutputUriT &&value)
void SetStatus(RunStatus value)
StartRunResult & WithRequestId(RequestIdT &&value)
StartRunResult & WithId(IdT &&value)
void SetConfiguration(ConfigurationT &&value)
const Aws::String & GetId() const
const Aws::String & GetUuid() const
const Aws::String & GetRequestId() const
StartRunResult & WithConfiguration(ConfigurationT &&value)
StartRunResult & WithRunOutputUri(RunOutputUriT &&value)
void SetUuid(UuidT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetArn() const
void SetNetworkingMode(NetworkingModeT &&value)
void SetTags(TagsT &&value)
void SetRequestId(RequestIdT &&value)
StartRunResult & WithArn(ArnT &&value)
AWS_OMICS_API StartRunResult()=default
StartRunResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
StartRunResult & WithStatus(RunStatus value)
StartRunResult & WithUuid(UuidT &&value)
StartRunResult & WithNetworkingMode(NetworkingModeT &&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