7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/ConnectorProperty.h>
11#include <aws/glue/model/FilterConfiguration.h>
12#include <aws/glue/model/HTTPMethod.h>
13#include <aws/glue/model/PaginationConfiguration.h>
14#include <aws/glue/model/ResponseConfiguration.h>
49 m_requestMethodHasBeenSet =
true;
50 m_requestMethod = value;
65 template <
typename RequestPathT = Aws::String>
67 m_requestPathHasBeenSet =
true;
68 m_requestPath = std::forward<RequestPathT>(value);
70 template <
typename RequestPathT = Aws::String>
84 template <
typename RequestParametersT = Aws::Vector<ConnectorProperty>>
86 m_requestParametersHasBeenSet =
true;
87 m_requestParameters = std::forward<RequestParametersT>(value);
89 template <
typename RequestParametersT = Aws::Vector<ConnectorProperty>>
94 template <
typename RequestParametersT = ConnectorProperty>
96 m_requestParametersHasBeenSet =
true;
97 m_requestParameters.emplace_back(std::forward<RequestParametersT>(value));
109 template <
typename ResponseConfigurationT = ResponseConfiguration>
111 m_responseConfigurationHasBeenSet =
true;
112 m_responseConfiguration = std::forward<ResponseConfigurationT>(value);
114 template <
typename ResponseConfigurationT = ResponseConfiguration>
128 template <
typename PaginationConfigurationT = PaginationConfiguration>
130 m_paginationConfigurationHasBeenSet =
true;
131 m_paginationConfiguration = std::forward<PaginationConfigurationT>(value);
133 template <
typename PaginationConfigurationT = PaginationConfiguration>
147 template <
typename FilterConfigurationT = FilterConfiguration>
149 m_filterConfigurationHasBeenSet =
true;
150 m_filterConfiguration = std::forward<FilterConfigurationT>(value);
152 template <
typename FilterConfigurationT = FilterConfiguration>
165 ResponseConfiguration m_responseConfiguration;
167 PaginationConfiguration m_paginationConfiguration;
169 FilterConfiguration m_filterConfiguration;
170 bool m_requestMethodHasBeenSet =
false;
171 bool m_requestPathHasBeenSet =
false;
172 bool m_requestParametersHasBeenSet =
false;
173 bool m_responseConfigurationHasBeenSet =
false;
174 bool m_paginationConfigurationHasBeenSet =
false;
175 bool m_filterConfigurationHasBeenSet =
false;
const PaginationConfiguration & GetPaginationConfiguration() const
void SetRequestParameters(RequestParametersT &&value)
SourceConfiguration & WithRequestPath(RequestPathT &&value)
SourceConfiguration & WithResponseConfiguration(ResponseConfigurationT &&value)
void SetPaginationConfiguration(PaginationConfigurationT &&value)
void SetFilterConfiguration(FilterConfigurationT &&value)
AWS_GLUE_API SourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
HTTPMethod GetRequestMethod() const
AWS_GLUE_API SourceConfiguration()=default
SourceConfiguration & WithFilterConfiguration(FilterConfigurationT &&value)
bool RequestMethodHasBeenSet() const
bool ResponseConfigurationHasBeenSet() const
SourceConfiguration & WithRequestMethod(HTTPMethod value)
const Aws::Vector< ConnectorProperty > & GetRequestParameters() const
const ResponseConfiguration & GetResponseConfiguration() const
void SetResponseConfiguration(ResponseConfigurationT &&value)
SourceConfiguration & WithRequestParameters(RequestParametersT &&value)
bool FilterConfigurationHasBeenSet() const
AWS_GLUE_API SourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRequestPath() const
SourceConfiguration & WithPaginationConfiguration(PaginationConfigurationT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const FilterConfiguration & GetFilterConfiguration() const
void SetRequestMethod(HTTPMethod value)
bool PaginationConfigurationHasBeenSet() const
void SetRequestPath(RequestPathT &&value)
bool RequestPathHasBeenSet() const
bool RequestParametersHasBeenSet() const
SourceConfiguration & AddRequestParameters(RequestParametersT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue