7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZoneRequest.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/NotebookStatus.h>
11#include <aws/datazone/model/SortKey.h>
12#include <aws/datazone/model/SortOrder.h>
46 template <
typename DomainIdentifierT = Aws::String>
48 m_domainIdentifierHasBeenSet =
true;
49 m_domainIdentifier = std::forward<DomainIdentifierT>(value);
51 template <
typename DomainIdentifierT = Aws::String>
64 template <
typename OwningProjectIdentifierT = Aws::String>
66 m_owningProjectIdentifierHasBeenSet =
true;
67 m_owningProjectIdentifier = std::forward<OwningProjectIdentifierT>(value);
69 template <
typename OwningProjectIdentifierT = Aws::String>
85 m_maxResultsHasBeenSet =
true;
101 m_sortOrderHasBeenSet =
true;
117 m_sortByHasBeenSet =
true;
133 m_statusHasBeenSet =
true;
153 template <
typename NextTokenT = Aws::String>
155 m_nextTokenHasBeenSet =
true;
156 m_nextToken = std::forward<NextTokenT>(value);
158 template <
typename NextTokenT = Aws::String>
178 bool m_domainIdentifierHasBeenSet =
false;
179 bool m_owningProjectIdentifierHasBeenSet =
false;
180 bool m_maxResultsHasBeenSet =
false;
181 bool m_sortOrderHasBeenSet =
false;
182 bool m_sortByHasBeenSet =
false;
183 bool m_statusHasBeenSet =
false;
184 bool m_nextTokenHasBeenSet =
false;
bool NextTokenHasBeenSet() const
ListNotebooksRequest & WithDomainIdentifier(DomainIdentifierT &&value)
bool MaxResultsHasBeenSet() const
bool SortOrderHasBeenSet() const
AWS_DATAZONE_API ListNotebooksRequest()=default
void SetDomainIdentifier(DomainIdentifierT &&value)
const Aws::String & GetNextToken() const
SortOrder GetSortOrder() const
bool SortByHasBeenSet() const
bool StatusHasBeenSet() const
ListNotebooksRequest & WithSortOrder(SortOrder value)
AWS_DATAZONE_API Aws::String SerializePayload() const override
ListNotebooksRequest & WithSortBy(SortKey value)
bool DomainIdentifierHasBeenSet() const
AWS_DATAZONE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetSortOrder(SortOrder value)
ListNotebooksRequest & WithMaxResults(int value)
void SetSortBy(SortKey value)
ListNotebooksRequest & WithNextToken(NextTokenT &&value)
SortKey GetSortBy() const
const Aws::String & GetDomainIdentifier() const
void SetMaxResults(int value)
const Aws::String & GetOwningProjectIdentifier() const
int GetMaxResults() const
ListNotebooksRequest & WithOwningProjectIdentifier(OwningProjectIdentifierT &&value)
void SetOwningProjectIdentifier(OwningProjectIdentifierT &&value)
bool OwningProjectIdentifierHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetStatus(NotebookStatus value)
void SetNextToken(NextTokenT &&value)
ListNotebooksRequest & WithStatus(NotebookStatus value)
NotebookStatus GetStatus() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String