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/wisdom/ConnectWisdomService_EXPORTS.h>
8#include <aws/wisdom/model/AppIntegrationsConfiguration.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 ConnectWisdomService
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_CONNECTWISDOMSERVICE_API SourceConfiguration();
36 AWS_CONNECTWISDOMSERVICE_API SourceConfiguration(Aws::Utils::Json::JsonView jsonValue);
37 AWS_CONNECTWISDOMSERVICE_API SourceConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_CONNECTWISDOMSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const AppIntegrationsConfiguration& GetAppIntegrations() const{ return m_appIntegrations; }
47 inline bool AppIntegrationsHasBeenSet() const { return m_appIntegrationsHasBeenSet; }
48 inline void SetAppIntegrations(const AppIntegrationsConfiguration& value) { m_appIntegrationsHasBeenSet = true; m_appIntegrations = value; }
49 inline void SetAppIntegrations(AppIntegrationsConfiguration&& value) { m_appIntegrationsHasBeenSet = true; m_appIntegrations = std::move(value); }
53 private:
54
55 AppIntegrationsConfiguration m_appIntegrations;
56 bool m_appIntegrationsHasBeenSet = false;
57 };
58
59} // namespace Model
60} // namespace ConnectWisdomService
61} // namespace Aws
AWS_CONNECTWISDOMSERVICE_API SourceConfiguration(Aws::Utils::Json::JsonView jsonValue)
SourceConfiguration & WithAppIntegrations(AppIntegrationsConfiguration &&value)
SourceConfiguration & WithAppIntegrations(const AppIntegrationsConfiguration &value)
AWS_CONNECTWISDOMSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetAppIntegrations(AppIntegrationsConfiguration &&value)
void SetAppIntegrations(const AppIntegrationsConfiguration &value)
const AppIntegrationsConfiguration & GetAppIntegrations() const
AWS_CONNECTWISDOMSERVICE_API SourceConfiguration()
AWS_CONNECTWISDOMSERVICE_API SourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue