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/RunCacheStatus.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ArnT = Aws::String>
39 m_arnHasBeenSet =
true;
40 m_arn = std::forward<ArnT>(value);
42 template <
typename ArnT = Aws::String>
44 SetArn(std::forward<ArnT>(value));
54 template <
typename IdT = Aws::String>
56 m_idHasBeenSet =
true;
57 m_id = std::forward<IdT>(value);
59 template <
typename IdT = Aws::String>
61 SetId(std::forward<IdT>(value));
72 m_statusHasBeenSet =
true;
86 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
88 m_tagsHasBeenSet =
true;
89 m_tags = std::forward<TagsT>(value);
91 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
93 SetTags(std::forward<TagsT>(value));
96 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
98 m_tagsHasBeenSet =
true;
99 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
107 template <
typename RequestIdT = Aws::String>
109 m_requestIdHasBeenSet =
true;
110 m_requestId = std::forward<RequestIdT>(value);
112 template <
typename RequestIdT = Aws::String>
131 bool m_arnHasBeenSet =
false;
132 bool m_idHasBeenSet =
false;
133 bool m_statusHasBeenSet =
false;
134 bool m_tagsHasBeenSet =
false;
135 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
CreateRunCacheResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetArn() const
RunCacheStatus GetStatus() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateRunCacheResult & WithArn(ArnT &&value)
CreateRunCacheResult & WithStatus(RunCacheStatus value)
void SetTags(TagsT &&value)
AWS_OMICS_API CreateRunCacheResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetStatus(RunCacheStatus value)
CreateRunCacheResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateRunCacheResult & WithId(IdT &&value)
void SetArn(ArnT &&value)
AWS_OMICS_API CreateRunCacheResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
CreateRunCacheResult & WithTags(TagsT &&value)
AWS_OMICS_API CreateRunCacheResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetId() 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