AWS SDK for C++

AWS SDK for C++ Version 1.11.745

Loading...
Searching...
No Matches
TableConditionalFormattingOption.h
1
6#pragma once
7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/TableCellConditionalFormatting.h>
9#include <aws/quicksight/model/TableRowConditionalFormatting.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace QuickSight {
21namespace Model {
22
30 public:
31 AWS_QUICKSIGHT_API TableConditionalFormattingOption() = default;
34 AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const TableCellConditionalFormatting& GetCell() const { return m_cell; }
41 inline bool CellHasBeenSet() const { return m_cellHasBeenSet; }
42 template <typename CellT = TableCellConditionalFormatting>
43 void SetCell(CellT&& value) {
44 m_cellHasBeenSet = true;
45 m_cell = std::forward<CellT>(value);
46 }
47 template <typename CellT = TableCellConditionalFormatting>
49 SetCell(std::forward<CellT>(value));
50 return *this;
51 }
53
55
58 inline const TableRowConditionalFormatting& GetRow() const { return m_row; }
59 inline bool RowHasBeenSet() const { return m_rowHasBeenSet; }
60 template <typename RowT = TableRowConditionalFormatting>
61 void SetRow(RowT&& value) {
62 m_rowHasBeenSet = true;
63 m_row = std::forward<RowT>(value);
64 }
65 template <typename RowT = TableRowConditionalFormatting>
67 SetRow(std::forward<RowT>(value));
68 return *this;
69 }
71 private:
73
75 bool m_cellHasBeenSet = false;
76 bool m_rowHasBeenSet = false;
77};
78
79} // namespace Model
80} // namespace QuickSight
81} // namespace Aws
AWS_QUICKSIGHT_API TableConditionalFormattingOption & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API TableConditionalFormattingOption()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_QUICKSIGHT_API TableConditionalFormattingOption(Aws::Utils::Json::JsonView jsonValue)
TableConditionalFormattingOption & WithCell(CellT &&value)
Aws::Utils::Json::JsonValue JsonValue