7#include <aws/appflow/Appflow_EXPORTS.h>
8#include <aws/appflow/model/ConnectorType.h>
9#include <aws/appflow/model/IncrementalPullConfig.h>
10#include <aws/appflow/model/SourceConnectorProperties.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
45 m_connectorTypeHasBeenSet =
true;
46 m_connectorType = value;
60 template <
typename ApiVersionT = Aws::String>
62 m_apiVersionHasBeenSet =
true;
63 m_apiVersion = std::forward<ApiVersionT>(value);
65 template <
typename ApiVersionT = Aws::String>
79 template <
typename ConnectorProfileNameT = Aws::String>
81 m_connectorProfileNameHasBeenSet =
true;
82 m_connectorProfileName = std::forward<ConnectorProfileNameT>(value);
84 template <
typename ConnectorProfileNameT = Aws::String>
98 template <
typename SourceConnectorPropertiesT = SourceConnectorProperties>
100 m_sourceConnectorPropertiesHasBeenSet =
true;
101 m_sourceConnectorProperties = std::forward<SourceConnectorPropertiesT>(value);
103 template <
typename SourceConnectorPropertiesT = SourceConnectorProperties>
118 template <
typename IncrementalPullConfigT = IncrementalPullConfig>
120 m_incrementalPullConfigHasBeenSet =
true;
121 m_incrementalPullConfig = std::forward<IncrementalPullConfigT>(value);
123 template <
typename IncrementalPullConfigT = IncrementalPullConfig>
136 SourceConnectorProperties m_sourceConnectorProperties;
138 IncrementalPullConfig m_incrementalPullConfig;
139 bool m_connectorTypeHasBeenSet =
false;
140 bool m_apiVersionHasBeenSet =
false;
141 bool m_connectorProfileNameHasBeenSet =
false;
142 bool m_sourceConnectorPropertiesHasBeenSet =
false;
143 bool m_incrementalPullConfigHasBeenSet =
false;
void SetIncrementalPullConfig(IncrementalPullConfigT &&value)
const SourceConnectorProperties & GetSourceConnectorProperties() const
bool ConnectorTypeHasBeenSet() const
const IncrementalPullConfig & GetIncrementalPullConfig() const
AWS_APPFLOW_API SourceFlowConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SourceConnectorPropertiesHasBeenSet() const
ConnectorType GetConnectorType() const
bool IncrementalPullConfigHasBeenSet() const
const Aws::String & GetApiVersion() const
void SetConnectorProfileName(ConnectorProfileNameT &&value)
bool ApiVersionHasBeenSet() const
AWS_APPFLOW_API SourceFlowConfig()=default
SourceFlowConfig & WithIncrementalPullConfig(IncrementalPullConfigT &&value)
void SetApiVersion(ApiVersionT &&value)
bool ConnectorProfileNameHasBeenSet() const
SourceFlowConfig & WithApiVersion(ApiVersionT &&value)
SourceFlowConfig & WithConnectorType(ConnectorType value)
void SetConnectorType(ConnectorType value)
void SetSourceConnectorProperties(SourceConnectorPropertiesT &&value)
const Aws::String & GetConnectorProfileName() const
AWS_APPFLOW_API SourceFlowConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_APPFLOW_API Aws::Utils::Json::JsonValue Jsonize() const
SourceFlowConfig & WithSourceConnectorProperties(SourceConnectorPropertiesT &&value)
SourceFlowConfig & WithConnectorProfileName(ConnectorProfileNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue