7#include <aws/athena/AthenaRequest.h>
8#include <aws/athena/Athena_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
43 template <
typename QueryExecutionIdsT = Aws::Vector<Aws::String>>
45 m_queryExecutionIdsHasBeenSet =
true;
46 m_queryExecutionIds = std::forward<QueryExecutionIdsT>(value);
48 template <
typename QueryExecutionIdsT = Aws::Vector<Aws::String>>
53 template <
typename QueryExecutionIdsT = Aws::String>
55 m_queryExecutionIdsHasBeenSet =
true;
56 m_queryExecutionIds.emplace_back(std::forward<QueryExecutionIdsT>(value));
62 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