7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ConditionalFormattingColor.h>
47 template<
typename BackgroundColorT = ConditionalFormattingColor>
48 void SetBackgroundColor(BackgroundColorT&& value) { m_backgroundColorHasBeenSet =
true; m_backgroundColor = std::forward<BackgroundColorT>(value); }
49 template<
typename BackgroundColorT = ConditionalFormattingColor>
60 template<
typename TextColorT = ConditionalFormattingColor>
61 void SetTextColor(TextColorT&& value) { m_textColorHasBeenSet =
true; m_textColor = std::forward<TextColorT>(value); }
62 template<
typename TextColorT = ConditionalFormattingColor>
68 bool m_backgroundColorHasBeenSet =
false;
71 bool m_textColorHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue