7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/TableCellConditionalFormatting.h>
9#include <aws/quicksight/model/TableRowConditionalFormatting.h>
42 template <
typename CellT = TableCellConditionalFormatting>
44 m_cellHasBeenSet =
true;
45 m_cell = std::forward<CellT>(value);
47 template <
typename CellT = TableCellConditionalFormatting>
49 SetCell(std::forward<CellT>(value));
60 template <
typename RowT = TableRowConditionalFormatting>
62 m_rowHasBeenSet =
true;
63 m_row = std::forward<RowT>(value);
65 template <
typename RowT = TableRowConditionalFormatting>
67 SetRow(std::forward<RowT>(value));
75 bool m_cellHasBeenSet =
false;
76 bool m_rowHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue