7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/AthenaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetNotebookId(
const char* value) { m_notebookIdHasBeenSet =
true; m_notebookId.assign(value); }
57 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
72 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
80 bool m_notebookIdHasBeenSet =
false;
83 bool m_maxResultsHasBeenSet =
false;
86 bool m_nextTokenHasBeenSet =
false;
ListNotebookSessionsRequest & WithNextToken(Aws::String &&value)
ListNotebookSessionsRequest & WithNextToken(const char *value)
ListNotebookSessionsRequest & WithNotebookId(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
bool NotebookIdHasBeenSet() const
void SetNextToken(const Aws::String &value)
ListNotebookSessionsRequest & WithNotebookId(const Aws::String &value)
AWS_ATHENA_API ListNotebookSessionsRequest()
const Aws::String & GetNotebookId() const
const Aws::String & GetNextToken() const
void SetNotebookId(Aws::String &&value)
AWS_ATHENA_API Aws::String SerializePayload() const override
void SetNextToken(Aws::String &&value)
ListNotebookSessionsRequest & WithNextToken(const Aws::String &value)
void SetNotebookId(const char *value)
bool NextTokenHasBeenSet() const
ListNotebookSessionsRequest & WithMaxResults(int value)
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
int GetMaxResults() const
void SetNextToken(const char *value)
bool MaxResultsHasBeenSet() const
ListNotebookSessionsRequest & WithNotebookId(const char *value)
void SetNotebookId(const Aws::String &value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String