7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/Omics_EXPORTS.h>
10#include <aws/omics/model/RunStatus.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
36 template <
typename ArnT = Aws::String>
38 m_arnHasBeenSet =
true;
39 m_arn = std::forward<ArnT>(value);
41 template <
typename ArnT = Aws::String>
43 SetArn(std::forward<ArnT>(value));
53 template <
typename IdT = Aws::String>
55 m_idHasBeenSet =
true;
56 m_id = std::forward<IdT>(value);
58 template <
typename IdT = Aws::String>
60 SetId(std::forward<IdT>(value));
71 m_statusHasBeenSet =
true;
85 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
87 m_tagsHasBeenSet =
true;
88 m_tags = std::forward<TagsT>(value);
90 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
92 SetTags(std::forward<TagsT>(value));
95 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
97 m_tagsHasBeenSet =
true;
98 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
108 template <
typename Uu
idT = Aws::String>
110 m_uuidHasBeenSet =
true;
111 m_uuid = std::forward<UuidT>(value);
113 template <
typename Uu
idT = Aws::String>
115 SetUuid(std::forward<UuidT>(value));
125 template <
typename RunOutputUriT = Aws::String>
127 m_runOutputUriHasBeenSet =
true;
128 m_runOutputUri = std::forward<RunOutputUriT>(value);
130 template <
typename RunOutputUriT = Aws::String>
140 template <
typename RequestIdT = Aws::String>
142 m_requestIdHasBeenSet =
true;
143 m_requestId = std::forward<RequestIdT>(value);
145 template <
typename RequestIdT = Aws::String>
165 bool m_arnHasBeenSet =
false;
166 bool m_idHasBeenSet =
false;
167 bool m_statusHasBeenSet =
false;
168 bool m_tagsHasBeenSet =
false;
169 bool m_uuidHasBeenSet =
false;
170 bool m_runOutputUriHasBeenSet =
false;
171 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRunOutputUri() const
StartRunResult & WithTags(TagsT &&value)
void SetArn(ArnT &&value)
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)
const Aws::String & GetId() const
const Aws::String & GetUuid() const
const Aws::String & GetRequestId() const
StartRunResult & WithRunOutputUri(RunOutputUriT &&value)
void SetUuid(UuidT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetArn() const
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)
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