7#include <aws/neptune/Neptune_EXPORTS.h>
8#include <aws/neptune/NeptuneRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/neptune/model/Parameter.h>
48 template<
typename DBParameterGroupNameT = Aws::String>
49 void SetDBParameterGroupName(DBParameterGroupNameT&& value) { m_dBParameterGroupNameHasBeenSet =
true; m_dBParameterGroupName = std::forward<DBParameterGroupNameT>(value); }
50 template<
typename DBParameterGroupNameT = Aws::String>
62 inline void SetResetAllParameters(
bool value) { m_resetAllParametersHasBeenSet =
true; m_resetAllParameters = value; }
77 template<
typename ParametersT = Aws::Vector<Parameter>>
78 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
79 template<
typename ParametersT = Aws::Vector<Parameter>>
81 template<
typename ParametersT = Parameter>
87 bool m_dBParameterGroupNameHasBeenSet =
false;
89 bool m_resetAllParameters{
false};
90 bool m_resetAllParametersHasBeenSet =
false;
93 bool m_parametersHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
ResetDBParameterGroupRequest & WithParameters(ParametersT &&value)
bool DBParameterGroupNameHasBeenSet() const
void SetResetAllParameters(bool value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
AWS_NEPTUNE_API ResetDBParameterGroupRequest()=default
const Aws::String & GetDBParameterGroupName() const
bool GetResetAllParameters() const
bool ResetAllParametersHasBeenSet() const
ResetDBParameterGroupRequest & WithResetAllParameters(bool value)
AWS_NEPTUNE_API Aws::String SerializePayload() const override
ResetDBParameterGroupRequest & AddParameters(ParametersT &&value)
bool ParametersHasBeenSet() const
ResetDBParameterGroupRequest & WithDBParameterGroupName(DBParameterGroupNameT &&value)
const Aws::Vector< Parameter > & GetParameters() const
void SetParameters(ParametersT &&value)
void SetDBParameterGroupName(DBParameterGroupNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector