7#include <aws/docdb/DocDB_EXPORTS.h>
8#include <aws/docdb/DocDBRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/docdb/model/Filter.h>
51 template<
typename DBSubnetGroupNameT = Aws::String>
52 void SetDBSubnetGroupName(DBSubnetGroupNameT&& value) { m_dBSubnetGroupNameHasBeenSet =
true; m_dBSubnetGroupName = std::forward<DBSubnetGroupNameT>(value); }
53 template<
typename DBSubnetGroupNameT = Aws::String>
63 template<
typename FiltersT = Aws::Vector<Filter>>
64 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
65 template<
typename FiltersT = Aws::Vector<Filter>>
67 template<
typename FiltersT = Filter>
80 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
92 template<
typename MarkerT = Aws::String>
93 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
94 template<
typename MarkerT = Aws::String>
100 bool m_dBSubnetGroupNameHasBeenSet =
false;
103 bool m_filtersHasBeenSet =
false;
106 bool m_maxRecordsHasBeenSet =
false;
109 bool m_markerHasBeenSet =
false;
DescribeDBSubnetGroupsRequest & AddFilters(FiltersT &&value)
AWS_DOCDB_API DescribeDBSubnetGroupsRequest()=default
int GetMaxRecords() const
bool FiltersHasBeenSet() const
AWS_DOCDB_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
DescribeDBSubnetGroupsRequest & WithFilters(FiltersT &&value)
void SetMarker(MarkerT &&value)
const Aws::Vector< Filter > & GetFilters() const
bool MarkerHasBeenSet() const
const Aws::String & GetDBSubnetGroupName() const
bool DBSubnetGroupNameHasBeenSet() const
AWS_DOCDB_API Aws::String SerializePayload() const override
const Aws::String & GetMarker() const
DescribeDBSubnetGroupsRequest & WithDBSubnetGroupName(DBSubnetGroupNameT &&value)
bool MaxRecordsHasBeenSet() const
DescribeDBSubnetGroupsRequest & WithMaxRecords(int value)
DescribeDBSubnetGroupsRequest & WithMarker(MarkerT &&value)
void SetDBSubnetGroupName(DBSubnetGroupNameT &&value)
void SetFilters(FiltersT &&value)
void SetMaxRecords(int value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector