7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/sagemaker/SageMakerRequest.h>
10#include <aws/sagemaker/SageMaker_EXPORTS.h>
11#include <aws/sagemaker/model/ProjectSortBy.h>
12#include <aws/sagemaker/model/ProjectSortOrder.h>
43 template <
typename CreationTimeAfterT = Aws::Utils::DateTime>
45 m_creationTimeAfterHasBeenSet =
true;
46 m_creationTimeAfter = std::forward<CreationTimeAfterT>(value);
48 template <
typename CreationTimeAfterT = Aws::Utils::DateTime>
62 template <
typename CreationTimeBeforeT = Aws::Utils::DateTime>
64 m_creationTimeBeforeHasBeenSet =
true;
65 m_creationTimeBefore = std::forward<CreationTimeBeforeT>(value);
67 template <
typename CreationTimeBeforeT = Aws::Utils::DateTime>
81 m_maxResultsHasBeenSet =
true;
97 template <
typename NameContainsT = Aws::String>
99 m_nameContainsHasBeenSet =
true;
100 m_nameContains = std::forward<NameContainsT>(value);
102 template <
typename NameContainsT = Aws::String>
117 template <
typename NextTokenT = Aws::String>
119 m_nextTokenHasBeenSet =
true;
120 m_nextToken = std::forward<NextTokenT>(value);
122 template <
typename NextTokenT = Aws::String>
137 m_sortByHasBeenSet =
true;
153 m_sortOrderHasBeenSet =
true;
175 bool m_creationTimeAfterHasBeenSet =
false;
176 bool m_creationTimeBeforeHasBeenSet =
false;
177 bool m_maxResultsHasBeenSet =
false;
178 bool m_nameContainsHasBeenSet =
false;
179 bool m_nextTokenHasBeenSet =
false;
180 bool m_sortByHasBeenSet =
false;
181 bool m_sortOrderHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
ListProjectsRequest & WithMaxResults(int value)
ListProjectsRequest & WithSortBy(ProjectSortBy value)
void SetCreationTimeBefore(CreationTimeBeforeT &&value)
ProjectSortBy GetSortBy() const
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
AWS_SAGEMAKER_API ListProjectsRequest()=default
bool CreationTimeAfterHasBeenSet() const
ListProjectsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
ListProjectsRequest & WithCreationTimeAfter(CreationTimeAfterT &&value)
void SetCreationTimeAfter(CreationTimeAfterT &&value)
ProjectSortOrder GetSortOrder() const
bool NameContainsHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Utils::DateTime & GetCreationTimeBefore() const
ListProjectsRequest & WithCreationTimeBefore(CreationTimeBeforeT &&value)
void SetNameContains(NameContainsT &&value)
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNameContains() const
ListProjectsRequest & WithSortOrder(ProjectSortOrder value)
bool CreationTimeBeforeHasBeenSet() const
bool SortByHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTimeAfter() const
ListProjectsRequest & WithNameContains(NameContainsT &&value)
bool NextTokenHasBeenSet() const
void SetSortBy(ProjectSortBy value)
void SetSortOrder(ProjectSortOrder value)
bool SortOrderHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String