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 NotebookIdT = Aws::String>
41 m_notebookIdHasBeenSet =
true;
42 m_notebookId = std::forward<NotebookIdT>(value);
44 template <
typename NotebookIdT = Aws::String>
52 bool m_notebookIdHasBeenSet =
false;
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNotebookId(NotebookIdT &&value)
AWS_ATHENA_API ExportNotebookRequest()=default
const Aws::String & GetNotebookId() const
ExportNotebookRequest & WithNotebookId(NotebookIdT &&value)
bool NotebookIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
AWS_ATHENA_API Aws::String SerializePayload() const override
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String