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/AlgorithmSortBy.h>
12#include <aws/sagemaker/model/SortOrder.h>
72 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
85 inline void SetNameContains(
const char* value) { m_nameContainsHasBeenSet =
true; m_nameContains.assign(value); }
101 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
134 bool m_creationTimeAfterHasBeenSet =
false;
137 bool m_creationTimeBeforeHasBeenSet =
false;
140 bool m_maxResultsHasBeenSet =
false;
143 bool m_nameContainsHasBeenSet =
false;
146 bool m_nextTokenHasBeenSet =
false;
149 bool m_sortByHasBeenSet =
false;
152 bool m_sortOrderHasBeenSet =
false;
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNameContains(Aws::String &&value)
void SetSortOrder(SortOrder &&value)
bool SortOrderHasBeenSet() const
void SetSortOrder(const SortOrder &value)
ListAlgorithmsRequest & WithSortBy(AlgorithmSortBy &&value)
const Aws::Utils::DateTime & GetCreationTimeAfter() const
AWS_SAGEMAKER_API ListAlgorithmsRequest()
void SetNextToken(const char *value)
void SetNextToken(const Aws::String &value)
bool MaxResultsHasBeenSet() const
ListAlgorithmsRequest & WithNextToken(const Aws::String &value)
const Aws::Utils::DateTime & GetCreationTimeBefore() const
void SetCreationTimeBefore(Aws::Utils::DateTime &&value)
const Aws::String & GetNameContains() const
ListAlgorithmsRequest & WithCreationTimeAfter(const Aws::Utils::DateTime &value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
void SetNameContains(const Aws::String &value)
const AlgorithmSortBy & GetSortBy() const
ListAlgorithmsRequest & WithCreationTimeBefore(Aws::Utils::DateTime &&value)
void SetMaxResults(int value)
bool NameContainsHasBeenSet() const
ListAlgorithmsRequest & WithSortOrder(const SortOrder &value)
bool CreationTimeAfterHasBeenSet() const
const Aws::String & GetNextToken() const
ListAlgorithmsRequest & WithMaxResults(int value)
int GetMaxResults() const
ListAlgorithmsRequest & WithNameContains(const Aws::String &value)
bool CreationTimeBeforeHasBeenSet() const
ListAlgorithmsRequest & WithSortBy(const AlgorithmSortBy &value)
void SetCreationTimeAfter(Aws::Utils::DateTime &&value)
virtual const char * GetServiceRequestName() const override
ListAlgorithmsRequest & WithNameContains(Aws::String &&value)
ListAlgorithmsRequest & WithCreationTimeBefore(const Aws::Utils::DateTime &value)
bool NextTokenHasBeenSet() const
bool SortByHasBeenSet() const
void SetNameContains(const char *value)
void SetCreationTimeBefore(const Aws::Utils::DateTime &value)
void SetNextToken(Aws::String &&value)
void SetSortBy(AlgorithmSortBy &&value)
ListAlgorithmsRequest & WithNextToken(Aws::String &&value)
const SortOrder & GetSortOrder() const
ListAlgorithmsRequest & WithNextToken(const char *value)
ListAlgorithmsRequest & WithCreationTimeAfter(Aws::Utils::DateTime &&value)
void SetSortBy(const AlgorithmSortBy &value)
ListAlgorithmsRequest & WithNameContains(const char *value)
void SetCreationTimeAfter(const Aws::Utils::DateTime &value)
ListAlgorithmsRequest & WithSortOrder(SortOrder &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String