7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename ColorT = Aws::String>
42 m_colorHasBeenSet =
true;
43 m_color = std::forward<ColorT>(value);
45 template <
typename ColorT = Aws::String>
47 SetColor(std::forward<ColorT>(value));
58 template <
typename GradientT = Aws::String>
60 m_gradientHasBeenSet =
true;
61 m_gradient = std::forward<GradientT>(value);
63 template <
typename GradientT = Aws::String>
73 bool m_colorHasBeenSet =
false;
74 bool m_gradientHasBeenSet =
false;
const Aws::String & GetGradient() const
const Aws::String & GetColor() const
AWS_QUICKSIGHT_API SheetBackgroundStyle()=default
bool GradientHasBeenSet() const
void SetGradient(GradientT &&value)
bool ColorHasBeenSet() const
void SetColor(ColorT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
SheetBackgroundStyle & WithColor(ColorT &&value)
AWS_QUICKSIGHT_API SheetBackgroundStyle & operator=(Aws::Utils::Json::JsonView jsonValue)
SheetBackgroundStyle & WithGradient(GradientT &&value)
AWS_QUICKSIGHT_API SheetBackgroundStyle(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue