7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/quicksight/model/TableBorderStyle.h>
47 template<
typename ColorT = Aws::String>
48 void SetColor(ColorT&& value) { m_colorHasBeenSet =
true; m_color = std::forward<ColorT>(value); }
49 template<
typename ColorT = Aws::String>
59 inline void SetThickness(
int value) { m_thicknessHasBeenSet =
true; m_thickness = value; }
75 bool m_colorHasBeenSet =
false;
78 bool m_thicknessHasBeenSet =
false;
81 bool m_styleHasBeenSet =
false;
TableBorderOptions & WithThickness(int value)
void SetThickness(int value)
AWS_QUICKSIGHT_API TableBorderOptions()=default
AWS_QUICKSIGHT_API TableBorderOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
TableBorderOptions & WithStyle(TableBorderStyle value)
void SetColor(ColorT &&value)
TableBorderOptions & WithColor(ColorT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ThicknessHasBeenSet() const
AWS_QUICKSIGHT_API TableBorderOptions(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetColor() const
TableBorderStyle GetStyle() const
bool StyleHasBeenSet() const
bool ColorHasBeenSet() const
void SetStyle(TableBorderStyle value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue