7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/omics/Omics_EXPORTS.h>
12#include <aws/omics/model/CacheBehavior.h>
13#include <aws/omics/model/RunCacheStatus.h>
18template <
typename RESULT_TYPE>
19class AmazonWebServiceResult;
39 template <
typename ArnT = Aws::String>
41 m_arnHasBeenSet =
true;
42 m_arn = std::forward<ArnT>(value);
44 template <
typename ArnT = Aws::String>
46 SetArn(std::forward<ArnT>(value));
57 m_cacheBehaviorHasBeenSet =
true;
58 m_cacheBehavior = value;
71 template <
typename CacheBucketOwnerIdT = Aws::String>
73 m_cacheBucketOwnerIdHasBeenSet =
true;
74 m_cacheBucketOwnerId = std::forward<CacheBucketOwnerIdT>(value);
76 template <
typename CacheBucketOwnerIdT = Aws::String>
88 template <
typename CacheS3UriT = Aws::String>
90 m_cacheS3UriHasBeenSet =
true;
91 m_cacheS3Uri = std::forward<CacheS3UriT>(value);
93 template <
typename CacheS3UriT = Aws::String>
105 template <
typename CreationTimeT = Aws::Utils::DateTime>
107 m_creationTimeHasBeenSet =
true;
108 m_creationTime = std::forward<CreationTimeT>(value);
110 template <
typename CreationTimeT = Aws::Utils::DateTime>
122 template <
typename DescriptionT = Aws::String>
124 m_descriptionHasBeenSet =
true;
125 m_description = std::forward<DescriptionT>(value);
127 template <
typename DescriptionT = Aws::String>
139 template <
typename IdT = Aws::String>
141 m_idHasBeenSet =
true;
142 m_id = std::forward<IdT>(value);
144 template <
typename IdT = Aws::String>
146 SetId(std::forward<IdT>(value));
156 template <
typename NameT = Aws::String>
158 m_nameHasBeenSet =
true;
159 m_name = std::forward<NameT>(value);
161 template <
typename NameT = Aws::String>
163 SetName(std::forward<NameT>(value));
174 m_statusHasBeenSet =
true;
188 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
190 m_tagsHasBeenSet =
true;
191 m_tags = std::forward<TagsT>(value);
193 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
195 SetTags(std::forward<TagsT>(value));
198 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
200 m_tagsHasBeenSet =
true;
201 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
209 template <
typename RequestIdT = Aws::String>
211 m_requestIdHasBeenSet =
true;
212 m_requestId = std::forward<RequestIdT>(value);
214 template <
typename RequestIdT = Aws::String>
245 bool m_arnHasBeenSet =
false;
246 bool m_cacheBehaviorHasBeenSet =
false;
247 bool m_cacheBucketOwnerIdHasBeenSet =
false;
248 bool m_cacheS3UriHasBeenSet =
false;
249 bool m_creationTimeHasBeenSet =
false;
250 bool m_descriptionHasBeenSet =
false;
251 bool m_idHasBeenSet =
false;
252 bool m_nameHasBeenSet =
false;
253 bool m_statusHasBeenSet =
false;
254 bool m_tagsHasBeenSet =
false;
255 bool m_requestIdHasBeenSet =
false;
GetRunCacheResult & WithName(NameT &&value)
const Aws::String & GetName() const
GetRunCacheResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetStatus(RunCacheStatus value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
GetRunCacheResult & WithCacheBehavior(CacheBehavior value)
void SetRequestId(RequestIdT &&value)
GetRunCacheResult & WithId(IdT &&value)
AWS_OMICS_API GetRunCacheResult()=default
const Aws::String & GetRequestId() const
void SetCacheBucketOwnerId(CacheBucketOwnerIdT &&value)
const Aws::String & GetArn() const
CacheBehavior GetCacheBehavior() const
GetRunCacheResult & WithStatus(RunCacheStatus value)
RunCacheStatus GetStatus() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
GetRunCacheResult & WithTags(TagsT &&value)
GetRunCacheResult & WithCacheS3Uri(CacheS3UriT &&value)
void SetTags(TagsT &&value)
AWS_OMICS_API GetRunCacheResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetRunCacheResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetCacheBucketOwnerId() const
GetRunCacheResult & WithDescription(DescriptionT &&value)
const Aws::String & GetId() const
AWS_OMICS_API GetRunCacheResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Utils::DateTime & GetCreationTime() const
GetRunCacheResult & WithCreationTime(CreationTimeT &&value)
GetRunCacheResult & WithCacheBucketOwnerId(CacheBucketOwnerIdT &&value)
const Aws::String & GetDescription() const
GetRunCacheResult & WithArn(ArnT &&value)
void SetCacheS3Uri(CacheS3UriT &&value)
const Aws::String & GetCacheS3Uri() const
void SetDescription(DescriptionT &&value)
void SetName(NameT &&value)
void SetCreationTime(CreationTimeT &&value)
void SetCacheBehavior(CacheBehavior value)
void SetArn(ArnT &&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