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>
58 bool m_namedQueryIdsHasBeenSet =
false;
AWS_ATHENA_API BatchGetNamedQueryRequest()
BatchGetNamedQueryRequest & WithNamedQueryIds(const Aws::Vector< Aws::String > &value)
void SetNamedQueryIds(const Aws::Vector< Aws::String > &value)
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchGetNamedQueryRequest & AddNamedQueryIds(const Aws::String &value)
AWS_ATHENA_API Aws::String SerializePayload() const override
void SetNamedQueryIds(Aws::Vector< Aws::String > &&value)
const Aws::Vector< Aws::String > & GetNamedQueryIds() const
virtual const char * GetServiceRequestName() const override
BatchGetNamedQueryRequest & WithNamedQueryIds(Aws::Vector< Aws::String > &&value)
bool NamedQueryIdsHasBeenSet() const
BatchGetNamedQueryRequest & AddNamedQueryIds(Aws::String &&value)
BatchGetNamedQueryRequest & AddNamedQueryIds(const char *value)
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