7#include <aws/omics/Omics_EXPORTS.h>
8#include <aws/omics/OmicsRequest.h>
9#include <aws/omics/model/CacheBehavior.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
13#include <aws/core/utils/UUID.h>
67 template<
typename CacheS3LocationT = Aws::String>
68 void SetCacheS3Location(CacheS3LocationT&& value) { m_cacheS3LocationHasBeenSet =
true; m_cacheS3Location = std::forward<CacheS3LocationT>(value); }
69 template<
typename CacheS3LocationT = Aws::String>
79 template<
typename DescriptionT = Aws::String>
80 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
81 template<
typename DescriptionT = Aws::String>
91 template<
typename NameT = Aws::String>
92 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
93 template<
typename NameT = Aws::String>
105 template<
typename RequestIdT = Aws::String>
106 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
107 template<
typename RequestIdT = Aws::String>
117 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
118 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
119 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
121 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
123 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
135 template<
typename CacheBucketOwnerIdT = Aws::String>
136 void SetCacheBucketOwnerId(CacheBucketOwnerIdT&& value) { m_cacheBucketOwnerIdHasBeenSet =
true; m_cacheBucketOwnerId = std::forward<CacheBucketOwnerIdT>(value); }
137 template<
typename CacheBucketOwnerIdT = Aws::String>
143 bool m_cacheBehaviorHasBeenSet =
false;
146 bool m_cacheS3LocationHasBeenSet =
false;
149 bool m_descriptionHasBeenSet =
false;
152 bool m_nameHasBeenSet =
false;
155 bool m_requestIdHasBeenSet =
true;
158 bool m_tagsHasBeenSet =
false;
161 bool m_cacheBucketOwnerIdHasBeenSet =
false;
CreateRunCacheRequest & WithCacheBehavior(CacheBehavior value)
bool DescriptionHasBeenSet() const
AWS_OMICS_API Aws::String SerializePayload() const override
CreateRunCacheRequest & WithCacheBucketOwnerId(CacheBucketOwnerIdT &&value)
CacheBehavior GetCacheBehavior() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetCacheBucketOwnerId() const
bool RequestIdHasBeenSet() const
CreateRunCacheRequest & WithTags(TagsT &&value)
void SetCacheBehavior(CacheBehavior value)
const Aws::String & GetDescription() const
void SetTags(TagsT &&value)
bool CacheS3LocationHasBeenSet() const
AWS_OMICS_API CreateRunCacheRequest()=default
const Aws::String & GetCacheS3Location() const
CreateRunCacheRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetName() const
const Aws::String & GetRequestId() const
CreateRunCacheRequest & WithRequestId(RequestIdT &&value)
bool CacheBehaviorHasBeenSet() const
CreateRunCacheRequest & WithName(NameT &&value)
bool NameHasBeenSet() const
CreateRunCacheRequest & WithDescription(DescriptionT &&value)
void SetDescription(DescriptionT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
bool TagsHasBeenSet() const
bool CacheBucketOwnerIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetCacheS3Location(CacheS3LocationT &&value)
void SetName(NameT &&value)
CreateRunCacheRequest & WithCacheS3Location(CacheS3LocationT &&value)
void SetCacheBucketOwnerId(CacheBucketOwnerIdT &&value)
static Aws::Utils::UUID PseudoRandomUUID()
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