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 {
47 template <
typename CacheParameterGroupNameT = Aws::String>
49 m_cacheParameterGroupNameHasBeenSet =
true;
50 m_cacheParameterGroupName = std::forward<CacheParameterGroupNameT>(value);
52 template <
typename CacheParameterGroupNameT = Aws::String>
70 template <
typename CacheParameterGroupFamilyT = Aws::String>
72 m_cacheParameterGroupFamilyHasBeenSet =
true;
73 m_cacheParameterGroupFamily = std::forward<CacheParameterGroupFamilyT>(value);
75 template <
typename CacheParameterGroupFamilyT = Aws::String>
88 template <
typename DescriptionT = Aws::String>
90 m_descriptionHasBeenSet =
true;
91 m_description = std::forward<DescriptionT>(value);
93 template <
typename DescriptionT = Aws::String>
107 template <
typename TagsT = Aws::Vector<Tag>>
109 m_tagsHasBeenSet =
true;
110 m_tags = std::forward<TagsT>(value);
112 template <
typename TagsT = Aws::Vector<Tag>>
114 SetTags(std::forward<TagsT>(value));
117 template <
typename TagsT = Tag>
119 m_tagsHasBeenSet =
true;
120 m_tags.emplace_back(std::forward<TagsT>(value));
132 bool m_cacheParameterGroupNameHasBeenSet =
false;
133 bool m_cacheParameterGroupFamilyHasBeenSet =
false;
134 bool m_descriptionHasBeenSet =
false;
135 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