/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The response elements represent the output of a SQL statement over an array
* of data.See Also:
AWS
* API Reference
The execution results of each batch entry.
*/ inline const Aws::VectorThe execution results of each batch entry.
*/ inline void SetUpdateResults(const Aws::VectorThe execution results of each batch entry.
*/ inline void SetUpdateResults(Aws::VectorThe execution results of each batch entry.
*/ inline BatchExecuteStatementResult& WithUpdateResults(const Aws::VectorThe execution results of each batch entry.
*/ inline BatchExecuteStatementResult& WithUpdateResults(Aws::VectorThe execution results of each batch entry.
*/ inline BatchExecuteStatementResult& AddUpdateResults(const UpdateResult& value) { m_updateResults.push_back(value); return *this; } /** *The execution results of each batch entry.
*/ inline BatchExecuteStatementResult& AddUpdateResults(UpdateResult&& value) { m_updateResults.push_back(std::move(value)); return *this; } private: Aws::Vector