AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
TopicConfigOptions.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace QuickSight {
17namespace Model {
18
25 public:
26 AWS_QUICKSIGHT_API TopicConfigOptions() = default;
27 AWS_QUICKSIGHT_API TopicConfigOptions(Aws::Utils::Json::JsonView jsonValue);
29 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
30
32
35 inline bool GetQBusinessInsightsEnabled() const { return m_qBusinessInsightsEnabled; }
36 inline bool QBusinessInsightsEnabledHasBeenSet() const { return m_qBusinessInsightsEnabledHasBeenSet; }
37 inline void SetQBusinessInsightsEnabled(bool value) {
38 m_qBusinessInsightsEnabledHasBeenSet = true;
39 m_qBusinessInsightsEnabled = value;
40 }
43 return *this;
44 }
46 private:
47 bool m_qBusinessInsightsEnabled{false};
48 bool m_qBusinessInsightsEnabledHasBeenSet = false;
49};
50
51} // namespace Model
52} // namespace QuickSight
53} // namespace Aws
TopicConfigOptions & WithQBusinessInsightsEnabled(bool value)
AWS_QUICKSIGHT_API TopicConfigOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API TopicConfigOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API TopicConfigOptions()=default
Aws::Utils::Json::JsonValue JsonValue