7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/kendra/Kendra_EXPORTS.h>
9#include <aws/kendra/model/TableCell.h>
41 template <
typename CellsT = Aws::Vector<TableCell>>
43 m_cellsHasBeenSet =
true;
44 m_cells = std::forward<CellsT>(value);
46 template <
typename CellsT = Aws::Vector<TableCell>>
48 SetCells(std::forward<CellsT>(value));
51 template <
typename CellsT = TableCell>
53 m_cellsHasBeenSet =
true;
54 m_cells.emplace_back(std::forward<CellsT>(value));
60 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