56 inline void SetParameterGroupName(
const char* value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName.assign(value); }
83 inline void SetResetAllParameters(
bool value) { m_resetAllParametersHasBeenSet =
true; m_resetAllParameters = value; }
142 bool m_parameterGroupNameHasBeenSet;
143 bool m_resetAllParameters;
144 bool m_resetAllParametersHasBeenSet;
146 bool m_parametersHasBeenSet;
void SetResetAllParameters(bool value)
const Aws::Vector< Parameter > & GetParameters() const
ResetClusterParameterGroupRequest & WithParameters(Aws::Vector< Parameter > &&value)
bool GetResetAllParameters() const
void SetParameterGroupName(const Aws::String &value)
const Aws::String & GetParameterGroupName() const
ResetClusterParameterGroupRequest & AddParameters(const Parameter &value)
std::vector< T, Aws::Allocator< T > > Vector
ResetClusterParameterGroupRequest & WithParameterGroupName(Aws::String &&value)
void SetParameters(Aws::Vector< Parameter > &&value)
void SetParameterGroupName(const char *value)
ResetClusterParameterGroupRequest & WithParameters(const Aws::Vector< Parameter > &value)
ResetClusterParameterGroupRequest & WithParameterGroupName(const char *value)
ResetClusterParameterGroupRequest & WithParameterGroupName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetParameters(const Aws::Vector< Parameter > &value)
ResetClusterParameterGroupRequest & AddParameters(Parameter &&value)
ResetClusterParameterGroupRequest & WithResetAllParameters(bool value)
void SetParameterGroupName(Aws::String &&value)
JSON (JavaScript Object Notation).