AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SourceConfiguration.h
1
6#pragma once
7#include <aws/qconnect/QConnect_EXPORTS.h>
8#include <aws/qconnect/model/AppIntegrationsConfiguration.h>
9#include <aws/qconnect/model/ManagedSourceConfiguration.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QConnect
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_QCONNECT_API SourceConfiguration();
39 AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
47 inline const AppIntegrationsConfiguration& GetAppIntegrations() const{ return m_appIntegrations; }
48 inline bool AppIntegrationsHasBeenSet() const { return m_appIntegrationsHasBeenSet; }
49 inline void SetAppIntegrations(const AppIntegrationsConfiguration& value) { m_appIntegrationsHasBeenSet = true; m_appIntegrations = value; }
50 inline void SetAppIntegrations(AppIntegrationsConfiguration&& value) { m_appIntegrationsHasBeenSet = true; m_appIntegrations = std::move(value); }
54
56
59 inline const ManagedSourceConfiguration& GetManagedSourceConfiguration() const{ return m_managedSourceConfiguration; }
60 inline bool ManagedSourceConfigurationHasBeenSet() const { return m_managedSourceConfigurationHasBeenSet; }
61 inline void SetManagedSourceConfiguration(const ManagedSourceConfiguration& value) { m_managedSourceConfigurationHasBeenSet = true; m_managedSourceConfiguration = value; }
62 inline void SetManagedSourceConfiguration(ManagedSourceConfiguration&& value) { m_managedSourceConfigurationHasBeenSet = true; m_managedSourceConfiguration = std::move(value); }
66 private:
67
68 AppIntegrationsConfiguration m_appIntegrations;
69 bool m_appIntegrationsHasBeenSet = false;
70
71 ManagedSourceConfiguration m_managedSourceConfiguration;
72 bool m_managedSourceConfigurationHasBeenSet = false;
73 };
74
75} // namespace Model
76} // namespace QConnect
77} // namespace Aws
AWS_QCONNECT_API SourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
SourceConfiguration & WithManagedSourceConfiguration(ManagedSourceConfiguration &&value)
void SetAppIntegrations(AppIntegrationsConfiguration &&value)
SourceConfiguration & WithAppIntegrations(const AppIntegrationsConfiguration &value)
const AppIntegrationsConfiguration & GetAppIntegrations() const
void SetAppIntegrations(const AppIntegrationsConfiguration &value)
SourceConfiguration & WithAppIntegrations(AppIntegrationsConfiguration &&value)
SourceConfiguration & WithManagedSourceConfiguration(const ManagedSourceConfiguration &value)
void SetManagedSourceConfiguration(const ManagedSourceConfiguration &value)
AWS_QCONNECT_API SourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const ManagedSourceConfiguration & GetManagedSourceConfiguration() const
AWS_QCONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetManagedSourceConfiguration(ManagedSourceConfiguration &&value)
Aws::Utils::Json::JsonValue JsonValue