7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/AthenaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename NamedQueryIdT = Aws::String>
44 void SetNamedQueryId(NamedQueryIdT&& value) { m_namedQueryIdHasBeenSet =
true; m_namedQueryId = std::forward<NamedQueryIdT>(value); }
45 template<
typename NamedQueryIdT = Aws::String>
51 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