7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/omics/model/CacheBehavior.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/omics/model/RunCacheStatus.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
17template<
typename RESULT_TYPE>
18class AmazonWebServiceResult;
44 template<
typename ArnT = Aws::String>
45 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
46 template<
typename ArnT = Aws::String>
64 template<
typename CacheBucketOwnerIdT = Aws::String>
65 void SetCacheBucketOwnerId(CacheBucketOwnerIdT&& value) { m_cacheBucketOwnerIdHasBeenSet =
true; m_cacheBucketOwnerId = std::forward<CacheBucketOwnerIdT>(value); }
66 template<
typename CacheBucketOwnerIdT = Aws::String>
75 template<
typename CacheS3UriT = Aws::String>
76 void SetCacheS3Uri(CacheS3UriT&& value) { m_cacheS3UriHasBeenSet =
true; m_cacheS3Uri = std::forward<CacheS3UriT>(value); }
77 template<
typename CacheS3UriT = Aws::String>
86 template<
typename CreationTimeT = Aws::Utils::DateTime>
87 void SetCreationTime(CreationTimeT&& value) { m_creationTimeHasBeenSet =
true; m_creationTime = std::forward<CreationTimeT>(value); }
88 template<
typename CreationTimeT = Aws::Utils::DateTime>
97 template<
typename DescriptionT = Aws::String>
98 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
99 template<
typename DescriptionT = Aws::String>
108 template<
typename IdT = Aws::String>
109 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
110 template<
typename IdT = Aws::String>
119 template<
typename NameT = Aws::String>
120 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
121 template<
typename NameT = Aws::String>
139 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
140 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
141 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
143 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
145 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
152 template<
typename RequestIdT = Aws::String>
153 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
154 template<
typename RequestIdT = Aws::String>
160 bool m_arnHasBeenSet =
false;
163 bool m_cacheBehaviorHasBeenSet =
false;
166 bool m_cacheBucketOwnerIdHasBeenSet =
false;
169 bool m_cacheS3UriHasBeenSet =
false;
172 bool m_creationTimeHasBeenSet =
false;
175 bool m_descriptionHasBeenSet =
false;
178 bool m_idHasBeenSet =
false;
181 bool m_nameHasBeenSet =
false;
184 bool m_statusHasBeenSet =
false;
187 bool m_tagsHasBeenSet =
false;
190 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