7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/Visibility.h>
9#include <aws/quicksight/model/FontConfiguration.h>
10#include <aws/quicksight/model/TextWrap.h>
11#include <aws/quicksight/model/HorizontalTextAlignment.h>
12#include <aws/quicksight/model/VerticalTextAlignment.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/quicksight/model/GlobalTableBorderOptions.h>
63 template<
typename FontConfigurationT = FontConfiguration>
64 void SetFontConfiguration(FontConfigurationT&& value) { m_fontConfigurationHasBeenSet =
true; m_fontConfiguration = std::forward<FontConfigurationT>(value); }
65 template<
typename FontConfigurationT = FontConfiguration>
106 template<
typename BackgroundColorT = Aws::String>
107 void SetBackgroundColor(BackgroundColorT&& value) { m_backgroundColorHasBeenSet =
true; m_backgroundColor = std::forward<BackgroundColorT>(value); }
108 template<
typename BackgroundColorT = Aws::String>
118 inline void SetHeight(
int value) { m_heightHasBeenSet =
true; m_height = value; }
128 template<
typename BorderT = GlobalTableBorderOptions>
129 void SetBorder(BorderT&& value) { m_borderHasBeenSet =
true; m_border = std::forward<BorderT>(value); }
130 template<
typename BorderT = GlobalTableBorderOptions>
136 bool m_visibilityHasBeenSet =
false;
138 FontConfiguration m_fontConfiguration;
139 bool m_fontConfigurationHasBeenSet =
false;
142 bool m_textWrapHasBeenSet =
false;
145 bool m_horizontalTextAlignmentHasBeenSet =
false;
148 bool m_verticalTextAlignmentHasBeenSet =
false;
151 bool m_backgroundColorHasBeenSet =
false;
154 bool m_heightHasBeenSet =
false;
156 GlobalTableBorderOptions m_border;
157 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