AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
IntegrationConfig.h
1
6#pragma once
7#include <aws/customer-profiles/CustomerProfiles_EXPORTS.h>
8#include <aws/customer-profiles/model/AppflowIntegration.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace CustomerProfiles
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_CUSTOMERPROFILES_API IntegrationConfig() = default;
35 AWS_CUSTOMERPROFILES_API IntegrationConfig(Aws::Utils::Json::JsonView jsonValue);
36 AWS_CUSTOMERPROFILES_API IntegrationConfig& operator=(Aws::Utils::Json::JsonView jsonValue);
37 AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
44 inline const AppflowIntegration& GetAppflowIntegration() const { return m_appflowIntegration; }
45 inline bool AppflowIntegrationHasBeenSet() const { return m_appflowIntegrationHasBeenSet; }
46 template<typename AppflowIntegrationT = AppflowIntegration>
47 void SetAppflowIntegration(AppflowIntegrationT&& value) { m_appflowIntegrationHasBeenSet = true; m_appflowIntegration = std::forward<AppflowIntegrationT>(value); }
48 template<typename AppflowIntegrationT = AppflowIntegration>
49 IntegrationConfig& WithAppflowIntegration(AppflowIntegrationT&& value) { SetAppflowIntegration(std::forward<AppflowIntegrationT>(value)); return *this;}
51 private:
52
53 AppflowIntegration m_appflowIntegration;
54 bool m_appflowIntegrationHasBeenSet = false;
55 };
56
57} // namespace Model
58} // namespace CustomerProfiles
59} // namespace Aws
AWS_CUSTOMERPROFILES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_CUSTOMERPROFILES_API IntegrationConfig(Aws::Utils::Json::JsonView jsonValue)
const AppflowIntegration & GetAppflowIntegration() const
AWS_CUSTOMERPROFILES_API IntegrationConfig()=default
IntegrationConfig & WithAppflowIntegration(AppflowIntegrationT &&value)
AWS_CUSTOMERPROFILES_API IntegrationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAppflowIntegration(AppflowIntegrationT &&value)
Aws::Utils::Json::JsonValue JsonValue