7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/DecalSettings.h>
9#include <aws/quicksight/model/LineChartLineStyleSettings.h>
10#include <aws/quicksight/model/LineChartMarkerStyleSettings.h>
43 template <
typename LineStyleSettingsT = LineChartLineStyleSettings>
45 m_lineStyleSettingsHasBeenSet =
true;
46 m_lineStyleSettings = std::forward<LineStyleSettingsT>(value);
48 template <
typename LineStyleSettingsT = LineChartLineStyleSettings>
61 template <
typename MarkerStyleSettingsT = LineChartMarkerStyleSettings>
63 m_markerStyleSettingsHasBeenSet =
true;
64 m_markerStyleSettings = std::forward<MarkerStyleSettingsT>(value);
66 template <
typename MarkerStyleSettingsT = LineChartMarkerStyleSettings>
79 template <
typename DecalSettingsT = DecalSettings>
81 m_decalSettingsHasBeenSet =
true;
82 m_decalSettings = std::forward<DecalSettingsT>(value);
84 template <
typename DecalSettingsT = DecalSettings>
96 bool m_lineStyleSettingsHasBeenSet =
false;
97 bool m_markerStyleSettingsHasBeenSet =
false;
98 bool m_decalSettingsHasBeenSet =
false;
LineChartSeriesSettings & WithDecalSettings(DecalSettingsT &&value)
AWS_QUICKSIGHT_API LineChartSeriesSettings & operator=(Aws::Utils::Json::JsonView jsonValue)
const LineChartLineStyleSettings & GetLineStyleSettings() const
LineChartSeriesSettings & WithMarkerStyleSettings(MarkerStyleSettingsT &&value)
const LineChartMarkerStyleSettings & GetMarkerStyleSettings() const
bool MarkerStyleSettingsHasBeenSet() const
bool DecalSettingsHasBeenSet() const
void SetLineStyleSettings(LineStyleSettingsT &&value)
AWS_QUICKSIGHT_API LineChartSeriesSettings()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool LineStyleSettingsHasBeenSet() const
void SetDecalSettings(DecalSettingsT &&value)
void SetMarkerStyleSettings(MarkerStyleSettingsT &&value)
AWS_QUICKSIGHT_API LineChartSeriesSettings(Aws::Utils::Json::JsonView jsonValue)
const DecalSettings & GetDecalSettings() const
LineChartSeriesSettings & WithLineStyleSettings(LineStyleSettingsT &&value)
Aws::Utils::Json::JsonValue JsonValue