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>
58 template<
typename FontConfigurationT = FontConfiguration>
59 void SetFontConfiguration(FontConfigurationT&& value) { m_fontConfigurationHasBeenSet =
true; m_fontConfiguration = std::forward<FontConfigurationT>(value); }
60 template<
typename FontConfigurationT = FontConfiguration>
70 template<
typename CustomLabelT = Aws::String>
71 void SetCustomLabel(CustomLabelT&& value) { m_customLabelHasBeenSet =
true; m_customLabel = std::forward<CustomLabelT>(value); }
72 template<
typename CustomLabelT = Aws::String>
78 bool m_visibilityHasBeenSet =
false;
80 FontConfiguration m_fontConfiguration;
81 bool m_fontConfigurationHasBeenSet =
false;
84 bool m_customLabelHasBeenSet =
false;
void SetFontConfiguration(FontConfigurationT &&value)
LabelOptions & WithVisibility(Visibility value)
const FontConfiguration & GetFontConfiguration() const
AWS_QUICKSIGHT_API LabelOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool VisibilityHasBeenSet() const
bool FontConfigurationHasBeenSet() const
AWS_QUICKSIGHT_API LabelOptions()=default
AWS_QUICKSIGHT_API LabelOptions(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCustomLabel() const
LabelOptions & WithCustomLabel(CustomLabelT &&value)
Visibility GetVisibility() const
void SetCustomLabel(CustomLabelT &&value)
void SetVisibility(Visibility value)
bool CustomLabelHasBeenSet() const
LabelOptions & WithFontConfiguration(FontConfigurationT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue