AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 inline void SetAppflowIntegration(const AppflowIntegration& value) { m_appflowIntegrationHasBeenSet = true; m_appflowIntegration = value; }
47 inline void SetAppflowIntegration(AppflowIntegration&& value) { m_appflowIntegrationHasBeenSet = true; m_appflowIntegration = std::move(value); }
49 inline IntegrationConfig& WithAppflowIntegration(AppflowIntegration&& value) { SetAppflowIntegration(std::move(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)
void SetAppflowIntegration(const AppflowIntegration &value)
IntegrationConfig & WithAppflowIntegration(const AppflowIntegration &value)
const AppflowIntegration & GetAppflowIntegration() const
void SetAppflowIntegration(AppflowIntegration &&value)
AWS_CUSTOMERPROFILES_API IntegrationConfig()
IntegrationConfig & WithAppflowIntegration(AppflowIntegration &&value)
AWS_CUSTOMERPROFILES_API IntegrationConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue