7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/AthenaRequest.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename QueryExecutionIdsT = Aws::Vector<Aws::String>>
48 void SetQueryExecutionIds(QueryExecutionIdsT&& value) { m_queryExecutionIdsHasBeenSet =
true; m_queryExecutionIds = std::forward<QueryExecutionIdsT>(value); }
49 template<
typename QueryExecutionIdsT = Aws::Vector<Aws::String>>
51 template<
typename QueryExecutionIdsT = Aws::String>
57 bool m_queryExecutionIdsHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
BatchGetQueryExecutionRequest & WithQueryExecutionIds(QueryExecutionIdsT &&value)
BatchGetQueryExecutionRequest & AddQueryExecutionIds(QueryExecutionIdsT &&value)
bool QueryExecutionIdsHasBeenSet() const
AWS_ATHENA_API Aws::String SerializePayload() const override
AWS_ATHENA_API BatchGetQueryExecutionRequest()=default
const Aws::Vector< Aws::String > & GetQueryExecutionIds() const
void SetQueryExecutionIds(QueryExecutionIdsT &&value)
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector