7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/AthenaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetNamedQueryId(
const char* value) { m_namedQueryIdHasBeenSet =
true; m_namedQueryId.assign(value); }
53 bool m_namedQueryIdHasBeenSet =
false;
const Aws::String & GetNamedQueryId() const
GetNamedQueryRequest & WithNamedQueryId(const char *value)
void SetNamedQueryId(const char *value)
void SetNamedQueryId(Aws::String &&value)
AWS_ATHENA_API Aws::String SerializePayload() const override
GetNamedQueryRequest & WithNamedQueryId(const Aws::String &value)
void SetNamedQueryId(const Aws::String &value)
AWS_ATHENA_API GetNamedQueryRequest()
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
virtual const char * GetServiceRequestName() const override
GetNamedQueryRequest & WithNamedQueryId(Aws::String &&value)
bool NamedQueryIdHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String