AWS SDK for C++

AWS SDK for C++ Version 1.11.741

Loading...
Searching...
No Matches
ChatModeConfiguration.h
1
6#pragma once
7#include <aws/qbusiness/QBusiness_EXPORTS.h>
8#include <aws/qbusiness/model/PluginConfiguration.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace QBusiness {
20namespace Model {
21
33 public:
34 AWS_QBUSINESS_API ChatModeConfiguration() = default;
37 AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const;
38
40
44 inline const PluginConfiguration& GetPluginConfiguration() const { return m_pluginConfiguration; }
45 inline bool PluginConfigurationHasBeenSet() const { return m_pluginConfigurationHasBeenSet; }
46 template <typename PluginConfigurationT = PluginConfiguration>
48 m_pluginConfigurationHasBeenSet = true;
49 m_pluginConfiguration = std::forward<PluginConfigurationT>(value);
50 }
51 template <typename PluginConfigurationT = PluginConfiguration>
53 SetPluginConfiguration(std::forward<PluginConfigurationT>(value));
54 return *this;
55 }
57 private:
58 PluginConfiguration m_pluginConfiguration;
59 bool m_pluginConfigurationHasBeenSet = false;
60};
61
62} // namespace Model
63} // namespace QBusiness
64} // namespace Aws
AWS_QBUSINESS_API ChatModeConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
const PluginConfiguration & GetPluginConfiguration() const
AWS_QBUSINESS_API ChatModeConfiguration(Aws::Utils::Json::JsonView jsonValue)
ChatModeConfiguration & WithPluginConfiguration(PluginConfigurationT &&value)
AWS_QBUSINESS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPluginConfiguration(PluginConfigurationT &&value)
AWS_QBUSINESS_API ChatModeConfiguration()=default
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)
Aws::Utils::Json::JsonValue JsonValue