/**
* 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; } inline const Aws::String& GetRequestId() const{ return m_requestId; } inline void SetRequestId(const Aws::String& value) { m_requestId = value; } inline void SetRequestId(Aws::String&& value) { m_requestId = std::move(value); } inline void SetRequestId(const char* value) { m_requestId.assign(value); } inline BatchExecuteStatementResult& WithRequestId(const Aws::String& value) { SetRequestId(value); return *this;} inline BatchExecuteStatementResult& WithRequestId(Aws::String&& value) { SetRequestId(std::move(value)); return *this;} inline BatchExecuteStatementResult& WithRequestId(const char* value) { SetRequestId(value); return *this;} private: Aws::Vector