7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/AthenaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/athena/model/NotebookType.h>
46 inline void SetNotebookId(
const char* value) { m_notebookIdHasBeenSet =
true; m_notebookId.assign(value); }
60 inline void SetPayload(
const char* value) { m_payloadHasBeenSet =
true; m_payload.assign(value); }
88 inline void SetSessionId(
const char* value) { m_sessionIdHasBeenSet =
true; m_sessionId.assign(value); }
107 inline void SetClientRequestToken(
const char* value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken.assign(value); }
115 bool m_notebookIdHasBeenSet =
false;
118 bool m_payloadHasBeenSet =
false;
121 bool m_typeHasBeenSet =
false;
124 bool m_sessionIdHasBeenSet =
false;
127 bool m_clientRequestTokenHasBeenSet =
false;
AWS_ATHENA_API Aws::String SerializePayload() const override
bool SessionIdHasBeenSet() const
UpdateNotebookRequest & WithNotebookId(const Aws::String &value)
void SetPayload(const char *value)
const NotebookType & GetType() const
UpdateNotebookRequest & WithType(const NotebookType &value)
AWS_ATHENA_API UpdateNotebookRequest()
void SetClientRequestToken(Aws::String &&value)
void SetSessionId(Aws::String &&value)
bool TypeHasBeenSet() const
UpdateNotebookRequest & WithClientRequestToken(const char *value)
void SetPayload(const Aws::String &value)
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateNotebookRequest & WithSessionId(const Aws::String &value)
void SetNotebookId(const Aws::String &value)
void SetSessionId(const Aws::String &value)
void SetClientRequestToken(const char *value)
virtual const char * GetServiceRequestName() const override
UpdateNotebookRequest & WithPayload(const Aws::String &value)
void SetType(const NotebookType &value)
UpdateNotebookRequest & WithSessionId(const char *value)
const Aws::String & GetPayload() const
bool NotebookIdHasBeenSet() const
UpdateNotebookRequest & WithClientRequestToken(const Aws::String &value)
UpdateNotebookRequest & WithPayload(Aws::String &&value)
void SetType(NotebookType &&value)
UpdateNotebookRequest & WithNotebookId(const char *value)
void SetClientRequestToken(const Aws::String &value)
void SetNotebookId(Aws::String &&value)
const Aws::String & GetSessionId() const
bool ClientRequestTokenHasBeenSet() const
void SetSessionId(const char *value)
void SetPayload(Aws::String &&value)
UpdateNotebookRequest & WithNotebookId(Aws::String &&value)
UpdateNotebookRequest & WithClientRequestToken(Aws::String &&value)
UpdateNotebookRequest & WithSessionId(Aws::String &&value)
UpdateNotebookRequest & WithType(NotebookType &&value)
const Aws::String & GetClientRequestToken() const
void SetNotebookId(const char *value)
bool PayloadHasBeenSet() const
UpdateNotebookRequest & WithPayload(const char *value)
const Aws::String & GetNotebookId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String