7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/rds/RDSRequest.h>
10#include <aws/rds/RDS_EXPORTS.h>
11#include <aws/rds/model/Filter.h>
43 template <
typename IntegrationIdentifierT = Aws::String>
45 m_integrationIdentifierHasBeenSet =
true;
46 m_integrationIdentifier = std::forward<IntegrationIdentifierT>(value);
48 template <
typename IntegrationIdentifierT = Aws::String>
61 template <
typename FiltersT = Aws::Vector<Filter>>
63 m_filtersHasBeenSet =
true;
64 m_filters = std::forward<FiltersT>(value);
66 template <
typename FiltersT = Aws::Vector<Filter>>
71 template <
typename FiltersT = Filter>
73 m_filtersHasBeenSet =
true;
74 m_filters.emplace_back(std::forward<FiltersT>(value));
90 m_maxRecordsHasBeenSet =
true;
108 template <
typename MarkerT = Aws::String>
110 m_markerHasBeenSet =
true;
111 m_marker = std::forward<MarkerT>(value);
113 template <
typename MarkerT = Aws::String>
127 bool m_integrationIdentifierHasBeenSet =
false;
128 bool m_filtersHasBeenSet =
false;
129 bool m_maxRecordsHasBeenSet =
false;
130 bool m_markerHasBeenSet =
false;
bool MaxRecordsHasBeenSet() const
AWS_RDS_API Aws::String SerializePayload() const override
bool FiltersHasBeenSet() const
DescribeIntegrationsRequest & WithFilters(FiltersT &&value)
AWS_RDS_API void DumpBodyToUrl(Aws::Http::URI &uri) const override
const Aws::Vector< Filter > & GetFilters() const
bool IntegrationIdentifierHasBeenSet() const
bool MarkerHasBeenSet() const
void SetIntegrationIdentifier(IntegrationIdentifierT &&value)
DescribeIntegrationsRequest & AddFilters(FiltersT &&value)
const Aws::String & GetIntegrationIdentifier() const
int GetMaxRecords() const
const Aws::String & GetMarker() const
virtual const char * GetServiceRequestName() const override
AWS_RDS_API DescribeIntegrationsRequest()=default
void SetMaxRecords(int value)
DescribeIntegrationsRequest & WithMarker(MarkerT &&value)
void SetFilters(FiltersT &&value)
DescribeIntegrationsRequest & WithMaxRecords(int value)
DescribeIntegrationsRequest & WithIntegrationIdentifier(IntegrationIdentifierT &&value)
void SetMarker(MarkerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector