7#include <aws/dax/DAX_EXPORTS.h>
8#include <aws/dax/DAXRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/dax/model/ParameterNameValue.h>
45 template<
typename ParameterGroupNameT = Aws::String>
46 void SetParameterGroupName(ParameterGroupNameT&& value) { m_parameterGroupNameHasBeenSet =
true; m_parameterGroupName = std::forward<ParameterGroupNameT>(value); }
47 template<
typename ParameterGroupNameT = Aws::String>
62 template<
typename ParameterNameValuesT = Aws::Vector<ParameterNameValue>>
63 void SetParameterNameValues(ParameterNameValuesT&& value) { m_parameterNameValuesHasBeenSet =
true; m_parameterNameValues = std::forward<ParameterNameValuesT>(value); }
64 template<
typename ParameterNameValuesT = Aws::Vector<ParameterNameValue>>
66 template<
typename ParameterNameValuesT = ParameterNameValue>
72 bool m_parameterGroupNameHasBeenSet =
false;
75 bool m_parameterNameValuesHasBeenSet =
false;
UpdateParameterGroupRequest & WithParameterNameValues(ParameterNameValuesT &&value)
UpdateParameterGroupRequest & WithParameterGroupName(ParameterGroupNameT &&value)
AWS_DAX_API UpdateParameterGroupRequest()=default
UpdateParameterGroupRequest & AddParameterNameValues(ParameterNameValuesT &&value)
AWS_DAX_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetParameterNameValues(ParameterNameValuesT &&value)
const Aws::Vector< ParameterNameValue > & GetParameterNameValues() const
AWS_DAX_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetParameterGroupName(ParameterGroupNameT &&value)
const Aws::String & GetParameterGroupName() const
bool ParameterNameValuesHasBeenSet() const
bool ParameterGroupNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector