7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename ForegroundT = Aws::String>
47 void SetForeground(ForegroundT&& value) { m_foregroundHasBeenSet =
true; m_foreground = std::forward<ForegroundT>(value); }
48 template<
typename ForegroundT = Aws::String>
58 template<
typename BackgroundT = Aws::String>
59 void SetBackground(BackgroundT&& value) { m_backgroundHasBeenSet =
true; m_background = std::forward<BackgroundT>(value); }
60 template<
typename BackgroundT = Aws::String>
66 bool m_foregroundHasBeenSet =
false;
69 bool m_backgroundHasBeenSet =
false;
AWS_QUICKSIGHT_API Palette(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
Palette & WithForeground(ForegroundT &&value)
void SetBackground(BackgroundT &&value)
AWS_QUICKSIGHT_API Palette()=default
bool BackgroundHasBeenSet() const
const Aws::String & GetForeground() const
Palette & WithBackground(BackgroundT &&value)
bool ForegroundHasBeenSet() const
AWS_QUICKSIGHT_API Palette & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetForeground(ForegroundT &&value)
const Aws::String & GetBackground() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue