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>
50 inline void SetDBParameterGroupName(
const char* value) { m_dBParameterGroupNameHasBeenSet =
true; m_dBParameterGroupName.assign(value); }
64 inline void SetResetAllParameters(
bool value) { m_resetAllParametersHasBeenSet =
true; m_resetAllParameters = value; }
89 bool m_dBParameterGroupNameHasBeenSet =
false;
91 bool m_resetAllParameters;
92 bool m_resetAllParametersHasBeenSet =
false;
95 bool m_parametersHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool DBParameterGroupNameHasBeenSet() const
void SetResetAllParameters(bool value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
ResetDBParameterGroupRequest & WithDBParameterGroupName(const Aws::String &value)
const Aws::String & GetDBParameterGroupName() const
ResetDBParameterGroupRequest & WithDBParameterGroupName(const char *value)
ResetDBParameterGroupRequest & WithDBParameterGroupName(Aws::String &&value)
void SetDBParameterGroupName(const Aws::String &value)
ResetDBParameterGroupRequest & WithParameters(Aws::Vector< Parameter > &&value)
ResetDBParameterGroupRequest & AddParameters(const Parameter &value)
void SetParameters(Aws::Vector< Parameter > &&value)
bool GetResetAllParameters() const
bool ResetAllParametersHasBeenSet() const
void SetParameters(const Aws::Vector< Parameter > &value)
ResetDBParameterGroupRequest & WithResetAllParameters(bool value)
AWS_NEPTUNE_API Aws::String SerializePayload() const override
bool ParametersHasBeenSet() const
ResetDBParameterGroupRequest & WithParameters(const Aws::Vector< Parameter > &value)
const Aws::Vector< Parameter > & GetParameters() const
void SetDBParameterGroupName(Aws::String &&value)
ResetDBParameterGroupRequest & AddParameters(Parameter &&value)
AWS_NEPTUNE_API ResetDBParameterGroupRequest()
void SetDBParameterGroupName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector