7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/model/QueryExecution.h>
9#include <aws/athena/model/UnprocessedQueryExecutionId.h>
10#include <aws/core/http/HttpResponse.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
38 template <
typename QueryExecutionsT = Aws::Vector<QueryExecution>>
40 m_queryExecutionsHasBeenSet =
true;
41 m_queryExecutions = std::forward<QueryExecutionsT>(value);
43 template <
typename QueryExecutionsT = Aws::Vector<QueryExecution>>
48 template <
typename QueryExecutionsT = QueryExecution>
50 m_queryExecutionsHasBeenSet =
true;
51 m_queryExecutions.emplace_back(std::forward<QueryExecutionsT>(value));
61 template <
typename UnprocessedQueryExecutionIdsT = Aws::Vector<UnprocessedQueryExecutionId>>
63 m_unprocessedQueryExecutionIdsHasBeenSet =
true;
64 m_unprocessedQueryExecutionIds = std::forward<UnprocessedQueryExecutionIdsT>(value);
66 template <
typename UnprocessedQueryExecutionIdsT = Aws::Vector<UnprocessedQueryExecutionId>>
71 template <
typename UnprocessedQueryExecutionIdsT = UnprocessedQueryExecutionId>
73 m_unprocessedQueryExecutionIdsHasBeenSet =
true;
74 m_unprocessedQueryExecutionIds.emplace_back(std::forward<UnprocessedQueryExecutionIdsT>(value));
82 template <
typename RequestIdT = Aws::String>
84 m_requestIdHasBeenSet =
true;
85 m_requestId = std::forward<RequestIdT>(value);
87 template <
typename RequestIdT = Aws::String>
102 bool m_queryExecutionsHasBeenSet =
false;
103 bool m_unprocessedQueryExecutionIdsHasBeenSet =
false;
104 bool m_requestIdHasBeenSet =
false;
void SetUnprocessedQueryExecutionIds(UnprocessedQueryExecutionIdsT &&value)
BatchGetQueryExecutionResult & AddQueryExecutions(QueryExecutionsT &&value)
BatchGetQueryExecutionResult & WithQueryExecutions(QueryExecutionsT &&value)
AWS_ATHENA_API BatchGetQueryExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::Vector< QueryExecution > & GetQueryExecutions() const
BatchGetQueryExecutionResult & WithUnprocessedQueryExecutionIds(UnprocessedQueryExecutionIdsT &&value)
const Aws::String & GetRequestId() const
void SetQueryExecutions(QueryExecutionsT &&value)
AWS_ATHENA_API BatchGetQueryExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetQueryExecutionResult & WithRequestId(RequestIdT &&value)
AWS_ATHENA_API BatchGetQueryExecutionResult()=default
void SetRequestId(RequestIdT &&value)
const Aws::Vector< UnprocessedQueryExecutionId > & GetUnprocessedQueryExecutionIds() const
BatchGetQueryExecutionResult & AddUnprocessedQueryExecutionIds(UnprocessedQueryExecutionIdsT &&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