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 NamedQueryIdsT = Aws::Vector<Aws::String>>
48 void SetNamedQueryIds(NamedQueryIdsT&& value) { m_namedQueryIdsHasBeenSet =
true; m_namedQueryIds = std::forward<NamedQueryIdsT>(value); }
49 template<
typename NamedQueryIdsT = Aws::Vector<Aws::String>>
51 template<
typename NamedQueryIdsT = Aws::String>
57 bool m_namedQueryIdsHasBeenSet =
false;
BatchGetNamedQueryRequest & WithNamedQueryIds(NamedQueryIdsT &&value)
AWS_ATHENA_API BatchGetNamedQueryRequest()=default
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_ATHENA_API Aws::String SerializePayload() const override
void SetNamedQueryIds(NamedQueryIdsT &&value)
const Aws::Vector< Aws::String > & GetNamedQueryIds() const
virtual const char * GetServiceRequestName() const override
BatchGetNamedQueryRequest & AddNamedQueryIds(NamedQueryIdsT &&value)
bool NamedQueryIdsHasBeenSet() const
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