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;
43 template<
typename PreparedStatementsT = Aws::Vector<PreparedStatement>>
44 void SetPreparedStatements(PreparedStatementsT&& value) { m_preparedStatementsHasBeenSet =
true; m_preparedStatements = std::forward<PreparedStatementsT>(value); }
45 template<
typename PreparedStatementsT = Aws::Vector<PreparedStatement>>
47 template<
typename PreparedStatementsT = PreparedStatement>
57 template<
typename UnprocessedPreparedStatementNamesT = Aws::Vector<UnprocessedPreparedStatementName>>
58 void SetUnprocessedPreparedStatementNames(UnprocessedPreparedStatementNamesT&& value) { m_unprocessedPreparedStatementNamesHasBeenSet =
true; m_unprocessedPreparedStatementNames = std::forward<UnprocessedPreparedStatementNamesT>(value); }
59 template<
typename UnprocessedPreparedStatementNamesT = Aws::Vector<UnprocessedPreparedStatementName>>
61 template<
typename UnprocessedPreparedStatementNamesT = UnprocessedPreparedStatementName>
68 template<
typename RequestIdT = Aws::String>
69 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
70 template<
typename RequestIdT = Aws::String>
76 bool m_preparedStatementsHasBeenSet =
false;
79 bool m_unprocessedPreparedStatementNamesHasBeenSet =
false;
82 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
BatchGetPreparedStatementResult & AddPreparedStatements(PreparedStatementsT &&value)
void SetPreparedStatements(PreparedStatementsT &&value)
void SetUnprocessedPreparedStatementNames(UnprocessedPreparedStatementNamesT &&value)
BatchGetPreparedStatementResult & WithRequestId(RequestIdT &&value)
AWS_ATHENA_API BatchGetPreparedStatementResult()=default
void SetRequestId(RequestIdT &&value)
BatchGetPreparedStatementResult & AddUnprocessedPreparedStatementNames(UnprocessedPreparedStatementNamesT &&value)
AWS_ATHENA_API BatchGetPreparedStatementResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< UnprocessedPreparedStatementName > & GetUnprocessedPreparedStatementNames() const
AWS_ATHENA_API BatchGetPreparedStatementResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< PreparedStatement > & GetPreparedStatements() const
BatchGetPreparedStatementResult & WithPreparedStatements(PreparedStatementsT &&value)
BatchGetPreparedStatementResult & WithUnprocessedPreparedStatementNames(UnprocessedPreparedStatementNamesT &&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