7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/customer-profiles/model/SourceConnectorType.h>
10#include <aws/customer-profiles/model/IncrementalPullConfig.h>
11#include <aws/customer-profiles/model/SourceConnectorProperties.h>
24namespace CustomerProfiles
51 template<
typename ConnectorProfileNameT = Aws::String>
52 void SetConnectorProfileName(ConnectorProfileNameT&& value) { m_connectorProfileNameHasBeenSet =
true; m_connectorProfileName = std::forward<ConnectorProfileNameT>(value); }
53 template<
typename ConnectorProfileNameT = Aws::String>
75 template<
typename IncrementalPullConfigT = IncrementalPullConfig>
76 void SetIncrementalPullConfig(IncrementalPullConfigT&& value) { m_incrementalPullConfigHasBeenSet =
true; m_incrementalPullConfig = std::forward<IncrementalPullConfigT>(value); }
77 template<
typename IncrementalPullConfigT = IncrementalPullConfig>
88 template<
typename SourceConnectorPropertiesT = SourceConnectorProperties>
89 void SetSourceConnectorProperties(SourceConnectorPropertiesT&& value) { m_sourceConnectorPropertiesHasBeenSet =
true; m_sourceConnectorProperties = std::forward<SourceConnectorPropertiesT>(value); }
90 template<
typename SourceConnectorPropertiesT = SourceConnectorProperties>
96 bool m_connectorProfileNameHasBeenSet =
false;
99 bool m_connectorTypeHasBeenSet =
false;
101 IncrementalPullConfig m_incrementalPullConfig;
102 bool m_incrementalPullConfigHasBeenSet =
false;
104 SourceConnectorProperties m_sourceConnectorProperties;
105 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