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>
50 inline void SetNameContains(
const char* value) { m_nameContainsHasBeenSet =
true; m_nameContains.assign(value); }
169 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
181 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
187 bool m_nameContainsHasBeenSet =
false;
190 bool m_typeHasBeenSet =
false;
193 bool m_statusEqualsHasBeenSet =
false;
196 bool m_creationTimeAfterHasBeenSet =
false;
199 bool m_creationTimeBeforeHasBeenSet =
false;
202 bool m_lastModifiedTimeAfterHasBeenSet =
false;
205 bool m_lastModifiedTimeBeforeHasBeenSet =
false;
208 bool m_sortByHasBeenSet =
false;
211 bool m_sortOrderHasBeenSet =
false;
214 bool m_nextTokenHasBeenSet =
false;
217 bool m_maxResultsHasBeenSet =
false;
ListInferenceExperimentsRequest & WithNextToken(const char *value)
const Aws::Utils::DateTime & GetCreationTimeAfter() const
ListInferenceExperimentsRequest & WithSortBy(const SortInferenceExperimentsBy &value)
void SetNextToken(const char *value)
void SetCreationTimeAfter(const Aws::Utils::DateTime &value)
bool SortByHasBeenSet() const
bool CreationTimeBeforeHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool StatusEqualsHasBeenSet() const
bool TypeHasBeenSet() const
ListInferenceExperimentsRequest & WithLastModifiedTimeAfter(Aws::Utils::DateTime &&value)
void SetSortBy(SortInferenceExperimentsBy &&value)
ListInferenceExperimentsRequest & WithCreationTimeAfter(const Aws::Utils::DateTime &value)
ListInferenceExperimentsRequest & WithStatusEquals(InferenceExperimentStatus &&value)
ListInferenceExperimentsRequest & WithNameContains(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
bool LastModifiedTimeBeforeHasBeenSet() const
void SetCreationTimeAfter(Aws::Utils::DateTime &&value)
void SetSortBy(const SortInferenceExperimentsBy &value)
void SetType(const InferenceExperimentType &value)
bool MaxResultsHasBeenSet() const
ListInferenceExperimentsRequest & WithNextToken(Aws::String &&value)
bool NameContainsHasBeenSet() const
void SetStatusEquals(const InferenceExperimentStatus &value)
void SetMaxResults(int value)
void SetLastModifiedTimeBefore(Aws::Utils::DateTime &&value)
void SetSortOrder(const SortOrder &value)
void SetCreationTimeBefore(Aws::Utils::DateTime &&value)
ListInferenceExperimentsRequest & WithNameContains(const char *value)
void SetNameContains(Aws::String &&value)
ListInferenceExperimentsRequest & WithMaxResults(int value)
bool CreationTimeAfterHasBeenSet() const
void SetNameContains(const Aws::String &value)
ListInferenceExperimentsRequest & WithNextToken(const Aws::String &value)
void SetCreationTimeBefore(const Aws::Utils::DateTime &value)
const Aws::String & GetNameContains() const
void SetNextToken(Aws::String &&value)
bool SortOrderHasBeenSet() const
void SetLastModifiedTimeAfter(const Aws::Utils::DateTime &value)
void SetSortOrder(SortOrder &&value)
int GetMaxResults() const
ListInferenceExperimentsRequest & WithSortOrder(const SortOrder &value)
const SortOrder & GetSortOrder() const
ListInferenceExperimentsRequest & WithType(const InferenceExperimentType &value)
void SetLastModifiedTimeBefore(const Aws::Utils::DateTime &value)
ListInferenceExperimentsRequest & WithLastModifiedTimeAfter(const Aws::Utils::DateTime &value)
void SetType(InferenceExperimentType &&value)
ListInferenceExperimentsRequest & WithStatusEquals(const InferenceExperimentStatus &value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const SortInferenceExperimentsBy & GetSortBy() const
ListInferenceExperimentsRequest & WithType(InferenceExperimentType &&value)
const InferenceExperimentStatus & GetStatusEquals() const
void SetLastModifiedTimeAfter(Aws::Utils::DateTime &&value)
ListInferenceExperimentsRequest & WithCreationTimeAfter(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreationTimeBefore() const
ListInferenceExperimentsRequest & WithLastModifiedTimeBefore(const Aws::Utils::DateTime &value)
ListInferenceExperimentsRequest & WithLastModifiedTimeBefore(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetLastModifiedTimeBefore() const
const Aws::String & GetNextToken() const
ListInferenceExperimentsRequest & WithSortOrder(SortOrder &&value)
void SetStatusEquals(InferenceExperimentStatus &&value)
void SetNameContains(const char *value)
bool NextTokenHasBeenSet() const
AWS_SAGEMAKER_API ListInferenceExperimentsRequest()
const Aws::Utils::DateTime & GetLastModifiedTimeAfter() const
ListInferenceExperimentsRequest & WithCreationTimeBefore(const Aws::Utils::DateTime &value)
bool LastModifiedTimeAfterHasBeenSet() const
const InferenceExperimentType & GetType() const
ListInferenceExperimentsRequest & WithCreationTimeBefore(Aws::Utils::DateTime &&value)
void SetNextToken(const Aws::String &value)
ListInferenceExperimentsRequest & WithNameContains(Aws::String &&value)
ListInferenceExperimentsRequest & WithSortBy(SortInferenceExperimentsBy &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
InferenceExperimentStatus
SortInferenceExperimentsBy
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String