/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Information about a row in a table excerpt.See Also:
AWS API
* Reference
A list of table cells in a row.
*/ inline const Aws::VectorA list of table cells in a row.
*/ inline bool CellsHasBeenSet() const { return m_cellsHasBeenSet; } /** *A list of table cells in a row.
*/ inline void SetCells(const Aws::VectorA list of table cells in a row.
*/ inline void SetCells(Aws::VectorA list of table cells in a row.
*/ inline TableRow& WithCells(const Aws::VectorA list of table cells in a row.
*/ inline TableRow& WithCells(Aws::VectorA list of table cells in a row.
*/ inline TableRow& AddCells(const TableCell& value) { m_cellsHasBeenSet = true; m_cells.push_back(value); return *this; } /** *A list of table cells in a row.
*/ inline TableRow& AddCells(TableCell&& value) { m_cellsHasBeenSet = true; m_cells.push_back(std::move(value)); return *this; } private: Aws::Vector