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;
69 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
void SetRequestId(const char *value)
void SetRequestId(const Aws::String &value)
BatchGetQueryExecutionResult & AddQueryExecutions(QueryExecution &&value)
void SetRequestId(Aws::String &&value)
BatchGetQueryExecutionResult & AddQueryExecutions(const QueryExecution &value)
AWS_ATHENA_API BatchGetQueryExecutionResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
BatchGetQueryExecutionResult & WithRequestId(const Aws::String &value)
void SetQueryExecutions(const Aws::Vector< QueryExecution > &value)
BatchGetQueryExecutionResult & WithQueryExecutions(Aws::Vector< QueryExecution > &&value)
const Aws::Vector< QueryExecution > & GetQueryExecutions() const
void SetUnprocessedQueryExecutionIds(const Aws::Vector< UnprocessedQueryExecutionId > &value)
BatchGetQueryExecutionResult & WithQueryExecutions(const Aws::Vector< QueryExecution > &value)
BatchGetQueryExecutionResult & AddUnprocessedQueryExecutionIds(UnprocessedQueryExecutionId &&value)
BatchGetQueryExecutionResult & WithRequestId(const char *value)
const Aws::String & GetRequestId() const
BatchGetQueryExecutionResult & WithUnprocessedQueryExecutionIds(const Aws::Vector< UnprocessedQueryExecutionId > &value)
void SetUnprocessedQueryExecutionIds(Aws::Vector< UnprocessedQueryExecutionId > &&value)
BatchGetQueryExecutionResult & WithRequestId(Aws::String &&value)
BatchGetQueryExecutionResult & WithUnprocessedQueryExecutionIds(Aws::Vector< UnprocessedQueryExecutionId > &&value)
AWS_ATHENA_API BatchGetQueryExecutionResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetQueryExecutions(Aws::Vector< QueryExecution > &&value)
AWS_ATHENA_API BatchGetQueryExecutionResult()
BatchGetQueryExecutionResult & AddUnprocessedQueryExecutionIds(const UnprocessedQueryExecutionId &value)
const Aws::Vector< UnprocessedQueryExecutionId > & GetUnprocessedQueryExecutionIds() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue