7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
9#include <aws/customer-profiles/model/IncrementalPullConfig.h>
10#include <aws/customer-profiles/model/SourceConnectorProperties.h>
11#include <aws/customer-profiles/model/SourceConnectorType.h>
22namespace CustomerProfiles {
45 template <
typename ConnectorProfileNameT = Aws::String>
47 m_connectorProfileNameHasBeenSet =
true;
48 m_connectorProfileName = std::forward<ConnectorProfileNameT>(value);
50 template <
typename ConnectorProfileNameT = Aws::String>
64 m_connectorTypeHasBeenSet =
true;
65 m_connectorType = value;
81 template <
typename IncrementalPullConfigT = IncrementalPullConfig>
83 m_incrementalPullConfigHasBeenSet =
true;
84 m_incrementalPullConfig = std::forward<IncrementalPullConfigT>(value);
86 template <
typename IncrementalPullConfigT = IncrementalPullConfig>
100 template <
typename SourceConnectorPropertiesT = SourceConnectorProperties>
102 m_sourceConnectorPropertiesHasBeenSet =
true;
103 m_sourceConnectorProperties = std::forward<SourceConnectorPropertiesT>(value);
105 template <
typename SourceConnectorPropertiesT = SourceConnectorProperties>
116 IncrementalPullConfig m_incrementalPullConfig;
118 SourceConnectorProperties m_sourceConnectorProperties;
119 bool m_connectorProfileNameHasBeenSet =
false;
120 bool m_connectorTypeHasBeenSet =
false;
121 bool m_incrementalPullConfigHasBeenSet =
false;
122 bool m_sourceConnectorPropertiesHasBeenSet =
false;
const IncrementalPullConfig & GetIncrementalPullConfig() const
AWS_CUSTOMERPROFILES_API SourceFlowConfig(Aws::Utils::Json::JsonView jsonValue)
const SourceConnectorProperties & GetSourceConnectorProperties() const
const Aws::String & GetConnectorProfileName() const
bool SourceConnectorPropertiesHasBeenSet() const
void SetConnectorType(SourceConnectorType value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
SourceFlowConfig & WithConnectorProfileName(ConnectorProfileNameT &&value)
bool ConnectorTypeHasBeenSet() const
bool IncrementalPullConfigHasBeenSet() const
SourceFlowConfig & WithSourceConnectorProperties(SourceConnectorPropertiesT &&value)
bool ConnectorProfileNameHasBeenSet() const
AWS_CUSTOMERPROFILES_API SourceFlowConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
SourceFlowConfig & WithIncrementalPullConfig(IncrementalPullConfigT &&value)
SourceFlowConfig & WithConnectorType(SourceConnectorType value)
void SetSourceConnectorProperties(SourceConnectorPropertiesT &&value)
void SetConnectorProfileName(ConnectorProfileNameT &&value)
AWS_CUSTOMERPROFILES_API SourceFlowConfig()=default
void SetIncrementalPullConfig(IncrementalPullConfigT &&value)
SourceConnectorType GetConnectorType() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue