7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/model/NotebookMetadata.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
55 inline void SetPayload(
const char* value) { m_payload.assign(value); }
66 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
ExportNotebookResult & WithRequestId(Aws::String &&value)
AWS_ATHENA_API ExportNotebookResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNotebookMetadata(NotebookMetadata &&value)
AWS_ATHENA_API ExportNotebookResult()
void SetPayload(const Aws::String &value)
ExportNotebookResult & WithRequestId(const char *value)
void SetRequestId(const char *value)
ExportNotebookResult & WithNotebookMetadata(NotebookMetadata &&value)
void SetNotebookMetadata(const NotebookMetadata &value)
void SetPayload(const char *value)
AWS_ATHENA_API ExportNotebookResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const NotebookMetadata & GetNotebookMetadata() const
void SetRequestId(Aws::String &&value)
void SetRequestId(const Aws::String &value)
ExportNotebookResult & WithPayload(const Aws::String &value)
ExportNotebookResult & WithPayload(const char *value)
void SetPayload(Aws::String &&value)
ExportNotebookResult & WithNotebookMetadata(const NotebookMetadata &value)
ExportNotebookResult & WithRequestId(const Aws::String &value)
const Aws::String & GetPayload() const
ExportNotebookResult & WithPayload(Aws::String &&value)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue