7#include <aws/core/utils/DateTime.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/CacheBehavior.h>
12#include <aws/omics/model/RunCacheStatus.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename ArnT = Aws::String>
40 m_arnHasBeenSet =
true;
41 m_arn = std::forward<ArnT>(value);
43 template <
typename ArnT = Aws::String>
45 SetArn(std::forward<ArnT>(value));
56 m_cacheBehaviorHasBeenSet =
true;
57 m_cacheBehavior = value;
70 template <
typename CacheBucketOwnerIdT = Aws::String>
72 m_cacheBucketOwnerIdHasBeenSet =
true;
73 m_cacheBucketOwnerId = std::forward<CacheBucketOwnerIdT>(value);
75 template <
typename CacheBucketOwnerIdT = Aws::String>
87 template <
typename CacheS3UriT = Aws::String>
89 m_cacheS3UriHasBeenSet =
true;
90 m_cacheS3Uri = std::forward<CacheS3UriT>(value);
92 template <
typename CacheS3UriT = Aws::String>
104 template <
typename CreationTimeT = Aws::Utils::DateTime>
106 m_creationTimeHasBeenSet =
true;
107 m_creationTime = std::forward<CreationTimeT>(value);
109 template <
typename CreationTimeT = Aws::Utils::DateTime>
121 template <
typename DescriptionT = Aws::String>
123 m_descriptionHasBeenSet =
true;
124 m_description = std::forward<DescriptionT>(value);
126 template <
typename DescriptionT = Aws::String>
138 template <
typename IdT = Aws::String>
140 m_idHasBeenSet =
true;
141 m_id = std::forward<IdT>(value);
143 template <
typename IdT = Aws::String>
145 SetId(std::forward<IdT>(value));
155 template <
typename NameT = Aws::String>
157 m_nameHasBeenSet =
true;
158 m_name = std::forward<NameT>(value);
160 template <
typename NameT = Aws::String>
162 SetName(std::forward<NameT>(value));
173 m_statusHasBeenSet =
true;
187 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
189 m_tagsHasBeenSet =
true;
190 m_tags = std::forward<TagsT>(value);
192 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
194 SetTags(std::forward<TagsT>(value));
197 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
199 m_tagsHasBeenSet =
true;
200 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
208 template <
typename RequestIdT = Aws::String>
210 m_requestIdHasBeenSet =
true;
211 m_requestId = std::forward<RequestIdT>(value);
213 template <
typename RequestIdT = Aws::String>
241 bool m_arnHasBeenSet =
false;
242 bool m_cacheBehaviorHasBeenSet =
false;
243 bool m_cacheBucketOwnerIdHasBeenSet =
false;
244 bool m_cacheS3UriHasBeenSet =
false;
245 bool m_creationTimeHasBeenSet =
false;
246 bool m_descriptionHasBeenSet =
false;
247 bool m_idHasBeenSet =
false;
248 bool m_nameHasBeenSet =
false;
249 bool m_statusHasBeenSet =
false;
250 bool m_tagsHasBeenSet =
false;
251 bool m_requestIdHasBeenSet =
false;
GetRunCacheResult & WithName(NameT &&value)
const Aws::String & GetName() const
GetRunCacheResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetStatus(RunCacheStatus value)
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