7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/IntegrationFilter.h>
41 template <
typename IntegrationIdentifierT = Aws::String>
43 m_integrationIdentifierHasBeenSet =
true;
44 m_integrationIdentifier = std::forward<IntegrationIdentifierT>(value);
46 template <
typename IntegrationIdentifierT = Aws::String>
60 template <
typename MarkerT = Aws::String>
62 m_markerHasBeenSet =
true;
63 m_marker = std::forward<MarkerT>(value);
65 template <
typename MarkerT = Aws::String>
79 m_maxRecordsHasBeenSet =
true;
96 template <
typename FiltersT = Aws::Vector<IntegrationFilter>>
98 m_filtersHasBeenSet =
true;
99 m_filters = std::forward<FiltersT>(value);
101 template <
typename FiltersT = Aws::Vector<IntegrationFilter>>
106 template <
typename FiltersT = IntegrationFilter>
108 m_filtersHasBeenSet =
true;
109 m_filters.emplace_back(std::forward<FiltersT>(value));
121 bool m_integrationIdentifierHasBeenSet =
false;
122 bool m_markerHasBeenSet =
false;
123 bool m_maxRecordsHasBeenSet =
false;
124 bool m_filtersHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
DescribeIntegrationsRequest & WithIntegrationIdentifier(IntegrationIdentifierT &&value)
void SetMaxRecords(int value)
void SetFilters(FiltersT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DescribeIntegrationsRequest & WithMaxRecords(int value)
const Aws::Vector< IntegrationFilter > & GetFilters() const
DescribeIntegrationsRequest & WithMarker(MarkerT &&value)
bool MaxRecordsHasBeenSet() const
void SetMarker(MarkerT &&value)
const Aws::String & GetMarker() const
int GetMaxRecords() const
bool IntegrationIdentifierHasBeenSet() const
bool MarkerHasBeenSet() const
const Aws::String & GetIntegrationIdentifier() const
DescribeIntegrationsRequest & AddFilters(FiltersT &&value)
bool FiltersHasBeenSet() const
DescribeIntegrationsRequest & WithFilters(FiltersT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
AWS_GLUE_API DescribeIntegrationsRequest()=default
void SetIntegrationIdentifier(IntegrationIdentifierT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector