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/GlobalTableBorderOptions.h>
11#include <aws/quicksight/model/HorizontalTextAlignment.h>
12#include <aws/quicksight/model/TextWrap.h>
13#include <aws/quicksight/model/VerticalTextAlignment.h>
14#include <aws/quicksight/model/Visibility.h>
48 m_visibilityHasBeenSet =
true;
63 template <
typename FontConfigurationT = FontConfiguration>
65 m_fontConfigurationHasBeenSet =
true;
66 m_fontConfiguration = std::forward<FontConfigurationT>(value);
68 template <
typename FontConfigurationT = FontConfiguration>
82 m_textWrapHasBeenSet =
true;
99 m_horizontalTextAlignmentHasBeenSet =
true;
100 m_horizontalTextAlignment = value;
115 m_verticalTextAlignmentHasBeenSet =
true;
116 m_verticalTextAlignment = value;
130 template <
typename BackgroundColorT = Aws::String>
132 m_backgroundColorHasBeenSet =
true;
133 m_backgroundColor = std::forward<BackgroundColorT>(value);
135 template <
typename BackgroundColorT = Aws::String>
149 m_heightHasBeenSet =
true;
164 template <
typename BorderT = GlobalTableBorderOptions>
166 m_borderHasBeenSet =
true;
167 m_border = std::forward<BorderT>(value);
169 template <
typename BorderT = GlobalTableBorderOptions>
178 FontConfiguration m_fontConfiguration;
190 GlobalTableBorderOptions m_border;
191 bool m_visibilityHasBeenSet =
false;
192 bool m_fontConfigurationHasBeenSet =
false;
193 bool m_textWrapHasBeenSet =
false;
194 bool m_horizontalTextAlignmentHasBeenSet =
false;
195 bool m_verticalTextAlignmentHasBeenSet =
false;
196 bool m_backgroundColorHasBeenSet =
false;
197 bool m_heightHasBeenSet =
false;
198 bool m_borderHasBeenSet =
false;
const FontConfiguration & GetFontConfiguration() const
const Aws::String & GetBackgroundColor() const
void SetBackgroundColor(BackgroundColorT &&value)
VerticalTextAlignment GetVerticalTextAlignment() const
void SetHeight(int value)
TableCellStyle & WithBackgroundColor(BackgroundColorT &&value)
TextWrap GetTextWrap() const
bool VerticalTextAlignmentHasBeenSet() const
TableCellStyle & WithVerticalTextAlignment(VerticalTextAlignment value)
void SetBorder(BorderT &&value)
void SetFontConfiguration(FontConfigurationT &&value)
TableCellStyle & WithHorizontalTextAlignment(HorizontalTextAlignment value)
bool HorizontalTextAlignmentHasBeenSet() const
const GlobalTableBorderOptions & GetBorder() const
AWS_QUICKSIGHT_API TableCellStyle & operator=(Aws::Utils::Json::JsonView jsonValue)
Visibility GetVisibility() const
bool TextWrapHasBeenSet() const
HorizontalTextAlignment GetHorizontalTextAlignment() const
void SetHorizontalTextAlignment(HorizontalTextAlignment value)
bool BackgroundColorHasBeenSet() const
void SetVerticalTextAlignment(VerticalTextAlignment value)
AWS_QUICKSIGHT_API TableCellStyle(Aws::Utils::Json::JsonView jsonValue)
TableCellStyle & WithBorder(BorderT &&value)
bool VisibilityHasBeenSet() const
bool HeightHasBeenSet() const
bool FontConfigurationHasBeenSet() const
AWS_QUICKSIGHT_API TableCellStyle()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetVisibility(Visibility value)
bool BorderHasBeenSet() const
void SetTextWrap(TextWrap value)
TableCellStyle & WithTextWrap(TextWrap value)
TableCellStyle & WithVisibility(Visibility value)
TableCellStyle & WithFontConfiguration(FontConfigurationT &&value)
TableCellStyle & WithHeight(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue