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/HTTPMethod.h>
12#include <aws/glue/model/PaginationConfiguration.h>
13#include <aws/glue/model/ResponseConfiguration.h>
48 m_requestMethodHasBeenSet =
true;
49 m_requestMethod = value;
64 template <
typename RequestPathT = Aws::String>
66 m_requestPathHasBeenSet =
true;
67 m_requestPath = std::forward<RequestPathT>(value);
69 template <
typename RequestPathT = Aws::String>
83 template <
typename RequestParametersT = Aws::Vector<ConnectorProperty>>
85 m_requestParametersHasBeenSet =
true;
86 m_requestParameters = std::forward<RequestParametersT>(value);
88 template <
typename RequestParametersT = Aws::Vector<ConnectorProperty>>
93 template <
typename RequestParametersT = ConnectorProperty>
95 m_requestParametersHasBeenSet =
true;
96 m_requestParameters.emplace_back(std::forward<RequestParametersT>(value));
108 template <
typename ResponseConfigurationT = ResponseConfiguration>
110 m_responseConfigurationHasBeenSet =
true;
111 m_responseConfiguration = std::forward<ResponseConfigurationT>(value);
113 template <
typename ResponseConfigurationT = ResponseConfiguration>
127 template <
typename PaginationConfigurationT = PaginationConfiguration>
129 m_paginationConfigurationHasBeenSet =
true;
130 m_paginationConfiguration = std::forward<PaginationConfigurationT>(value);
132 template <
typename PaginationConfigurationT = PaginationConfiguration>
145 ResponseConfiguration m_responseConfiguration;
147 PaginationConfiguration m_paginationConfiguration;
148 bool m_requestMethodHasBeenSet =
false;
149 bool m_requestPathHasBeenSet =
false;
150 bool m_requestParametersHasBeenSet =
false;
151 bool m_responseConfigurationHasBeenSet =
false;
152 bool m_paginationConfigurationHasBeenSet =
false;
const PaginationConfiguration & GetPaginationConfiguration() const
void SetRequestParameters(RequestParametersT &&value)
SourceConfiguration & WithRequestPath(RequestPathT &&value)
SourceConfiguration & WithResponseConfiguration(ResponseConfigurationT &&value)
void SetPaginationConfiguration(PaginationConfigurationT &&value)
AWS_GLUE_API SourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
HTTPMethod GetRequestMethod() const
AWS_GLUE_API SourceConfiguration()=default
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)
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
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