56 inline void SetCacheParameterGroupName(
const char* value) { m_cacheParameterGroupNameHasBeenSet =
true; m_cacheParameterGroupName.assign(value); }
87 inline void SetResetAllParameters(
bool value) { m_resetAllParametersHasBeenSet =
true; m_resetAllParameters = value; }
148 bool m_cacheParameterGroupNameHasBeenSet;
149 bool m_resetAllParameters;
150 bool m_resetAllParametersHasBeenSet;
152 bool m_parameterNameValuesHasBeenSet;
void SetParameterNameValues(const Aws::Vector< ParameterNameValue > &value)
ResetCacheParameterGroupRequest & WithCacheParameterGroupName(const Aws::String &value)
void SetResetAllParameters(bool value)
std::vector< T, Aws::Allocator< T > > Vector
ResetCacheParameterGroupRequest & WithCacheParameterGroupName(const char *value)
ResetCacheParameterGroupRequest & WithParameterNameValues(const Aws::Vector< ParameterNameValue > &value)
ResetCacheParameterGroupRequest & WithCacheParameterGroupName(Aws::String &&value)
ResetCacheParameterGroupRequest & AddParameterNameValues(const ParameterNameValue &value)
const Aws::String & GetCacheParameterGroupName() const
const Aws::Vector< ParameterNameValue > & GetParameterNameValues() const
void SetCacheParameterGroupName(const Aws::String &value)
void SetCacheParameterGroupName(Aws::String &&value)
ResetCacheParameterGroupRequest & WithResetAllParameters(bool value)
ResetCacheParameterGroupRequest & AddParameterNameValues(ParameterNameValue &&value)
void SetCacheParameterGroupName(const char *value)
ResetCacheParameterGroupRequest & WithParameterNameValues(Aws::Vector< ParameterNameValue > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
#define AWS_ELASTICACHE_API
void SetParameterNameValues(Aws::Vector< ParameterNameValue > &&value)
bool GetResetAllParameters() const
JSON (JavaScript Object Notation).