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>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename ArnT = Aws::String>
37 m_arnHasBeenSet =
true;
38 m_arn = std::forward<ArnT>(value);
40 template <
typename ArnT = Aws::String>
42 SetArn(std::forward<ArnT>(value));
52 template <
typename IdT = Aws::String>
54 m_idHasBeenSet =
true;
55 m_id = std::forward<IdT>(value);
57 template <
typename IdT = Aws::String>
59 SetId(std::forward<IdT>(value));
69 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
71 m_tagsHasBeenSet =
true;
72 m_tags = std::forward<TagsT>(value);
74 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
76 SetTags(std::forward<TagsT>(value));
79 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
81 m_tagsHasBeenSet =
true;
82 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
90 template <
typename RequestIdT = Aws::String>
92 m_requestIdHasBeenSet =
true;
93 m_requestId = std::forward<RequestIdT>(value);
95 template <
typename RequestIdT = Aws::String>
109 bool m_arnHasBeenSet =
false;
110 bool m_idHasBeenSet =
false;
111 bool m_tagsHasBeenSet =
false;
112 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)
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