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/QueryExecution.h>
11#include <aws/athena/model/UnprocessedQueryExecutionId.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename QueryExecutionsT = Aws::Vector<QueryExecution>>
44 void SetQueryExecutions(QueryExecutionsT&& value) { m_queryExecutionsHasBeenSet =
true; m_queryExecutions = std::forward<QueryExecutionsT>(value); }
45 template<
typename QueryExecutionsT = Aws::Vector<QueryExecution>>
47 template<
typename QueryExecutionsT = QueryExecution>
56 template<
typename UnprocessedQueryExecutionIdsT = Aws::Vector<UnprocessedQueryExecutionId>>
57 void SetUnprocessedQueryExecutionIds(UnprocessedQueryExecutionIdsT&& value) { m_unprocessedQueryExecutionIdsHasBeenSet =
true; m_unprocessedQueryExecutionIds = std::forward<UnprocessedQueryExecutionIdsT>(value); }
58 template<
typename UnprocessedQueryExecutionIdsT = Aws::Vector<UnprocessedQueryExecutionId>>
60 template<
typename UnprocessedQueryExecutionIdsT = UnprocessedQueryExecutionId>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_queryExecutionsHasBeenSet =
false;
78 bool m_unprocessedQueryExecutionIdsHasBeenSet =
false;
81 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)
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