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>
10#include <aws/core/utils/memory/stl/AWSVector.h>
51 inline void SetCacheParameterGroupName(
const char* value) { m_cacheParameterGroupNameHasBeenSet =
true; m_cacheParameterGroupName.assign(value); }
65 inline void SetParameterApplyStatus(
const char* value) { m_parameterApplyStatusHasBeenSet =
true; m_parameterApplyStatus.assign(value); }
89 bool m_cacheParameterGroupNameHasBeenSet =
false;
92 bool m_parameterApplyStatusHasBeenSet =
false;
95 bool m_cacheNodeIdsToRebootHasBeenSet =
false;
CacheParameterGroupStatus & AddCacheNodeIdsToReboot(const char *value)
void SetParameterApplyStatus(const Aws::String &value)
CacheParameterGroupStatus & WithCacheParameterGroupName(const char *value)
bool ParameterApplyStatusHasBeenSet() const
void SetParameterApplyStatus(const char *value)
void SetCacheParameterGroupName(Aws::String &&value)
CacheParameterGroupStatus & WithCacheNodeIdsToReboot(Aws::Vector< Aws::String > &&value)
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &oStream, const char *location) const
bool CacheNodeIdsToRebootHasBeenSet() const
CacheParameterGroupStatus & AddCacheNodeIdsToReboot(const Aws::String &value)
AWS_ELASTICACHE_API CacheParameterGroupStatus()
CacheParameterGroupStatus & WithParameterApplyStatus(Aws::String &&value)
void SetParameterApplyStatus(Aws::String &&value)
AWS_ELASTICACHE_API CacheParameterGroupStatus(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Vector< Aws::String > & GetCacheNodeIdsToReboot() const
void SetCacheParameterGroupName(const Aws::String &value)
void SetCacheNodeIdsToReboot(Aws::Vector< Aws::String > &&value)
void SetCacheNodeIdsToReboot(const Aws::Vector< Aws::String > &value)
void SetCacheParameterGroupName(const char *value)
CacheParameterGroupStatus & WithParameterApplyStatus(const Aws::String &value)
CacheParameterGroupStatus & WithCacheNodeIdsToReboot(const Aws::Vector< Aws::String > &value)
bool CacheParameterGroupNameHasBeenSet() const
AWS_ELASTICACHE_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
AWS_ELASTICACHE_API CacheParameterGroupStatus & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetCacheParameterGroupName() const
CacheParameterGroupStatus & AddCacheNodeIdsToReboot(Aws::String &&value)
CacheParameterGroupStatus & WithParameterApplyStatus(const char *value)
CacheParameterGroupStatus & WithCacheParameterGroupName(const Aws::String &value)
CacheParameterGroupStatus & WithCacheParameterGroupName(Aws::String &&value)
const Aws::String & GetParameterApplyStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
std::basic_ostream< char, std::char_traits< char > > OStream