7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/glue/model/IntegrationFilter.h>
45 template<
typename IntegrationIdentifierT = Aws::String>
46 void SetIntegrationIdentifier(IntegrationIdentifierT&& value) { m_integrationIdentifierHasBeenSet =
true; m_integrationIdentifier = std::forward<IntegrationIdentifierT>(value); }
47 template<
typename IntegrationIdentifierT = Aws::String>
58 template<
typename MarkerT = Aws::String>
59 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
60 template<
typename MarkerT = Aws::String>
70 inline void SetMaxRecords(
int value) { m_maxRecordsHasBeenSet =
true; m_maxRecords = value; }
82 template<
typename FiltersT = Aws::Vector<IntegrationFilter>>
83 void SetFilters(FiltersT&& value) { m_filtersHasBeenSet =
true; m_filters = std::forward<FiltersT>(value); }
84 template<
typename FiltersT = Aws::Vector<IntegrationFilter>>
86 template<
typename FiltersT = IntegrationFilter>
92 bool m_integrationIdentifierHasBeenSet =
false;
95 bool m_markerHasBeenSet =
false;
98 bool m_maxRecordsHasBeenSet =
false;
101 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