AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
SourceFlowConfig.h
1
6#pragma once
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>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace CustomerProfiles
25{
26namespace Model
27{
28
36 {
37 public:
38 AWS_CUSTOMERPROFILES_API SourceFlowConfig() = default;
39 AWS_CUSTOMERPROFILES_API SourceFlowConfig(Aws::Utils::Json::JsonView jsonValue);
40 AWS_CUSTOMERPROFILES_API SourceFlowConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
41 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
49 inline const Aws::String& GetConnectorProfileName() const { return m_connectorProfileName; }
50 inline bool ConnectorProfileNameHasBeenSet() const { return m_connectorProfileNameHasBeenSet; }
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>
54 SourceFlowConfig& WithConnectorProfileName(ConnectorProfileNameT&& value) { SetConnectorProfileName(std::forward<ConnectorProfileNameT>(value)); return *this;}
56
58
61 inline SourceConnectorType GetConnectorType() const { return m_connectorType; }
62 inline bool ConnectorTypeHasBeenSet() const { return m_connectorTypeHasBeenSet; }
63 inline void SetConnectorType(SourceConnectorType value) { m_connectorTypeHasBeenSet = true; m_connectorType = value; }
66
68
73 inline const IncrementalPullConfig& GetIncrementalPullConfig() const { return m_incrementalPullConfig; }
74 inline bool IncrementalPullConfigHasBeenSet() const { return m_incrementalPullConfigHasBeenSet; }
75 template<typename IncrementalPullConfigT = IncrementalPullConfig>
76 void SetIncrementalPullConfig(IncrementalPullConfigT&& value) { m_incrementalPullConfigHasBeenSet = true; m_incrementalPullConfig = std::forward<IncrementalPullConfigT>(value); }
77 template<typename IncrementalPullConfigT = IncrementalPullConfig>
78 SourceFlowConfig& WithIncrementalPullConfig(IncrementalPullConfigT&& value) { SetIncrementalPullConfig(std::forward<IncrementalPullConfigT>(value)); return *this;}
80
82
86 inline const SourceConnectorProperties& GetSourceConnectorProperties() const { return m_sourceConnectorProperties; }
87 inline bool SourceConnectorPropertiesHasBeenSet() const { return m_sourceConnectorPropertiesHasBeenSet; }
88 template<typename SourceConnectorPropertiesT = SourceConnectorProperties>
89 void SetSourceConnectorProperties(SourceConnectorPropertiesT&& value) { m_sourceConnectorPropertiesHasBeenSet = true; m_sourceConnectorProperties = std::forward<SourceConnectorPropertiesT>(value); }
90 template<typename SourceConnectorPropertiesT = SourceConnectorProperties>
91 SourceFlowConfig& WithSourceConnectorProperties(SourceConnectorPropertiesT&& value) { SetSourceConnectorProperties(std::forward<SourceConnectorPropertiesT>(value)); return *this;}
93 private:
94
95 Aws::String m_connectorProfileName;
96 bool m_connectorProfileNameHasBeenSet = false;
97
99 bool m_connectorTypeHasBeenSet = false;
100
101 IncrementalPullConfig m_incrementalPullConfig;
102 bool m_incrementalPullConfigHasBeenSet = false;
103
104 SourceConnectorProperties m_sourceConnectorProperties;
105 bool m_sourceConnectorPropertiesHasBeenSet = false;
106 };
107
108} // namespace Model
109} // namespace CustomerProfiles
110} // namespace Aws
const IncrementalPullConfig & GetIncrementalPullConfig() const
AWS_CUSTOMERPROFILES_API SourceFlowConfig(Aws::Utils::Json::JsonView jsonValue)
const SourceConnectorProperties & GetSourceConnectorProperties() const
const Aws::String & GetConnectorProfileName() const
void SetConnectorType(SourceConnectorType value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
SourceFlowConfig & WithConnectorProfileName(ConnectorProfileNameT &&value)
SourceFlowConfig & WithSourceConnectorProperties(SourceConnectorPropertiesT &&value)
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)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue