7#include <aws/athena/AthenaRequest.h>
8#include <aws/athena/Athena_EXPORTS.h>
9#include <aws/athena/model/NotebookType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename NotebookIdT = Aws::String>
42 m_notebookIdHasBeenSet =
true;
43 m_notebookId = std::forward<NotebookIdT>(value);
45 template <
typename NotebookIdT = Aws::String>
58 template <
typename PayloadT = Aws::String>
60 m_payloadHasBeenSet =
true;
61 m_payload = std::forward<PayloadT>(value);
63 template <
typename PayloadT = Aws::String>
78 m_typeHasBeenSet =
true;
94 template <
typename SessionIdT = Aws::String>
96 m_sessionIdHasBeenSet =
true;
97 m_sessionId = std::forward<SessionIdT>(value);
99 template <
typename SessionIdT = Aws::String>
117 template <
typename ClientRequestTokenT = Aws::String>
119 m_clientRequestTokenHasBeenSet =
true;
120 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
122 template <
typename ClientRequestTokenT = Aws::String>
138 bool m_notebookIdHasBeenSet =
false;
139 bool m_payloadHasBeenSet =
false;
140 bool m_typeHasBeenSet =
false;
141 bool m_sessionIdHasBeenSet =
false;
142 bool m_clientRequestTokenHasBeenSet =
false;
AWS_ATHENA_API Aws::String SerializePayload() const override
bool SessionIdHasBeenSet() const
void SetSessionId(SessionIdT &&value)
UpdateNotebookRequest & WithType(NotebookType value)
bool TypeHasBeenSet() const
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetClientRequestToken(ClientRequestTokenT &&value)
void SetPayload(PayloadT &&value)
UpdateNotebookRequest & WithNotebookId(NotebookIdT &&value)
NotebookType GetType() const
UpdateNotebookRequest & WithPayload(PayloadT &&value)
virtual const char * GetServiceRequestName() const override
void SetType(NotebookType value)
UpdateNotebookRequest & WithSessionId(SessionIdT &&value)
const Aws::String & GetPayload() const
bool NotebookIdHasBeenSet() const
void SetNotebookId(NotebookIdT &&value)
const Aws::String & GetSessionId() const
UpdateNotebookRequest & WithClientRequestToken(ClientRequestTokenT &&value)
bool ClientRequestTokenHasBeenSet() const
AWS_ATHENA_API UpdateNotebookRequest()=default
const Aws::String & GetClientRequestToken() const
bool PayloadHasBeenSet() const
const Aws::String & GetNotebookId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String