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
53 inline void SetConnectorProfileName(
const char* value) { m_connectorProfileNameHasBeenSet =
true; m_connectorProfileName.assign(value); }
100 bool m_connectorProfileNameHasBeenSet =
false;
103 bool m_connectorTypeHasBeenSet =
false;
106 bool m_incrementalPullConfigHasBeenSet =
false;
109 bool m_sourceConnectorPropertiesHasBeenSet =
false;
SourceFlowConfig & WithSourceConnectorProperties(const SourceConnectorProperties &value)
SourceFlowConfig & WithConnectorType(SourceConnectorType &&value)
const IncrementalPullConfig & GetIncrementalPullConfig() const
AWS_CUSTOMERPROFILES_API SourceFlowConfig(Aws::Utils::Json::JsonView jsonValue)
void SetConnectorType(const SourceConnectorType &value)
const SourceConnectorProperties & GetSourceConnectorProperties() const
const Aws::String & GetConnectorProfileName() const
void SetSourceConnectorProperties(const SourceConnectorProperties &value)
bool SourceConnectorPropertiesHasBeenSet() const
void SetIncrementalPullConfig(const IncrementalPullConfig &value)
SourceFlowConfig & WithConnectorProfileName(const char *value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
bool ConnectorTypeHasBeenSet() const
void SetConnectorProfileName(Aws::String &&value)
SourceFlowConfig & WithConnectorType(const SourceConnectorType &value)
bool IncrementalPullConfigHasBeenSet() const
void SetIncrementalPullConfig(IncrementalPullConfig &&value)
const SourceConnectorType & GetConnectorType() const
void SetConnectorType(SourceConnectorType &&value)
SourceFlowConfig & WithIncrementalPullConfig(const IncrementalPullConfig &value)
bool ConnectorProfileNameHasBeenSet() const
AWS_CUSTOMERPROFILES_API SourceFlowConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSourceConnectorProperties(SourceConnectorProperties &&value)
SourceFlowConfig & WithConnectorProfileName(const Aws::String &value)
SourceFlowConfig & WithSourceConnectorProperties(SourceConnectorProperties &&value)
AWS_CUSTOMERPROFILES_API SourceFlowConfig()
void SetConnectorProfileName(const char *value)
SourceFlowConfig & WithConnectorProfileName(Aws::String &&value)
SourceFlowConfig & WithIncrementalPullConfig(IncrementalPullConfig &&value)
void SetConnectorProfileName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue