7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/FontConfiguration.h>
10#include <aws/quicksight/model/Visibility.h>
43 m_visibilityHasBeenSet =
true;
58 template <
typename FontConfigurationT = FontConfiguration>
60 m_fontConfigurationHasBeenSet =
true;
61 m_fontConfiguration = std::forward<FontConfigurationT>(value);
63 template <
typename FontConfigurationT = FontConfiguration>
76 template <
typename CustomLabelT = Aws::String>
78 m_customLabelHasBeenSet =
true;
79 m_customLabel = std::forward<CustomLabelT>(value);
81 template <
typename CustomLabelT = Aws::String>
90 FontConfiguration m_fontConfiguration;
93 bool m_visibilityHasBeenSet =
false;
94 bool m_fontConfigurationHasBeenSet =
false;
95 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