7#include <aws/elasticache/ElastiCache_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename CacheParameterGroupNameT = Aws::String>
50 void SetCacheParameterGroupName(CacheParameterGroupNameT&& value) { m_cacheParameterGroupNameHasBeenSet =
true; m_cacheParameterGroupName = std::forward<CacheParameterGroupNameT>(value); }
51 template<
typename CacheParameterGroupNameT = Aws::String>
65 template<
typename CacheParameterGroupFamilyT = Aws::String>
66 void SetCacheParameterGroupFamily(CacheParameterGroupFamilyT&& value) { m_cacheParameterGroupFamilyHasBeenSet =
true; m_cacheParameterGroupFamily = std::forward<CacheParameterGroupFamilyT>(value); }
67 template<
typename CacheParameterGroupFamilyT = Aws::String>
77 template<
typename DescriptionT = Aws::String>
78 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
79 template<
typename DescriptionT = Aws::String>
90 inline void SetIsGlobal(
bool value) { m_isGlobalHasBeenSet =
true; m_isGlobal = value; }
100 template<
typename ARNT = Aws::String>
101 void SetARN(ARNT&& value) { m_aRNHasBeenSet =
true; m_aRN = std::forward<ARNT>(value); }
102 template<
typename ARNT = Aws::String>
108 bool m_cacheParameterGroupNameHasBeenSet =
false;
111 bool m_cacheParameterGroupFamilyHasBeenSet =
false;
114 bool m_descriptionHasBeenSet =
false;
116 bool m_isGlobal{
false};
117 bool m_isGlobalHasBeenSet =
false;
120 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