7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/neptune/NeptuneRequest.h>
10#include <aws/neptune/Neptune_EXPORTS.h>
11#include <aws/neptune/model/Filter.h>
45 template <
typename DBParameterGroupNameT = Aws::String>
47 m_dBParameterGroupNameHasBeenSet =
true;
48 m_dBParameterGroupName = std::forward<DBParameterGroupNameT>(value);
50 template <
typename DBParameterGroupNameT = Aws::String>
64 template <
typename SourceT = Aws::String>
66 m_sourceHasBeenSet =
true;
67 m_source = std::forward<SourceT>(value);
69 template <
typename SourceT = Aws::String>
82 template <
typename FiltersT = Aws::Vector<Filter>>
84 m_filtersHasBeenSet =
true;
85 m_filters = std::forward<FiltersT>(value);
87 template <
typename FiltersT = Aws::Vector<Filter>>
92 template <
typename FiltersT = Filter>
94 m_filtersHasBeenSet =
true;
95 m_filters.emplace_back(std::forward<FiltersT>(value));
110 m_maxRecordsHasBeenSet =
true;
111 m_maxRecords = value;
128 template <
typename MarkerT = Aws::String>
130 m_markerHasBeenSet =
true;
131 m_marker = std::forward<MarkerT>(value);
133 template <
typename MarkerT = Aws::String>
141 bool m_dBParameterGroupNameHasBeenSet =
false;
144 bool m_sourceHasBeenSet =
false;
147 bool m_filtersHasBeenSet =
false;
150 bool m_maxRecordsHasBeenSet =
false;
153 bool m_markerHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool FiltersHasBeenSet() const
void SetDBParameterGroupName(DBParameterGroupNameT &&value)
const Aws::Vector< Filter > & GetFilters() const
void SetSource(SourceT &&value)
AWS_NEPTUNE_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeDBParametersRequest & WithDBParameterGroupName(DBParameterGroupNameT &&value)
bool MaxRecordsHasBeenSet() const
bool SourceHasBeenSet() const
const Aws::String & GetMarker() const
DescribeDBParametersRequest & AddFilters(FiltersT &&value)
const Aws::String & GetDBParameterGroupName() const
void SetFilters(FiltersT &&value)
DescribeDBParametersRequest & WithMaxRecords(int value)
AWS_NEPTUNE_API DescribeDBParametersRequest()=default
void SetMaxRecords(int value)
DescribeDBParametersRequest & WithFilters(FiltersT &&value)
const Aws::String & GetSource() const
bool MarkerHasBeenSet() const
int GetMaxRecords() const
AWS_NEPTUNE_API Aws::String SerializePayload() const override
void SetMarker(MarkerT &&value)
DescribeDBParametersRequest & WithSource(SourceT &&value)
DescribeDBParametersRequest & WithMarker(MarkerT &&value)
bool DBParameterGroupNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector