7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
40 template <
typename ForegroundT = Aws::String>
42 m_foregroundHasBeenSet =
true;
43 m_foreground = std::forward<ForegroundT>(value);
45 template <
typename ForegroundT = Aws::String>
58 template <
typename BackgroundT = Aws::String>
60 m_backgroundHasBeenSet =
true;
61 m_background = std::forward<BackgroundT>(value);
63 template <
typename BackgroundT = Aws::String>
73 bool m_foregroundHasBeenSet =
false;
74 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