AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TableRowConditionalFormatting.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/ConditionalFormattingColor.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace QuickSight
22{
23namespace Model
24{
25
32 {
33 public:
34 AWS_QUICKSIGHT_API TableRowConditionalFormatting();
37 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline const ConditionalFormattingColor& GetBackgroundColor() const{ return m_backgroundColor; }
46 inline bool BackgroundColorHasBeenSet() const { return m_backgroundColorHasBeenSet; }
47 inline void SetBackgroundColor(const ConditionalFormattingColor& value) { m_backgroundColorHasBeenSet = true; m_backgroundColor = value; }
48 inline void SetBackgroundColor(ConditionalFormattingColor&& value) { m_backgroundColorHasBeenSet = true; m_backgroundColor = std::move(value); }
52
54
58 inline const ConditionalFormattingColor& GetTextColor() const{ return m_textColor; }
59 inline bool TextColorHasBeenSet() const { return m_textColorHasBeenSet; }
60 inline void SetTextColor(const ConditionalFormattingColor& value) { m_textColorHasBeenSet = true; m_textColor = value; }
61 inline void SetTextColor(ConditionalFormattingColor&& value) { m_textColorHasBeenSet = true; m_textColor = std::move(value); }
63 inline TableRowConditionalFormatting& WithTextColor(ConditionalFormattingColor&& value) { SetTextColor(std::move(value)); return *this;}
65 private:
66
67 ConditionalFormattingColor m_backgroundColor;
68 bool m_backgroundColorHasBeenSet = false;
69
71 bool m_textColorHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace QuickSight
76} // namespace Aws
AWS_QUICKSIGHT_API TableRowConditionalFormatting(Aws::Utils::Json::JsonView jsonValue)
void SetTextColor(const ConditionalFormattingColor &value)
TableRowConditionalFormatting & WithTextColor(ConditionalFormattingColor &&value)
const ConditionalFormattingColor & GetBackgroundColor() const
TableRowConditionalFormatting & WithBackgroundColor(ConditionalFormattingColor &&value)
AWS_QUICKSIGHT_API TableRowConditionalFormatting & operator=(Aws::Utils::Json::JsonView jsonValue)
TableRowConditionalFormatting & WithTextColor(const ConditionalFormattingColor &value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
TableRowConditionalFormatting & WithBackgroundColor(const ConditionalFormattingColor &value)
void SetBackgroundColor(const ConditionalFormattingColor &value)
Aws::Utils::Json::JsonValue JsonValue