AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetConnectorProfileName(const Aws::String& value) { m_connectorProfileNameHasBeenSet = true; m_connectorProfileName = value; }
52 inline void SetConnectorProfileName(Aws::String&& value) { m_connectorProfileNameHasBeenSet = true; m_connectorProfileName = std::move(value); }
53 inline void SetConnectorProfileName(const char* value) { m_connectorProfileNameHasBeenSet = true; m_connectorProfileName.assign(value); }
55 inline SourceFlowConfig& WithConnectorProfileName(Aws::String&& value) { SetConnectorProfileName(std::move(value)); return *this;}
56 inline SourceFlowConfig& WithConnectorProfileName(const char* value) { SetConnectorProfileName(value); return *this;}
58
60
63 inline const SourceConnectorType& GetConnectorType() const{ return m_connectorType; }
64 inline bool ConnectorTypeHasBeenSet() const { return m_connectorTypeHasBeenSet; }
65 inline void SetConnectorType(const SourceConnectorType& value) { m_connectorTypeHasBeenSet = true; m_connectorType = value; }
66 inline void SetConnectorType(SourceConnectorType&& value) { m_connectorTypeHasBeenSet = true; m_connectorType = std::move(value); }
67 inline SourceFlowConfig& WithConnectorType(const SourceConnectorType& value) { SetConnectorType(value); return *this;}
68 inline SourceFlowConfig& WithConnectorType(SourceConnectorType&& value) { SetConnectorType(std::move(value)); return *this;}
70
72
77 inline const IncrementalPullConfig& GetIncrementalPullConfig() const{ return m_incrementalPullConfig; }
78 inline bool IncrementalPullConfigHasBeenSet() const { return m_incrementalPullConfigHasBeenSet; }
79 inline void SetIncrementalPullConfig(const IncrementalPullConfig& value) { m_incrementalPullConfigHasBeenSet = true; m_incrementalPullConfig = value; }
80 inline void SetIncrementalPullConfig(IncrementalPullConfig&& value) { m_incrementalPullConfigHasBeenSet = true; m_incrementalPullConfig = std::move(value); }
84
86
90 inline const SourceConnectorProperties& GetSourceConnectorProperties() const{ return m_sourceConnectorProperties; }
91 inline bool SourceConnectorPropertiesHasBeenSet() const { return m_sourceConnectorPropertiesHasBeenSet; }
92 inline void SetSourceConnectorProperties(const SourceConnectorProperties& value) { m_sourceConnectorPropertiesHasBeenSet = true; m_sourceConnectorProperties = value; }
93 inline void SetSourceConnectorProperties(SourceConnectorProperties&& value) { m_sourceConnectorPropertiesHasBeenSet = true; m_sourceConnectorProperties = std::move(value); }
97 private:
98
99 Aws::String m_connectorProfileName;
100 bool m_connectorProfileNameHasBeenSet = false;
101
102 SourceConnectorType m_connectorType;
103 bool m_connectorTypeHasBeenSet = false;
104
105 IncrementalPullConfig m_incrementalPullConfig;
106 bool m_incrementalPullConfigHasBeenSet = false;
107
108 SourceConnectorProperties m_sourceConnectorProperties;
109 bool m_sourceConnectorPropertiesHasBeenSet = false;
110 };
111
112} // namespace Model
113} // namespace CustomerProfiles
114} // namespace Aws
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)
void SetIncrementalPullConfig(const IncrementalPullConfig &value)
SourceFlowConfig & WithConnectorProfileName(const char *value)
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
SourceFlowConfig & WithConnectorType(const SourceConnectorType &value)
void SetIncrementalPullConfig(IncrementalPullConfig &&value)
const SourceConnectorType & GetConnectorType() const
void SetConnectorType(SourceConnectorType &&value)
SourceFlowConfig & WithIncrementalPullConfig(const IncrementalPullConfig &value)
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()
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