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/BatchStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename IdT = Aws::String>
39 m_idHasBeenSet =
true;
40 m_id = std::forward<IdT>(value);
42 template <
typename IdT = Aws::String>
44 SetId(std::forward<IdT>(value));
54 template <
typename ArnT = Aws::String>
56 m_arnHasBeenSet =
true;
57 m_arn = std::forward<ArnT>(value);
59 template <
typename ArnT = Aws::String>
61 SetArn(std::forward<ArnT>(value));
72 m_statusHasBeenSet =
true;
86 template <
typename Uu
idT = Aws::String>
88 m_uuidHasBeenSet =
true;
89 m_uuid = std::forward<UuidT>(value);
91 template <
typename Uu
idT = Aws::String>
93 SetUuid(std::forward<UuidT>(value));
103 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
105 m_tagsHasBeenSet =
true;
106 m_tags = std::forward<TagsT>(value);
108 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 SetTags(std::forward<TagsT>(value));
113 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
115 m_tagsHasBeenSet =
true;
116 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
124 template <
typename RequestIdT = Aws::String>
126 m_requestIdHasBeenSet =
true;
127 m_requestId = std::forward<RequestIdT>(value);
129 template <
typename RequestIdT = Aws::String>
150 bool m_idHasBeenSet =
false;
151 bool m_arnHasBeenSet =
false;
152 bool m_statusHasBeenSet =
false;
153 bool m_uuidHasBeenSet =
false;
154 bool m_tagsHasBeenSet =
false;
155 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
StartRunBatchResult & WithTags(TagsT &&value)
AWS_OMICS_API StartRunBatchResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartRunBatchResult & WithUuid(UuidT &&value)
void SetTags(TagsT &&value)
BatchStatus GetStatus() const
StartRunBatchResult & WithStatus(BatchStatus value)
const Aws::String & GetId() const
const Aws::String & GetUuid() const
const Aws::String & GetRequestId() const
void SetUuid(UuidT &&value)
AWS_OMICS_API StartRunBatchResult()=default
const Aws::Map< Aws::String, Aws::String > & GetTags() const
StartRunBatchResult & WithRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
StartRunBatchResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
StartRunBatchResult & WithArn(ArnT &&value)
void SetArn(ArnT &&value)
void SetStatus(BatchStatus value)
const Aws::String & GetArn() const
AWS_OMICS_API StartRunBatchResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
StartRunBatchResult & WithId(IdT &&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