7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename NotebookIdT = Aws::String>
41 void SetNotebookId(NotebookIdT&& value) { m_notebookIdHasBeenSet =
true; m_notebookId = std::forward<NotebookIdT>(value); }
42 template<
typename NotebookIdT = Aws::String>
49 template<
typename RequestIdT = Aws::String>
50 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
51 template<
typename RequestIdT = Aws::String>
57 bool m_notebookIdHasBeenSet =
false;
60 bool m_requestIdHasBeenSet =
false;
AWS_ATHENA_API CreateNotebookResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetNotebookId(NotebookIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
AWS_ATHENA_API CreateNotebookResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetNotebookId() const
CreateNotebookResult & WithRequestId(RequestIdT &&value)
AWS_ATHENA_API CreateNotebookResult()=default
CreateNotebookResult & WithNotebookId(NotebookIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue