7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/FontConfiguration.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/quicksight/model/AxisLabelReferenceOptions.h>
49 template<
typename FontConfigurationT = FontConfiguration>
50 void SetFontConfiguration(FontConfigurationT&& value) { m_fontConfigurationHasBeenSet =
true; m_fontConfiguration = std::forward<FontConfigurationT>(value); }
51 template<
typename FontConfigurationT = FontConfiguration>
61 template<
typename CustomLabelT = Aws::String>
62 void SetCustomLabel(CustomLabelT&& value) { m_customLabelHasBeenSet =
true; m_customLabel = std::forward<CustomLabelT>(value); }
63 template<
typename CustomLabelT = Aws::String>
73 template<
typename ApplyToT = AxisLabelReferenceOptions>
74 void SetApplyTo(ApplyToT&& value) { m_applyToHasBeenSet =
true; m_applyTo = std::forward<ApplyToT>(value); }
75 template<
typename ApplyToT = AxisLabelReferenceOptions>
81 bool m_fontConfigurationHasBeenSet =
false;
84 bool m_customLabelHasBeenSet =
false;
87 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