7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/DateTime.h>
11#include <aws/sagemaker/model/TrainingJobStatus.h>
12#include <aws/sagemaker/model/SortBy.h>
13#include <aws/sagemaker/model/SortOrder.h>
14#include <aws/sagemaker/model/WarmPoolResourceStatus.h>
50 template<
typename NextTokenT = Aws::String>
51 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
52 template<
typename NextTokenT = Aws::String>
62 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
73 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
74 void SetCreationTimeAfter(CreationTimeAfterT&& value) { m_creationTimeAfterHasBeenSet =
true; m_creationTimeAfter = std::forward<CreationTimeAfterT>(value); }
75 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
86 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
87 void SetCreationTimeBefore(CreationTimeBeforeT&& value) { m_creationTimeBeforeHasBeenSet =
true; m_creationTimeBefore = std::forward<CreationTimeBeforeT>(value); }
88 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
99 template<
typename LastModifiedTimeAfterT = Aws::Utils::DateTime>
100 void SetLastModifiedTimeAfter(LastModifiedTimeAfterT&& value) { m_lastModifiedTimeAfterHasBeenSet =
true; m_lastModifiedTimeAfter = std::forward<LastModifiedTimeAfterT>(value); }
101 template<
typename LastModifiedTimeAfterT = Aws::Utils::DateTime>
112 template<
typename LastModifiedTimeBeforeT = Aws::Utils::DateTime>
113 void SetLastModifiedTimeBefore(LastModifiedTimeBeforeT&& value) { m_lastModifiedTimeBeforeHasBeenSet =
true; m_lastModifiedTimeBefore = std::forward<LastModifiedTimeBeforeT>(value); }
114 template<
typename LastModifiedTimeBeforeT = Aws::Utils::DateTime>
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>
182 template<
typename TrainingPlanArnEqualsT = Aws::String>
183 void SetTrainingPlanArnEquals(TrainingPlanArnEqualsT&& value) { m_trainingPlanArnEqualsHasBeenSet =
true; m_trainingPlanArnEquals = std::forward<TrainingPlanArnEqualsT>(value); }
184 template<
typename TrainingPlanArnEqualsT = Aws::String>
190 bool m_nextTokenHasBeenSet =
false;
193 bool m_maxResultsHasBeenSet =
false;
196 bool m_creationTimeAfterHasBeenSet =
false;
199 bool m_creationTimeBeforeHasBeenSet =
false;
202 bool m_lastModifiedTimeAfterHasBeenSet =
false;
205 bool m_lastModifiedTimeBeforeHasBeenSet =
false;
208 bool m_nameContainsHasBeenSet =
false;
211 bool m_statusEqualsHasBeenSet =
false;
214 bool m_sortByHasBeenSet =
false;
217 bool m_sortOrderHasBeenSet =
false;
220 bool m_warmPoolStatusEqualsHasBeenSet =
false;
223 bool m_trainingPlanArnEqualsHasBeenSet =
false;
const Aws::Utils::DateTime & GetLastModifiedTimeBefore() const
ListTrainingJobsRequest & WithLastModifiedTimeBefore(LastModifiedTimeBeforeT &&value)
void SetNameContains(NameContainsT &&value)
WarmPoolResourceStatus GetWarmPoolStatusEquals() const
bool NextTokenHasBeenSet() const
ListTrainingJobsRequest & WithMaxResults(int value)
void SetStatusEquals(TrainingJobStatus value)
bool LastModifiedTimeAfterHasBeenSet() const
void SetMaxResults(int value)
TrainingJobStatus GetStatusEquals() const
ListTrainingJobsRequest & WithCreationTimeAfter(CreationTimeAfterT &&value)
ListTrainingJobsRequest & WithSortBy(SortBy value)
bool SortByHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTimeAfter() const
ListTrainingJobsRequest & WithSortOrder(SortOrder value)
ListTrainingJobsRequest & WithCreationTimeBefore(CreationTimeBeforeT &&value)
bool NameContainsHasBeenSet() const
void SetCreationTimeBefore(CreationTimeBeforeT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetCreationTimeAfter(CreationTimeAfterT &&value)
bool CreationTimeAfterHasBeenSet() const
void SetSortOrder(SortOrder value)
void SetLastModifiedTimeAfter(LastModifiedTimeAfterT &&value)
void SetNextToken(NextTokenT &&value)
ListTrainingJobsRequest & WithLastModifiedTimeAfter(LastModifiedTimeAfterT &&value)
ListTrainingJobsRequest & WithNameContains(NameContainsT &&value)
AWS_SAGEMAKER_API ListTrainingJobsRequest()=default
const Aws::Utils::DateTime & GetLastModifiedTimeAfter() const
void SetSortBy(SortBy value)
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
ListTrainingJobsRequest & WithTrainingPlanArnEquals(TrainingPlanArnEqualsT &&value)
bool LastModifiedTimeBeforeHasBeenSet() const
const Aws::String & GetNextToken() const
const Aws::Utils::DateTime & GetCreationTimeBefore() const
bool SortOrderHasBeenSet() const
bool TrainingPlanArnEqualsHasBeenSet() const
void SetWarmPoolStatusEquals(WarmPoolResourceStatus value)
const Aws::String & GetNameContains() const
bool StatusEqualsHasBeenSet() const
bool WarmPoolStatusEqualsHasBeenSet() const
ListTrainingJobsRequest & WithWarmPoolStatusEquals(WarmPoolResourceStatus value)
ListTrainingJobsRequest & WithStatusEquals(TrainingJobStatus value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
SortOrder GetSortOrder() const
ListTrainingJobsRequest & WithNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
bool CreationTimeBeforeHasBeenSet() const
void SetTrainingPlanArnEquals(TrainingPlanArnEqualsT &&value)
const Aws::String & GetTrainingPlanArnEquals() const
void SetLastModifiedTimeBefore(LastModifiedTimeBeforeT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String