AWS SDK for C++

AWS SDK for C++ Version 1.11.743

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace ConnectWisdomService {
20namespace Model {
21
29 public:
30 AWS_CONNECTWISDOMSERVICE_API SourceConfiguration() = default;
31 AWS_CONNECTWISDOMSERVICE_API SourceConfiguration(Aws::Utils::Json::JsonView jsonValue);
32 AWS_CONNECTWISDOMSERVICE_API SourceConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
33 AWS_CONNECTWISDOMSERVICE_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const AppIntegrationsConfiguration& GetAppIntegrations() const { return m_appIntegrations; }
41 inline bool AppIntegrationsHasBeenSet() const { return m_appIntegrationsHasBeenSet; }
42 template <typename AppIntegrationsT = AppIntegrationsConfiguration>
43 void SetAppIntegrations(AppIntegrationsT&& value) {
44 m_appIntegrationsHasBeenSet = true;
45 m_appIntegrations = std::forward<AppIntegrationsT>(value);
46 }
47 template <typename AppIntegrationsT = AppIntegrationsConfiguration>
48 SourceConfiguration& WithAppIntegrations(AppIntegrationsT&& value) {
49 SetAppIntegrations(std::forward<AppIntegrationsT>(value));
50 return *this;
51 }
53 private:
54 AppIntegrationsConfiguration m_appIntegrations;
55 bool m_appIntegrationsHasBeenSet = false;
56};
57
58} // namespace Model
59} // namespace ConnectWisdomService
60} // 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