7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/AthenaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/core/utils/UUID.h>
44 template<
typename NamedQueryIdT = Aws::String>
45 void SetNamedQueryId(NamedQueryIdT&& value) { m_namedQueryIdHasBeenSet =
true; m_namedQueryId = std::forward<NamedQueryIdT>(value); }
46 template<
typename NamedQueryIdT = Aws::String>
52 bool m_namedQueryIdHasBeenSet =
true;
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteNamedQueryRequest & WithNamedQueryId(NamedQueryIdT &&value)
const Aws::String & GetNamedQueryId() const
bool NamedQueryIdHasBeenSet() const
AWS_ATHENA_API Aws::String SerializePayload() const override
void SetNamedQueryId(NamedQueryIdT &&value)
AWS_ATHENA_API DeleteNamedQueryRequest()=default
virtual const char * GetServiceRequestName() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String