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