/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A structure value 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 attributes returned in the record.
*/ inline const Aws::VectorThe attributes returned in the record.
*/ inline bool AttributesHasBeenSet() const { return m_attributesHasBeenSet; } /** *The attributes returned in the record.
*/ inline void SetAttributes(const Aws::VectorThe attributes returned in the record.
*/ inline void SetAttributes(Aws::VectorThe attributes returned in the record.
*/ inline StructValue& WithAttributes(const Aws::VectorThe attributes returned in the record.
*/ inline StructValue& WithAttributes(Aws::VectorThe attributes returned in the record.
*/ inline StructValue& AddAttributes(const Value& value) { m_attributesHasBeenSet = true; m_attributes.push_back(value); return *this; } /** *The attributes returned in the record.
*/ inline StructValue& AddAttributes(Value&& value) { m_attributesHasBeenSet = true; m_attributes.push_back(std::move(value)); return *this; } private: Aws::Vector