/**
* 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
List of data points in a single row of the result set.
*/ inline const Aws::VectorList of data points in a single row of the result set.
*/ inline bool DataHasBeenSet() const { return m_dataHasBeenSet; } /** *List of data points in a single row of the result set.
*/ inline void SetData(const Aws::VectorList of data points in a single row of the result set.
*/ inline void SetData(Aws::VectorList of data points in a single row of the result set.
*/ inline Row& WithData(const Aws::VectorList of data points in a single row of the result set.
*/ inline Row& WithData(Aws::VectorList of data points in a single row of the result set.
*/ inline Row& AddData(const Datum& value) { m_dataHasBeenSet = true; m_data.push_back(value); return *this; } /** *List of data points in a single row of the result set.
*/ inline Row& AddData(Datum&& value) { m_dataHasBeenSet = true; m_data.push_back(std::move(value)); return *this; } private: Aws::Vector