7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/elasticache/ElastiCacheRequest.h>
10#include <aws/elasticache/ElastiCache_EXPORTS.h>
11#include <aws/elasticache/model/Tag.h>
16namespace ElastiCache {
48 template <
typename CacheParameterGroupNameT = Aws::String>
50 m_cacheParameterGroupNameHasBeenSet =
true;
51 m_cacheParameterGroupName = std::forward<CacheParameterGroupNameT>(value);
53 template <
typename CacheParameterGroupNameT = Aws::String>
71 template <
typename CacheParameterGroupFamilyT = Aws::String>
73 m_cacheParameterGroupFamilyHasBeenSet =
true;
74 m_cacheParameterGroupFamily = std::forward<CacheParameterGroupFamilyT>(value);
76 template <
typename CacheParameterGroupFamilyT = Aws::String>
89 template <
typename DescriptionT = Aws::String>
91 m_descriptionHasBeenSet =
true;
92 m_description = std::forward<DescriptionT>(value);
94 template <
typename DescriptionT = Aws::String>
108 template <
typename TagsT = Aws::Vector<Tag>>
110 m_tagsHasBeenSet =
true;
111 m_tags = std::forward<TagsT>(value);
113 template <
typename TagsT = Aws::Vector<Tag>>
115 SetTags(std::forward<TagsT>(value));
118 template <
typename TagsT = Tag>
120 m_tagsHasBeenSet =
true;
121 m_tags.emplace_back(std::forward<TagsT>(value));
133 bool m_cacheParameterGroupNameHasBeenSet =
false;
134 bool m_cacheParameterGroupFamilyHasBeenSet =
false;
135 bool m_descriptionHasBeenSet =
false;
136 bool m_tagsHasBeenSet =
false;
const Aws::String & GetCacheParameterGroupName() const
void SetTags(TagsT &&value)
void SetCacheParameterGroupFamily(CacheParameterGroupFamilyT &&value)
CreateCacheParameterGroupRequest & WithCacheParameterGroupName(CacheParameterGroupNameT &&value)
AWS_ELASTICACHE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
const Aws::Vector< Tag > & GetTags() const
const Aws::String & GetDescription() const
AWS_ELASTICACHE_API CreateCacheParameterGroupRequest()=default
CreateCacheParameterGroupRequest & WithDescription(DescriptionT &&value)
CreateCacheParameterGroupRequest & WithCacheParameterGroupFamily(CacheParameterGroupFamilyT &&value)
bool CacheParameterGroupFamilyHasBeenSet() const
void SetDescription(DescriptionT &&value)
CreateCacheParameterGroupRequest & WithTags(TagsT &&value)
CreateCacheParameterGroupRequest & AddTags(TagsT &&value)
const Aws::String & GetCacheParameterGroupFamily() const
bool DescriptionHasBeenSet() const
bool TagsHasBeenSet() const
AWS_ELASTICACHE_API Aws::String SerializePayload() const override
bool CacheParameterGroupNameHasBeenSet() const
void SetCacheParameterGroupName(CacheParameterGroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector