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>
63 inline void SetCustomLabel(
const char* value) { m_customLabelHasBeenSet =
true; m_customLabel.assign(value); }
83 bool m_fontConfigurationHasBeenSet =
false;
86 bool m_customLabelHasBeenSet =
false;
89 bool m_applyToHasBeenSet =
false;
AWS_QUICKSIGHT_API AxisLabelOptions()
void SetFontConfiguration(FontConfiguration &&value)
bool CustomLabelHasBeenSet() const
void SetFontConfiguration(const FontConfiguration &value)
AxisLabelOptions & WithFontConfiguration(FontConfiguration &&value)
void SetApplyTo(AxisLabelReferenceOptions &&value)
AWS_QUICKSIGHT_API AxisLabelOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCustomLabel() const
bool FontConfigurationHasBeenSet() const
AxisLabelOptions & WithApplyTo(const AxisLabelReferenceOptions &value)
AxisLabelOptions & WithFontConfiguration(const FontConfiguration &value)
const AxisLabelReferenceOptions & GetApplyTo() const
void SetCustomLabel(const Aws::String &value)
AWS_QUICKSIGHT_API AxisLabelOptions(Aws::Utils::Json::JsonView jsonValue)
bool ApplyToHasBeenSet() const
AxisLabelOptions & WithApplyTo(AxisLabelReferenceOptions &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AxisLabelOptions & WithCustomLabel(const char *value)
AxisLabelOptions & WithCustomLabel(Aws::String &&value)
void SetCustomLabel(Aws::String &&value)
void SetCustomLabel(const char *value)
AxisLabelOptions & WithCustomLabel(const Aws::String &value)
const FontConfiguration & GetFontConfiguration() const
void SetApplyTo(const AxisLabelReferenceOptions &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue