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/sagemaker/model/InferenceExperimentType.h>
11#include <aws/sagemaker/model/InferenceExperimentStatus.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/sagemaker/model/SortInferenceExperimentsBy.h>
14#include <aws/sagemaker/model/SortOrder.h>
48 template<
typename NameContainsT = Aws::String>
49 void SetNameContains(NameContainsT&& value) { m_nameContainsHasBeenSet =
true; m_nameContains = std::forward<NameContainsT>(value); }
50 template<
typename NameContainsT = Aws::String>
86 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
87 void SetCreationTimeAfter(CreationTimeAfterT&& value) { m_creationTimeAfterHasBeenSet =
true; m_creationTimeAfter = std::forward<CreationTimeAfterT>(value); }
88 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
98 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
99 void SetCreationTimeBefore(CreationTimeBeforeT&& value) { m_creationTimeBeforeHasBeenSet =
true; m_creationTimeBefore = std::forward<CreationTimeBeforeT>(value); }
100 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
111 template<
typename LastModifiedTimeAfterT = Aws::Utils::DateTime>
112 void SetLastModifiedTimeAfter(LastModifiedTimeAfterT&& value) { m_lastModifiedTimeAfterHasBeenSet =
true; m_lastModifiedTimeAfter = std::forward<LastModifiedTimeAfterT>(value); }
113 template<
typename LastModifiedTimeAfterT = Aws::Utils::DateTime>
124 template<
typename LastModifiedTimeBeforeT = Aws::Utils::DateTime>
125 void SetLastModifiedTimeBefore(LastModifiedTimeBeforeT&& value) { m_lastModifiedTimeBeforeHasBeenSet =
true; m_lastModifiedTimeBefore = std::forward<LastModifiedTimeBeforeT>(value); }
126 template<
typename LastModifiedTimeBeforeT = Aws::Utils::DateTime>
157 template<
typename NextTokenT = Aws::String>
158 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
159 template<
typename NextTokenT = Aws::String>
169 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
175 bool m_nameContainsHasBeenSet =
false;
178 bool m_typeHasBeenSet =
false;
181 bool m_statusEqualsHasBeenSet =
false;
184 bool m_creationTimeAfterHasBeenSet =
false;
187 bool m_creationTimeBeforeHasBeenSet =
false;
190 bool m_lastModifiedTimeAfterHasBeenSet =
false;
193 bool m_lastModifiedTimeBeforeHasBeenSet =
false;
196 bool m_sortByHasBeenSet =
false;
199 bool m_sortOrderHasBeenSet =
false;
202 bool m_nextTokenHasBeenSet =
false;
205 bool m_maxResultsHasBeenSet =
false;
ListInferenceExperimentsRequest & WithNameContains(NameContainsT &&value)
ListInferenceExperimentsRequest & WithNextToken(NextTokenT &&value)
const Aws::Utils::DateTime & GetCreationTimeAfter() const
bool SortByHasBeenSet() const
bool CreationTimeBeforeHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool StatusEqualsHasBeenSet() const
bool TypeHasBeenSet() const
void SetSortBy(SortInferenceExperimentsBy value)
InferenceExperimentType GetType() const
void SetNameContains(NameContainsT &&value)
ListInferenceExperimentsRequest & WithLastModifiedTimeBefore(LastModifiedTimeBeforeT &&value)
virtual const char * GetServiceRequestName() const override
bool LastModifiedTimeBeforeHasBeenSet() const
bool MaxResultsHasBeenSet() const
bool NameContainsHasBeenSet() const
void SetMaxResults(int value)
ListInferenceExperimentsRequest & WithSortOrder(SortOrder value)
ListInferenceExperimentsRequest & WithMaxResults(int value)
bool CreationTimeAfterHasBeenSet() const
const Aws::String & GetNameContains() const
bool SortOrderHasBeenSet() const
InferenceExperimentStatus GetStatusEquals() const
int GetMaxResults() const
void SetSortOrder(SortOrder value)
ListInferenceExperimentsRequest & WithStatusEquals(InferenceExperimentStatus value)
void SetType(InferenceExperimentType value)
void SetStatusEquals(InferenceExperimentStatus value)
ListInferenceExperimentsRequest & WithType(InferenceExperimentType value)
ListInferenceExperimentsRequest & WithCreationTimeAfter(CreationTimeAfterT &&value)
void SetLastModifiedTimeAfter(LastModifiedTimeAfterT &&value)
SortInferenceExperimentsBy GetSortBy() const
void SetNextToken(NextTokenT &&value)
ListInferenceExperimentsRequest & WithSortBy(SortInferenceExperimentsBy value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetCreationTimeAfter(CreationTimeAfterT &&value)
ListInferenceExperimentsRequest & WithCreationTimeBefore(CreationTimeBeforeT &&value)
const Aws::Utils::DateTime & GetCreationTimeBefore() const
SortOrder GetSortOrder() const
void SetLastModifiedTimeBefore(LastModifiedTimeBeforeT &&value)
const Aws::Utils::DateTime & GetLastModifiedTimeBefore() const
const Aws::String & GetNextToken() const
ListInferenceExperimentsRequest & WithLastModifiedTimeAfter(LastModifiedTimeAfterT &&value)
bool NextTokenHasBeenSet() const
void SetCreationTimeBefore(CreationTimeBeforeT &&value)
AWS_SAGEMAKER_API ListInferenceExperimentsRequest()=default
const Aws::Utils::DateTime & GetLastModifiedTimeAfter() const
bool LastModifiedTimeAfterHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
InferenceExperimentStatus
SortInferenceExperimentsBy
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String