7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/Visibility.h>
9#include <aws/quicksight/model/FontConfiguration.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
74 inline void SetCustomLabel(
const char* value) { m_customLabelHasBeenSet =
true; m_customLabel.assign(value); }
82 bool m_visibilityHasBeenSet =
false;
85 bool m_fontConfigurationHasBeenSet =
false;
88 bool m_customLabelHasBeenSet =
false;
LabelOptions & WithCustomLabel(const Aws::String &value)
LabelOptions & WithVisibility(Visibility &&value)
void SetCustomLabel(const Aws::String &value)
const FontConfiguration & GetFontConfiguration() const
AWS_QUICKSIGHT_API LabelOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VisibilityHasBeenSet() const
void SetFontConfiguration(FontConfiguration &&value)
LabelOptions & WithVisibility(const Visibility &value)
bool FontConfigurationHasBeenSet() const
AWS_QUICKSIGHT_API LabelOptions()
LabelOptions & WithCustomLabel(Aws::String &&value)
AWS_QUICKSIGHT_API LabelOptions(Aws::Utils::Json::JsonView jsonValue)
void SetCustomLabel(Aws::String &&value)
const Aws::String & GetCustomLabel() const
void SetVisibility(const Visibility &value)
void SetCustomLabel(const char *value)
bool CustomLabelHasBeenSet() const
LabelOptions & WithCustomLabel(const char *value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
LabelOptions & WithFontConfiguration(const FontConfiguration &value)
LabelOptions & WithFontConfiguration(FontConfiguration &&value)
void SetFontConfiguration(const FontConfiguration &value)
const Visibility & GetVisibility() const
void SetVisibility(Visibility &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue