45 void OutputToStream(
Aws::OStream& ostream,
const char* location,
unsigned index,
const char* locationValue)
const;
46 void OutputToStream(
Aws::OStream& oStream,
const char* location)
const;
66 inline void SetCacheParameterGroupName(
const char* value) { m_cacheParameterGroupNameHasBeenSet =
true; m_cacheParameterGroupName.assign(value); }
101 inline void SetParameterApplyStatus(
const char* value) { m_parameterApplyStatusHasBeenSet =
true; m_parameterApplyStatus.assign(value); }
168 bool m_cacheParameterGroupNameHasBeenSet;
170 bool m_parameterApplyStatusHasBeenSet;
172 bool m_cacheNodeIdsToRebootHasBeenSet;
CacheParameterGroupStatus & WithCacheParameterGroupName(const Aws::String &value)
CacheParameterGroupStatus & WithCacheNodeIdsToReboot(Aws::Vector< Aws::String > &&value)
const Aws::String & GetCacheParameterGroupName() const
CacheParameterGroupStatus & WithCacheParameterGroupName(Aws::String &&value)
void SetParameterApplyStatus(const char *value)
void SetCacheParameterGroupName(Aws::String &&value)
std::vector< T, Aws::Allocator< T > > Vector
void SetCacheNodeIdsToReboot(const Aws::Vector< Aws::String > &value)
void SetParameterApplyStatus(const Aws::String &value)
CacheParameterGroupStatus & WithCacheParameterGroupName(const char *value)
CacheParameterGroupStatus & WithParameterApplyStatus(Aws::String &&value)
std::basic_ostream< char, std::char_traits< char > > OStream
void SetParameterApplyStatus(Aws::String &&value)
void SetCacheParameterGroupName(const char *value)
CacheParameterGroupStatus & AddCacheNodeIdsToReboot(const Aws::String &value)
const Aws::Vector< Aws::String > & GetCacheNodeIdsToReboot() const
void SetCacheNodeIdsToReboot(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
CacheParameterGroupStatus & WithParameterApplyStatus(const Aws::String &value)
#define AWS_ELASTICACHE_API
CacheParameterGroupStatus & AddCacheNodeIdsToReboot(const char *value)
const Aws::String & GetParameterApplyStatus() const
CacheParameterGroupStatus & WithParameterApplyStatus(const char *value)
CacheParameterGroupStatus & AddCacheNodeIdsToReboot(Aws::String &&value)
CacheParameterGroupStatus & WithCacheNodeIdsToReboot(const Aws::Vector< Aws::String > &value)
void SetCacheParameterGroupName(const Aws::String &value)
JSON (JavaScript Object Notation).