/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents a single row in the query results.See Also:
AWS
* API Reference
The data in a row of query results.
*/ inline const Aws::VectorThe data in a row of query results.
*/ inline bool RowDataHasBeenSet() const { return m_rowDataHasBeenSet; } /** *The data in a row of query results.
*/ inline void SetRowData(const Aws::VectorThe data in a row of query results.
*/ inline void SetRowData(Aws::VectorThe data in a row of query results.
*/ inline Row& WithRowData(const Aws::VectorThe data in a row of query results.
*/ inline Row& WithRowData(Aws::VectorThe data in a row of query results.
*/ inline Row& AddRowData(const Aws::Utils::Document& value) { m_rowDataHasBeenSet = true; m_rowData.push_back(value); return *this; } /** *The data in a row of query results.
*/ inline Row& AddRowData(Aws::Utils::Document&& value) { m_rowDataHasBeenSet = true; m_rowData.push_back(std::move(value)); return *this; } private: Aws::Vector