7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/FontConfiguration.h>
10#include <aws/quicksight/model/LabelOptions.h>
11#include <aws/quicksight/model/LegendPosition.h>
12#include <aws/quicksight/model/Visibility.h>
45 m_visibilityHasBeenSet =
true;
60 template <
typename TitleT = LabelOptions>
62 m_titleHasBeenSet =
true;
63 m_title = std::forward<TitleT>(value);
65 template <
typename TitleT = LabelOptions>
67 SetTitle(std::forward<TitleT>(value));
82 m_positionHasBeenSet =
true;
98 template <
typename W
idthT = Aws::String>
100 m_widthHasBeenSet =
true;
101 m_width = std::forward<WidthT>(value);
103 template <
typename W
idthT = Aws::String>
105 SetWidth(std::forward<WidthT>(value));
117 template <
typename HeightT = Aws::String>
119 m_heightHasBeenSet =
true;
120 m_height = std::forward<HeightT>(value);
122 template <
typename HeightT = Aws::String>
133 template <
typename ValueFontConfigurationT = FontConfiguration>
135 m_valueFontConfigurationHasBeenSet =
true;
136 m_valueFontConfiguration = std::forward<ValueFontConfigurationT>(value);
138 template <
typename ValueFontConfigurationT = FontConfiguration>
147 LabelOptions m_title;
155 FontConfiguration m_valueFontConfiguration;
156 bool m_visibilityHasBeenSet =
false;
157 bool m_titleHasBeenSet =
false;
158 bool m_positionHasBeenSet =
false;
159 bool m_widthHasBeenSet =
false;
160 bool m_heightHasBeenSet =
false;
161 bool m_valueFontConfigurationHasBeenSet =
false;
bool HeightHasBeenSet() const
LegendOptions & WithValueFontConfiguration(ValueFontConfigurationT &&value)
Visibility GetVisibility() const
bool TitleHasBeenSet() const
const Aws::String & GetWidth() const
LegendOptions & WithHeight(HeightT &&value)
void SetHeight(HeightT &&value)
LegendOptions & WithTitle(TitleT &&value)
void SetWidth(WidthT &&value)
LegendOptions & WithWidth(WidthT &&value)
void SetTitle(TitleT &&value)
const LabelOptions & GetTitle() const
void SetPosition(LegendPosition value)
bool PositionHasBeenSet() const
const Aws::String & GetHeight() const
void SetValueFontConfiguration(ValueFontConfigurationT &&value)
AWS_QUICKSIGHT_API LegendOptions(Aws::Utils::Json::JsonView jsonValue)
bool ValueFontConfigurationHasBeenSet() const
AWS_QUICKSIGHT_API LegendOptions()=default
AWS_QUICKSIGHT_API LegendOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
LegendOptions & WithPosition(LegendPosition value)
void SetVisibility(Visibility value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
LegendPosition GetPosition() const
LegendOptions & WithVisibility(Visibility value)
bool WidthHasBeenSet() const
bool VisibilityHasBeenSet() const
const FontConfiguration & GetValueFontConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue