7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/QuickSight_EXPORTS.h>
10#include <aws/quicksight/model/DataPathColor.h>
43 template <
typename ChartColorT = Aws::String>
45 m_chartColorHasBeenSet =
true;
46 m_chartColor = std::forward<ChartColorT>(value);
48 template <
typename ChartColorT = Aws::String>
61 template <
typename ColorMapT = Aws::Vector<DataPathColor>>
63 m_colorMapHasBeenSet =
true;
64 m_colorMap = std::forward<ColorMapT>(value);
66 template <
typename ColorMapT = Aws::Vector<DataPathColor>>
71 template <
typename ColorMapT = DataPathColor>
73 m_colorMapHasBeenSet =
true;
74 m_colorMap.emplace_back(std::forward<ColorMapT>(value));
82 bool m_chartColorHasBeenSet =
false;
83 bool m_colorMapHasBeenSet =
false;
bool ChartColorHasBeenSet() const
bool ColorMapHasBeenSet() const
AWS_QUICKSIGHT_API VisualPalette(Aws::Utils::Json::JsonView jsonValue)
VisualPalette & WithChartColor(ChartColorT &&value)
const Aws::String & GetChartColor() const
void SetChartColor(ChartColorT &&value)
const Aws::Vector< DataPathColor > & GetColorMap() const
AWS_QUICKSIGHT_API VisualPalette & operator=(Aws::Utils::Json::JsonView jsonValue)
VisualPalette & WithColorMap(ColorMapT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
VisualPalette & AddColorMap(ColorMapT &&value)
void SetColorMap(ColorMapT &&value)
AWS_QUICKSIGHT_API VisualPalette()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue