/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A record returned by a call. This data structure is only used
* with the deprecated ExecuteSql
operation. Use the
* BatchExecuteStatement
or ExecuteStatement
operation
* instead.See Also:
AWS API
* Reference
The values returned in the record.
*/ inline const Aws::VectorThe values returned in the record.
*/ inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; } /** *The values returned in the record.
*/ inline void SetValues(const Aws::VectorThe values returned in the record.
*/ inline void SetValues(Aws::VectorThe values returned in the record.
*/ inline Record& WithValues(const Aws::VectorThe values returned in the record.
*/ inline Record& WithValues(Aws::VectorThe values returned in the record.
*/ inline Record& AddValues(const Value& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } /** *The values returned in the record.
*/ inline Record& AddValues(Value&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; } private: Aws::Vector