AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
BarChartDefaultSeriesSettings.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/BorderSettings.h>
9#include <aws/quicksight/model/DecalSettings.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace QuickSight {
21namespace Model {
22
30 public:
31 AWS_QUICKSIGHT_API BarChartDefaultSeriesSettings() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const DecalSettings& GetDecalSettings() const { return m_decalSettings; }
41 inline bool DecalSettingsHasBeenSet() const { return m_decalSettingsHasBeenSet; }
42 template <typename DecalSettingsT = DecalSettings>
43 void SetDecalSettings(DecalSettingsT&& value) {
44 m_decalSettingsHasBeenSet = true;
45 m_decalSettings = std::forward<DecalSettingsT>(value);
46 }
47 template <typename DecalSettingsT = DecalSettings>
49 SetDecalSettings(std::forward<DecalSettingsT>(value));
50 return *this;
51 }
53
55
58 inline const BorderSettings& GetBorderSettings() const { return m_borderSettings; }
59 inline bool BorderSettingsHasBeenSet() const { return m_borderSettingsHasBeenSet; }
60 template <typename BorderSettingsT = BorderSettings>
61 void SetBorderSettings(BorderSettingsT&& value) {
62 m_borderSettingsHasBeenSet = true;
63 m_borderSettings = std::forward<BorderSettingsT>(value);
64 }
65 template <typename BorderSettingsT = BorderSettings>
67 SetBorderSettings(std::forward<BorderSettingsT>(value));
68 return *this;
69 }
71 private:
72 DecalSettings m_decalSettings;
73
74 BorderSettings m_borderSettings;
75 bool m_decalSettingsHasBeenSet = false;
76 bool m_borderSettingsHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace QuickSight
81} // namespace Aws
BarChartDefaultSeriesSettings & WithBorderSettings(BorderSettingsT &&value)
AWS_QUICKSIGHT_API BarChartDefaultSeriesSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API BarChartDefaultSeriesSettings()=default
AWS_QUICKSIGHT_API BarChartDefaultSeriesSettings(Aws::Utils::Json::JsonView jsonValue)
BarChartDefaultSeriesSettings & WithDecalSettings(DecalSettingsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue