7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/elasticache/ElastiCacheRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/elasticache/model/Tag.h>
51 template<
typename CacheParameterGroupNameT = Aws::String>
52 void SetCacheParameterGroupName(CacheParameterGroupNameT&& value) { m_cacheParameterGroupNameHasBeenSet =
true; m_cacheParameterGroupName = std::forward<CacheParameterGroupNameT>(value); }
53 template<
typename CacheParameterGroupNameT = Aws::String>
68 template<
typename CacheParameterGroupFamilyT = Aws::String>
69 void SetCacheParameterGroupFamily(CacheParameterGroupFamilyT&& value) { m_cacheParameterGroupFamilyHasBeenSet =
true; m_cacheParameterGroupFamily = std::forward<CacheParameterGroupFamilyT>(value); }
70 template<
typename CacheParameterGroupFamilyT = Aws::String>
80 template<
typename DescriptionT = Aws::String>
81 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
82 template<
typename DescriptionT = Aws::String>
93 template<
typename TagsT = Aws::Vector<Tag>>
94 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
95 template<
typename TagsT = Aws::Vector<Tag>>
97 template<
typename TagsT = Tag>
103 bool m_cacheParameterGroupNameHasBeenSet =
false;
106 bool m_cacheParameterGroupFamilyHasBeenSet =
false;
109 bool m_descriptionHasBeenSet =
false;
112 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