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