AWS SDK for C++

AWS SDK for C++ Version 1.11.748

Loading...
Searching...
No Matches
LineChartDefaultSeriesSettings.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/AxisBinding.h>
9#include <aws/quicksight/model/DecalSettings.h>
10#include <aws/quicksight/model/LineChartLineStyleSettings.h>
11#include <aws/quicksight/model/LineChartMarkerStyleSettings.h>
12
13#include <utility>
14
15namespace Aws {
16namespace Utils {
17namespace Json {
18class JsonValue;
19class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace QuickSight {
23namespace Model {
24
32 public:
33 AWS_QUICKSIGHT_API LineChartDefaultSeriesSettings() = default;
36 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
42 inline AxisBinding GetAxisBinding() const { return m_axisBinding; }
43 inline bool AxisBindingHasBeenSet() const { return m_axisBindingHasBeenSet; }
44 inline void SetAxisBinding(AxisBinding value) {
45 m_axisBindingHasBeenSet = true;
46 m_axisBinding = value;
47 }
49 SetAxisBinding(value);
50 return *this;
51 }
53
55
58 inline const LineChartLineStyleSettings& GetLineStyleSettings() const { return m_lineStyleSettings; }
59 inline bool LineStyleSettingsHasBeenSet() const { return m_lineStyleSettingsHasBeenSet; }
60 template <typename LineStyleSettingsT = LineChartLineStyleSettings>
61 void SetLineStyleSettings(LineStyleSettingsT&& value) {
62 m_lineStyleSettingsHasBeenSet = true;
63 m_lineStyleSettings = std::forward<LineStyleSettingsT>(value);
64 }
65 template <typename LineStyleSettingsT = LineChartLineStyleSettings>
67 SetLineStyleSettings(std::forward<LineStyleSettingsT>(value));
68 return *this;
69 }
71
73
76 inline const LineChartMarkerStyleSettings& GetMarkerStyleSettings() const { return m_markerStyleSettings; }
77 inline bool MarkerStyleSettingsHasBeenSet() const { return m_markerStyleSettingsHasBeenSet; }
78 template <typename MarkerStyleSettingsT = LineChartMarkerStyleSettings>
79 void SetMarkerStyleSettings(MarkerStyleSettingsT&& value) {
80 m_markerStyleSettingsHasBeenSet = true;
81 m_markerStyleSettings = std::forward<MarkerStyleSettingsT>(value);
82 }
83 template <typename MarkerStyleSettingsT = LineChartMarkerStyleSettings>
85 SetMarkerStyleSettings(std::forward<MarkerStyleSettingsT>(value));
86 return *this;
87 }
89
91
94 inline const DecalSettings& GetDecalSettings() const { return m_decalSettings; }
95 inline bool DecalSettingsHasBeenSet() const { return m_decalSettingsHasBeenSet; }
96 template <typename DecalSettingsT = DecalSettings>
97 void SetDecalSettings(DecalSettingsT&& value) {
98 m_decalSettingsHasBeenSet = true;
99 m_decalSettings = std::forward<DecalSettingsT>(value);
100 }
101 template <typename DecalSettingsT = DecalSettings>
103 SetDecalSettings(std::forward<DecalSettingsT>(value));
104 return *this;
105 }
107 private:
108 AxisBinding m_axisBinding{AxisBinding::NOT_SET};
109
110 LineChartLineStyleSettings m_lineStyleSettings;
111
112 LineChartMarkerStyleSettings m_markerStyleSettings;
113
114 DecalSettings m_decalSettings;
115 bool m_axisBindingHasBeenSet = false;
116 bool m_lineStyleSettingsHasBeenSet = false;
117 bool m_markerStyleSettingsHasBeenSet = false;
118 bool m_decalSettingsHasBeenSet = false;
119};
120
121} // namespace Model
122} // namespace QuickSight
123} // namespace Aws
LineChartDefaultSeriesSettings & WithMarkerStyleSettings(MarkerStyleSettingsT &&value)
LineChartDefaultSeriesSettings & WithAxisBinding(AxisBinding value)
AWS_QUICKSIGHT_API LineChartDefaultSeriesSettings()=default
AWS_QUICKSIGHT_API LineChartDefaultSeriesSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API LineChartDefaultSeriesSettings(Aws::Utils::Json::JsonView jsonValue)
LineChartDefaultSeriesSettings & WithDecalSettings(DecalSettingsT &&value)
const LineChartLineStyleSettings & GetLineStyleSettings() const
const LineChartMarkerStyleSettings & GetMarkerStyleSettings() const
LineChartDefaultSeriesSettings & WithLineStyleSettings(LineStyleSettingsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue