7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/athena/model/PreparedStatement.h>
11#include <aws/athena/model/UnprocessedPreparedStatementName.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
70 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
const Aws::String & GetRequestId() const
void SetUnprocessedPreparedStatementNames(Aws::Vector< UnprocessedPreparedStatementName > &&value)
BatchGetPreparedStatementResult & AddPreparedStatements(const PreparedStatement &value)
BatchGetPreparedStatementResult & AddPreparedStatements(PreparedStatement &&value)
void SetRequestId(Aws::String &&value)
void SetRequestId(const char *value)
BatchGetPreparedStatementResult & WithRequestId(const char *value)
BatchGetPreparedStatementResult & WithPreparedStatements(Aws::Vector< PreparedStatement > &&value)
BatchGetPreparedStatementResult & WithRequestId(const Aws::String &value)
void SetPreparedStatements(Aws::Vector< PreparedStatement > &&value)
void SetRequestId(const Aws::String &value)
BatchGetPreparedStatementResult & AddUnprocessedPreparedStatementNames(UnprocessedPreparedStatementName &&value)
BatchGetPreparedStatementResult & AddUnprocessedPreparedStatementNames(const UnprocessedPreparedStatementName &value)
BatchGetPreparedStatementResult & WithUnprocessedPreparedStatementNames(const Aws::Vector< UnprocessedPreparedStatementName > &value)
AWS_ATHENA_API BatchGetPreparedStatementResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetUnprocessedPreparedStatementNames(const Aws::Vector< UnprocessedPreparedStatementName > &value)
const Aws::Vector< UnprocessedPreparedStatementName > & GetUnprocessedPreparedStatementNames() const
AWS_ATHENA_API BatchGetPreparedStatementResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetPreparedStatementResult & WithUnprocessedPreparedStatementNames(Aws::Vector< UnprocessedPreparedStatementName > &&value)
const Aws::Vector< PreparedStatement > & GetPreparedStatements() const
AWS_ATHENA_API BatchGetPreparedStatementResult()
BatchGetPreparedStatementResult & WithRequestId(Aws::String &&value)
void SetPreparedStatements(const Aws::Vector< PreparedStatement > &value)
BatchGetPreparedStatementResult & WithPreparedStatements(const Aws::Vector< PreparedStatement > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue