7#include <aws/kendra/Kendra_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kendra/model/TableCell.h>
47 template<
typename CellsT = Aws::Vector<TableCell>>
48 void SetCells(CellsT&& value) { m_cellsHasBeenSet =
true; m_cells = std::forward<CellsT>(value); }
49 template<
typename CellsT = Aws::Vector<TableCell>>
51 template<
typename CellsT = TableCell>
52 TableRow&
AddCells(CellsT&& value) { m_cellsHasBeenSet =
true; m_cells.emplace_back(std::forward<CellsT>(value));
return *
this; }
57 bool m_cellsHasBeenSet =
false;
AWS_KENDRA_API TableRow & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< TableCell > & GetCells() const
TableRow & AddCells(CellsT &&value)
void SetCells(CellsT &&value)
AWS_KENDRA_API TableRow()=default
TableRow & WithCells(CellsT &&value)
AWS_KENDRA_API TableRow(Aws::Utils::Json::JsonView jsonValue)
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
bool CellsHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue