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>
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));
70 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
72 m_tagsHasBeenSet =
true;
73 m_tags = std::forward<TagsT>(value);
75 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
77 SetTags(std::forward<TagsT>(value));
80 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
82 m_tagsHasBeenSet =
true;
83 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
91 template <
typename RequestIdT = Aws::String>
93 m_requestIdHasBeenSet =
true;
94 m_requestId = std::forward<RequestIdT>(value);
96 template <
typename RequestIdT = Aws::String>
113 bool m_arnHasBeenSet =
false;
114 bool m_idHasBeenSet =
false;
115 bool m_tagsHasBeenSet =
false;
116 bool m_requestIdHasBeenSet =
false;
AWS_OMICS_API CreateRunGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateRunGroupResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateRunGroupResult & WithArn(ArnT &&value)
AWS_OMICS_API CreateRunGroupResult()=default
const Aws::String & GetRequestId() const
CreateRunGroupResult & WithId(IdT &&value)
void SetArn(ArnT &&value)
void SetRequestId(RequestIdT &&value)
AWS_OMICS_API CreateRunGroupResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateRunGroupResult & WithRequestId(RequestIdT &&value)
CreateRunGroupResult & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
const Aws::String & GetId() const
const Aws::String & GetArn() const
void SetTags(TagsT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
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