7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/TableBorderStyle.h>
41 template <
typename ColorT = Aws::String>
43 m_colorHasBeenSet =
true;
44 m_color = std::forward<ColorT>(value);
46 template <
typename ColorT = Aws::String>
48 SetColor(std::forward<ColorT>(value));
60 m_thicknessHasBeenSet =
true;
76 m_styleHasBeenSet =
true;
90 bool m_colorHasBeenSet =
false;
91 bool m_thicknessHasBeenSet =
false;
92 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