7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/sagemaker/model/SortBy.h>
12#include <aws/sagemaker/model/SortOrder.h>
13#include <aws/sagemaker/model/LabelingJobStatus.h>
48 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
49 void SetCreationTimeAfter(CreationTimeAfterT&& value) { m_creationTimeAfterHasBeenSet =
true; m_creationTimeAfter = std::forward<CreationTimeAfterT>(value); }
50 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
61 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
62 void SetCreationTimeBefore(CreationTimeBeforeT&& value) { m_creationTimeBeforeHasBeenSet =
true; m_creationTimeBefore = std::forward<CreationTimeBeforeT>(value); }
63 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
74 template<
typename LastModifiedTimeAfterT = Aws::Utils::DateTime>
75 void SetLastModifiedTimeAfter(LastModifiedTimeAfterT&& value) { m_lastModifiedTimeAfterHasBeenSet =
true; m_lastModifiedTimeAfter = std::forward<LastModifiedTimeAfterT>(value); }
76 template<
typename LastModifiedTimeAfterT = Aws::Utils::DateTime>
87 template<
typename LastModifiedTimeBeforeT = Aws::Utils::DateTime>
88 void SetLastModifiedTimeBefore(LastModifiedTimeBeforeT&& value) { m_lastModifiedTimeBeforeHasBeenSet =
true; m_lastModifiedTimeBefore = std::forward<LastModifiedTimeBeforeT>(value); }
89 template<
typename LastModifiedTimeBeforeT = Aws::Utils::DateTime>
100 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
112 template<
typename NextTokenT = Aws::String>
113 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
114 template<
typename NextTokenT = Aws::String>
125 template<
typename NameContainsT = Aws::String>
126 void SetNameContains(NameContainsT&& value) { m_nameContainsHasBeenSet =
true; m_nameContains = std::forward<NameContainsT>(value); }
127 template<
typename NameContainsT = Aws::String>
163 bool m_creationTimeAfterHasBeenSet =
false;
166 bool m_creationTimeBeforeHasBeenSet =
false;
169 bool m_lastModifiedTimeAfterHasBeenSet =
false;
172 bool m_lastModifiedTimeBeforeHasBeenSet =
false;
175 bool m_maxResultsHasBeenSet =
false;
178 bool m_nextTokenHasBeenSet =
false;
181 bool m_nameContainsHasBeenSet =
false;
184 bool m_sortByHasBeenSet =
false;
187 bool m_sortOrderHasBeenSet =
false;
190 bool m_statusEqualsHasBeenSet =
false;
void SetMaxResults(int value)
SortOrder GetSortOrder() const
void SetNameContains(NameContainsT &&value)
const Aws::String & GetNextToken() const
bool CreationTimeBeforeHasBeenSet() const
bool StatusEqualsHasBeenSet() const
const Aws::String & GetNameContains() const
void SetLastModifiedTimeBefore(LastModifiedTimeBeforeT &&value)
void SetSortOrder(SortOrder value)
ListLabelingJobsRequest & WithCreationTimeAfter(CreationTimeAfterT &&value)
bool NextTokenHasBeenSet() const
ListLabelingJobsRequest & WithSortBy(SortBy value)
const Aws::Utils::DateTime & GetCreationTimeBefore() const
bool NameContainsHasBeenSet() const
bool SortOrderHasBeenSet() const
void SetCreationTimeBefore(CreationTimeBeforeT &&value)
ListLabelingJobsRequest & WithLastModifiedTimeBefore(LastModifiedTimeBeforeT &&value)
void SetCreationTimeAfter(CreationTimeAfterT &&value)
bool LastModifiedTimeBeforeHasBeenSet() const
void SetNextToken(NextTokenT &&value)
ListLabelingJobsRequest & WithMaxResults(int value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListLabelingJobsRequest & WithLastModifiedTimeAfter(LastModifiedTimeAfterT &&value)
LabelingJobStatus GetStatusEquals() const
ListLabelingJobsRequest & WithCreationTimeBefore(CreationTimeBeforeT &&value)
ListLabelingJobsRequest & WithSortOrder(SortOrder value)
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool CreationTimeAfterHasBeenSet() const
bool MaxResultsHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTimeBefore() const
void SetSortBy(SortBy value)
const Aws::Utils::DateTime & GetCreationTimeAfter() const
int GetMaxResults() const
void SetStatusEquals(LabelingJobStatus value)
void SetLastModifiedTimeAfter(LastModifiedTimeAfterT &&value)
bool SortByHasBeenSet() const
bool LastModifiedTimeAfterHasBeenSet() const
ListLabelingJobsRequest & WithStatusEquals(LabelingJobStatus value)
ListLabelingJobsRequest & WithNextToken(NextTokenT &&value)
const Aws::Utils::DateTime & GetLastModifiedTimeAfter() const
AWS_SAGEMAKER_API ListLabelingJobsRequest()=default
ListLabelingJobsRequest & WithNameContains(NameContainsT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String