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>
67 template<
typename ParametersT = Aws::Vector<Parameter>>
68 void SetParameters(ParametersT&& value) { m_parametersHasBeenSet =
true; m_parameters = std::forward<ParametersT>(value); }
69 template<
typename ParametersT = Aws::Vector<Parameter>>
71 template<
typename ParametersT = Parameter>
77 bool m_dBParameterGroupNameHasBeenSet =
false;
80 bool m_parametersHasBeenSet =
false;
bool DBParameterGroupNameHasBeenSet() const
ModifyDBParameterGroupRequest & WithDBParameterGroupName(DBParameterGroupNameT &&value)
const Aws::String & GetDBParameterGroupName() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
void SetDBParameterGroupName(DBParameterGroupNameT &&value)
bool ParametersHasBeenSet() const
void SetParameters(ParametersT &&value)
AWS_NEPTUNE_API ModifyDBParameterGroupRequest()=default
const Aws::Vector< Parameter > & GetParameters() const
ModifyDBParameterGroupRequest & WithParameters(ParametersT &&value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
virtual const char * GetServiceRequestName() const override
ModifyDBParameterGroupRequest & AddParameters(ParametersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector