7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/ProjectSummary.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
37 template <
typename ProjectSummaryListT = Aws::Vector<ProjectSummary>>
39 m_projectSummaryListHasBeenSet =
true;
40 m_projectSummaryList = std::forward<ProjectSummaryListT>(value);
42 template <
typename ProjectSummaryListT = Aws::Vector<ProjectSummary>>
47 template <
typename ProjectSummaryListT = ProjectSummary>
49 m_projectSummaryListHasBeenSet =
true;
50 m_projectSummaryList.emplace_back(std::forward<ProjectSummaryListT>(value));
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
97 bool m_projectSummaryListHasBeenSet =
false;
98 bool m_nextTokenHasBeenSet =
false;
99 bool m_requestIdHasBeenSet =
false;
void SetProjectSummaryList(ProjectSummaryListT &&value)
AWS_SAGEMAKER_API ListProjectsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListProjectsResult & WithNextToken(NextTokenT &&value)
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
ListProjectsResult & WithProjectSummaryList(ProjectSummaryListT &&value)
ListProjectsResult & WithRequestId(RequestIdT &&value)
AWS_SAGEMAKER_API ListProjectsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_SAGEMAKER_API ListProjectsResult()=default
const Aws::Vector< ProjectSummary > & GetProjectSummaryList() const
ListProjectsResult & AddProjectSummaryList(ProjectSummaryListT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue