7#include <aws/rds/RDS_EXPORTS.h>
8#include <aws/rds/RDSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/rds/model/Filter.h>
47 template<
typename IntegrationIdentifierT = Aws::String>
48 void SetIntegrationIdentifier(IntegrationIdentifierT&& value) { m_integrationIdentifierHasBeenSet =
true; m_integrationIdentifier = std::forward<IntegrationIdentifierT>(value); }
49 template<
typename IntegrationIdentifierT = Aws::String>
59 template<
typename FiltersT = Aws::Vector<Filter>>
60 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
61 template<
typename FiltersT = Aws::Vector<Filter>>
63 template<
typename FiltersT = Filter>
77 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
90 template<
typename MarkerT = Aws::String>
91 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
92 template<
typename MarkerT = Aws::String>
98 bool m_integrationIdentifierHasBeenSet =
false;
101 bool m_filtersHasBeenSet =
false;
104 bool m_maxRecordsHasBeenSet =
false;
107 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