7#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/elasticache/ElastiCache_EXPORTS.h>
19namespace ElastiCache {
43 template <
typename CacheParameterGroupNameT = Aws::String>
45 m_cacheParameterGroupNameHasBeenSet =
true;
46 m_cacheParameterGroupName = std::forward<CacheParameterGroupNameT>(value);
48 template <
typename CacheParameterGroupNameT = Aws::String>
65 template <
typename CacheParameterGroupFamilyT = Aws::String>
67 m_cacheParameterGroupFamilyHasBeenSet =
true;
68 m_cacheParameterGroupFamily = std::forward<CacheParameterGroupFamilyT>(value);
70 template <
typename CacheParameterGroupFamilyT = Aws::String>
83 template <
typename DescriptionT = Aws::String>
85 m_descriptionHasBeenSet =
true;
86 m_description = std::forward<DescriptionT>(value);
88 template <
typename DescriptionT = Aws::String>
103 m_isGlobalHasBeenSet =
true;
118 template <
typename ARNT = Aws::String>
120 m_aRNHasBeenSet =
true;
121 m_aRN = std::forward<ARNT>(value);
123 template <
typename ARNT = Aws::String>
125 SetARN(std::forward<ARNT>(value));
136 bool m_isGlobal{
false};
139 bool m_cacheParameterGroupNameHasBeenSet =
false;
140 bool m_cacheParameterGroupFamilyHasBeenSet =
false;
141 bool m_descriptionHasBeenSet =
false;
142 bool m_isGlobalHasBeenSet =
false;
143 bool m_aRNHasBeenSet =
false;
bool ARNHasBeenSet() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
AWS_ELASTICACHE_API CacheParameterGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool CacheParameterGroupNameHasBeenSet() const
const Aws::String & GetCacheParameterGroupFamily() const
const Aws::String & GetDescription() const
void SetARN(ARNT &&value)
const Aws::String & GetARN() const
void SetIsGlobal(bool value)
bool CacheParameterGroupFamilyHasBeenSet() const
CacheParameterGroup & WithIsGlobal(bool value)
void SetCacheParameterGroupName(CacheParameterGroupNameT &&value)
bool IsGlobalHasBeenSet() const
const Aws::String & GetCacheParameterGroupName() const
void SetCacheParameterGroupFamily(CacheParameterGroupFamilyT &&value)
void SetDescription(DescriptionT &&value)
AWS_ELASTICACHE_API CacheParameterGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
CacheParameterGroup & WithDescription(DescriptionT &&value)
bool DescriptionHasBeenSet() const
CacheParameterGroup & WithARN(ARNT &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
CacheParameterGroup & WithCacheParameterGroupFamily(CacheParameterGroupFamilyT &&value)
AWS_ELASTICACHE_API CacheParameterGroup()=default
CacheParameterGroup & WithCacheParameterGroupName(CacheParameterGroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream