7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/AthenaRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename NotebookIdT = Aws::String>
44 void SetNotebookId(NotebookIdT&& value) { m_notebookIdHasBeenSet =
true; m_notebookId = std::forward<NotebookIdT>(value); }
45 template<
typename NotebookIdT = Aws::String>
55 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
68 template<
typename NextTokenT = Aws::String>
69 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
70 template<
typename NextTokenT = Aws::String>
76 bool m_notebookIdHasBeenSet =
false;
79 bool m_maxResultsHasBeenSet =
false;
82 bool m_nextTokenHasBeenSet =
false;
AWS_ATHENA_API ListNotebookSessionsRequest()=default
ListNotebookSessionsRequest & WithNotebookId(NotebookIdT &&value)
virtual const char * GetServiceRequestName() const override
bool NotebookIdHasBeenSet() const
const Aws::String & GetNotebookId() const
const Aws::String & GetNextToken() const
AWS_ATHENA_API Aws::String SerializePayload() const override
ListNotebookSessionsRequest & WithNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
ListNotebookSessionsRequest & WithMaxResults(int value)
AWS_ATHENA_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetMaxResults(int value)
void SetNextToken(NextTokenT &&value)
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
void SetNotebookId(NotebookIdT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String