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>
51 inline void SetCacheParameterGroupName(
const char* value) { m_cacheParameterGroupNameHasBeenSet =
true; m_cacheParameterGroupName.assign(value); }
69 inline void SetCacheParameterGroupFamily(
const char* value) { m_cacheParameterGroupFamilyHasBeenSet =
true; m_cacheParameterGroupFamily.assign(value); }
83 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
96 inline void SetIsGlobal(
bool value) { m_isGlobalHasBeenSet =
true; m_isGlobal = value; }
108 inline void SetARN(
const char* value) { m_aRNHasBeenSet =
true; m_aRN.assign(value); }
116 bool m_cacheParameterGroupNameHasBeenSet =
false;
119 bool m_cacheParameterGroupFamilyHasBeenSet =
false;
122 bool m_descriptionHasBeenSet =
false;
125 bool m_isGlobalHasBeenSet =
false;
128 bool m_aRNHasBeenSet =
false;
bool ARNHasBeenSet() const
CacheParameterGroup & WithCacheParameterGroupFamily(const char *value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
CacheParameterGroup & WithCacheParameterGroupName(const Aws::String &value)
AWS_ELASTICACHE_API CacheParameterGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetCacheParameterGroupFamily(Aws::String &&value)
void SetCacheParameterGroupFamily(const char *value)
void SetCacheParameterGroupName(const char *value)
bool CacheParameterGroupNameHasBeenSet() const
CacheParameterGroup & WithARN(const char *value)
const Aws::String & GetCacheParameterGroupFamily() const
CacheParameterGroup & WithDescription(const char *value)
CacheParameterGroup & WithDescription(Aws::String &&value)
const Aws::String & GetDescription() const
void SetDescription(const Aws::String &value)
const Aws::String & GetARN() const
void SetIsGlobal(bool value)
AWS_ELASTICACHE_API CacheParameterGroup()
CacheParameterGroup & WithARN(const Aws::String &value)
CacheParameterGroup & WithCacheParameterGroupFamily(const Aws::String &value)
void SetCacheParameterGroupFamily(const Aws::String &value)
void SetDescription(const char *value)
CacheParameterGroup & WithCacheParameterGroupFamily(Aws::String &&value)
bool CacheParameterGroupFamilyHasBeenSet() const
void SetCacheParameterGroupName(const Aws::String &value)
CacheParameterGroup & WithIsGlobal(bool value)
void SetCacheParameterGroupName(Aws::String &&value)
bool IsGlobalHasBeenSet() const
void SetDescription(Aws::String &&value)
const Aws::String & GetCacheParameterGroupName() const
void SetARN(Aws::String &&value)
CacheParameterGroup & WithCacheParameterGroupName(const char *value)
AWS_ELASTICACHE_API CacheParameterGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
bool DescriptionHasBeenSet() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
CacheParameterGroup & WithARN(Aws::String &&value)
void SetARN(const Aws::String &value)
CacheParameterGroup & WithDescription(const Aws::String &value)
CacheParameterGroup & WithCacheParameterGroupName(Aws::String &&value)
void SetARN(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream