7#include <aws/athena/AthenaRequest.h>
8#include <aws/athena/Athena_EXPORTS.h>
9#include <aws/core/utils/UUID.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename NamedQueryIdT = Aws::String>
42 m_namedQueryIdHasBeenSet =
true;
43 m_namedQueryId = std::forward<NamedQueryIdT>(value);
45 template <
typename NamedQueryIdT = Aws::String>
53 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