AWS SDK for C++

AWS SDK for C++ Version 1.11.607

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() = default;
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 template<typename AppIntegrationsT = AppIntegrationsConfiguration>
49 void SetAppIntegrations(AppIntegrationsT&& value) { m_appIntegrationsHasBeenSet = true; m_appIntegrations = std::forward<AppIntegrationsT>(value); }
50 template<typename AppIntegrationsT = AppIntegrationsConfiguration>
51 SourceConfiguration& WithAppIntegrations(AppIntegrationsT&& value) { SetAppIntegrations(std::forward<AppIntegrationsT>(value)); return *this;}
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)
AWS_CONNECTWISDOMSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const
SourceConfiguration & WithAppIntegrations(AppIntegrationsT &&value)
AWS_CONNECTWISDOMSERVICE_API SourceConfiguration()=default
const AppIntegrationsConfiguration & GetAppIntegrations() const
AWS_CONNECTWISDOMSERVICE_API SourceConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue