7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/model/NotebookInstanceSummary.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
44 template<
typename NextTokenT = Aws::String>
45 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
46 template<
typename NextTokenT = Aws::String>
56 template<
typename NotebookInstancesT = Aws::Vector<NotebookInstanceSummary>>
57 void SetNotebookInstances(NotebookInstancesT&& value) { m_notebookInstancesHasBeenSet =
true; m_notebookInstances = std::forward<NotebookInstancesT>(value); }
58 template<
typename NotebookInstancesT = Aws::Vector<NotebookInstanceSummary>>
60 template<
typename NotebookInstancesT = NotebookInstanceSummary>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_nextTokenHasBeenSet =
false;
78 bool m_notebookInstancesHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
const Aws::Vector< NotebookInstanceSummary > & GetNotebookInstances() const
ListNotebookInstancesResult & AddNotebookInstances(NotebookInstancesT &&value)
AWS_SAGEMAKER_API ListNotebookInstancesResult()=default
AWS_SAGEMAKER_API ListNotebookInstancesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListNotebookInstancesResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
ListNotebookInstancesResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
void SetNotebookInstances(NotebookInstancesT &&value)
void SetRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API ListNotebookInstancesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListNotebookInstancesResult & WithNotebookInstances(NotebookInstancesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue