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>
100 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
114 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
129 inline void SetNameContains(
const char* value) { m_nameContainsHasBeenSet =
true; m_nameContains.assign(value); }
141 inline void SetSortBy(
const SortBy& value) { m_sortByHasBeenSet =
true; m_sortBy = value; }
142 inline void SetSortBy(
SortBy&& value) { m_sortByHasBeenSet =
true; m_sortBy = std::move(value); }
173 bool m_creationTimeAfterHasBeenSet =
false;
176 bool m_creationTimeBeforeHasBeenSet =
false;
179 bool m_lastModifiedTimeAfterHasBeenSet =
false;
182 bool m_lastModifiedTimeBeforeHasBeenSet =
false;
185 bool m_maxResultsHasBeenSet =
false;
188 bool m_nextTokenHasBeenSet =
false;
191 bool m_nameContainsHasBeenSet =
false;
194 bool m_sortByHasBeenSet =
false;
197 bool m_sortOrderHasBeenSet =
false;
200 bool m_statusEqualsHasBeenSet =
false;
void SetMaxResults(int value)
ListLabelingJobsRequest & WithSortBy(const SortBy &value)
void SetLastModifiedTimeAfter(const Aws::Utils::DateTime &value)
ListLabelingJobsRequest & WithCreationTimeAfter(Aws::Utils::DateTime &&value)
ListLabelingJobsRequest & WithStatusEquals(LabelingJobStatus &&value)
void SetCreationTimeAfter(Aws::Utils::DateTime &&value)
const Aws::String & GetNextToken() const
void SetNameContains(Aws::String &&value)
bool CreationTimeBeforeHasBeenSet() const
const SortBy & GetSortBy() const
void SetCreationTimeBefore(Aws::Utils::DateTime &&value)
void SetStatusEquals(LabelingJobStatus &&value)
bool StatusEqualsHasBeenSet() const
const Aws::String & GetNameContains() const
ListLabelingJobsRequest & WithCreationTimeAfter(const Aws::Utils::DateTime &value)
void SetNextToken(Aws::String &&value)
void SetLastModifiedTimeBefore(Aws::Utils::DateTime &&value)
ListLabelingJobsRequest & WithNextToken(const Aws::String &value)
const SortOrder & GetSortOrder() const
void SetLastModifiedTimeBefore(const Aws::Utils::DateTime &value)
bool NextTokenHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTimeBefore() const
void SetStatusEquals(const LabelingJobStatus &value)
bool NameContainsHasBeenSet() const
void SetNameContains(const Aws::String &value)
void SetCreationTimeBefore(const Aws::Utils::DateTime &value)
bool SortOrderHasBeenSet() const
ListLabelingJobsRequest & WithCreationTimeBefore(Aws::Utils::DateTime &&value)
ListLabelingJobsRequest & WithNextToken(Aws::String &&value)
void SetLastModifiedTimeAfter(Aws::Utils::DateTime &&value)
void SetNameContains(const char *value)
bool LastModifiedTimeBeforeHasBeenSet() const
ListLabelingJobsRequest & WithSortOrder(SortOrder &&value)
ListLabelingJobsRequest & WithMaxResults(int value)
ListLabelingJobsRequest & WithStatusEquals(const LabelingJobStatus &value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListLabelingJobsRequest & WithCreationTimeBefore(const Aws::Utils::DateTime &value)
ListLabelingJobsRequest & WithLastModifiedTimeAfter(Aws::Utils::DateTime &&value)
void SetSortBy(const SortBy &value)
void SetSortOrder(const SortOrder &value)
virtual const char * GetServiceRequestName() const override
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
AWS_SAGEMAKER_API ListLabelingJobsRequest()
ListLabelingJobsRequest & WithNameContains(const Aws::String &value)
ListLabelingJobsRequest & WithNameContains(Aws::String &&value)
bool CreationTimeAfterHasBeenSet() const
bool MaxResultsHasBeenSet() const
ListLabelingJobsRequest & WithLastModifiedTimeBefore(const Aws::Utils::DateTime &value)
void SetNextToken(const char *value)
ListLabelingJobsRequest & WithSortOrder(const SortOrder &value)
ListLabelingJobsRequest & WithNextToken(const char *value)
const Aws::Utils::DateTime & GetLastModifiedTimeBefore() const
void SetSortOrder(SortOrder &&value)
void SetCreationTimeAfter(const Aws::Utils::DateTime &value)
const Aws::Utils::DateTime & GetCreationTimeAfter() const
int GetMaxResults() const
void SetSortBy(SortBy &&value)
ListLabelingJobsRequest & WithNameContains(const char *value)
void SetNextToken(const Aws::String &value)
ListLabelingJobsRequest & WithLastModifiedTimeBefore(Aws::Utils::DateTime &&value)
ListLabelingJobsRequest & WithLastModifiedTimeAfter(const Aws::Utils::DateTime &value)
bool SortByHasBeenSet() const
bool LastModifiedTimeAfterHasBeenSet() const
const LabelingJobStatus & GetStatusEquals() const
ListLabelingJobsRequest & WithSortBy(SortBy &&value)
const Aws::Utils::DateTime & GetLastModifiedTimeAfter() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String