7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/AxisLabelReferenceOptions.h>
10#include <aws/quicksight/model/FontConfiguration.h>
43 template <
typename FontConfigurationT = FontConfiguration>
45 m_fontConfigurationHasBeenSet =
true;
46 m_fontConfiguration = std::forward<FontConfigurationT>(value);
48 template <
typename FontConfigurationT = FontConfiguration>
61 template <
typename CustomLabelT = Aws::String>
63 m_customLabelHasBeenSet =
true;
64 m_customLabel = std::forward<CustomLabelT>(value);
66 template <
typename CustomLabelT = Aws::String>
79 template <
typename ApplyToT = AxisLabelReferenceOptions>
81 m_applyToHasBeenSet =
true;
82 m_applyTo = std::forward<ApplyToT>(value);
84 template <
typename ApplyToT = AxisLabelReferenceOptions>
96 bool m_fontConfigurationHasBeenSet =
false;
97 bool m_customLabelHasBeenSet =
false;
98 bool m_applyToHasBeenSet =
false;
AxisLabelOptions & WithCustomLabel(CustomLabelT &&value)
bool CustomLabelHasBeenSet() const
void SetApplyTo(ApplyToT &&value)
AWS_QUICKSIGHT_API AxisLabelOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCustomLabel() const
bool FontConfigurationHasBeenSet() const
const AxisLabelReferenceOptions & GetApplyTo() const
AxisLabelOptions & WithApplyTo(ApplyToT &&value)
AWS_QUICKSIGHT_API AxisLabelOptions(Aws::Utils::Json::JsonView jsonValue)
bool ApplyToHasBeenSet() const
AxisLabelOptions & WithFontConfiguration(FontConfigurationT &&value)
void SetFontConfiguration(FontConfigurationT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API AxisLabelOptions()=default
void SetCustomLabel(CustomLabelT &&value)
const FontConfiguration & GetFontConfiguration() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue