/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The rows that make up a query result table.See Also:
AWS API
* Reference
The data that populates a row in a query result table.
*/ inline const Aws::VectorThe data that populates a row in a query result table.
*/ inline bool DataHasBeenSet() const { return m_dataHasBeenSet; } /** *The data that populates a row in a query result table.
*/ inline void SetData(const Aws::VectorThe data that populates a row in a query result table.
*/ inline void SetData(Aws::VectorThe data that populates a row in a query result table.
*/ inline Row& WithData(const Aws::VectorThe data that populates a row in a query result table.
*/ inline Row& WithData(Aws::VectorThe data that populates a row in a query result table.
*/ inline Row& AddData(const Datum& value) { m_dataHasBeenSet = true; m_data.push_back(value); return *this; } /** *The data that populates a row in a query result table.
*/ inline Row& AddData(Datum&& value) { m_dataHasBeenSet = true; m_data.push_back(std::move(value)); return *this; } private: Aws::Vector