7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/quicksight/model/TableCellConditionalFormatting.h>
9#include <aws/quicksight/model/TableRowConditionalFormatting.h>
48 template<
typename CellT = TableCellConditionalFormatting>
49 void SetCell(CellT&& value) { m_cellHasBeenSet =
true; m_cell = std::forward<CellT>(value); }
50 template<
typename CellT = TableCellConditionalFormatting>
60 template<
typename RowT = TableRowConditionalFormatting>
61 void SetRow(RowT&& value) { m_rowHasBeenSet =
true; m_row = std::forward<RowT>(value); }
62 template<
typename RowT = TableRowConditionalFormatting>
68 bool m_cellHasBeenSet =
false;
71 bool m_rowHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue