7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/model/EndpointConfigSortKey.h>
10#include <aws/sagemaker/model/OrderKey.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/DateTime.h>
68 template<
typename NextTokenT = Aws::String>
69 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
70 template<
typename NextTokenT = Aws::String>
80 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
91 template<
typename NameContainsT = Aws::String>
92 void SetNameContains(NameContainsT&& value) { m_nameContainsHasBeenSet =
true; m_nameContains = std::forward<NameContainsT>(value); }
93 template<
typename NameContainsT = Aws::String>
104 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
105 void SetCreationTimeBefore(CreationTimeBeforeT&& value) { m_creationTimeBeforeHasBeenSet =
true; m_creationTimeBefore = std::forward<CreationTimeBeforeT>(value); }
106 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
117 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
118 void SetCreationTimeAfter(CreationTimeAfterT&& value) { m_creationTimeAfterHasBeenSet =
true; m_creationTimeAfter = std::forward<CreationTimeAfterT>(value); }
119 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
125 bool m_sortByHasBeenSet =
false;
128 bool m_sortOrderHasBeenSet =
false;
131 bool m_nextTokenHasBeenSet =
false;
134 bool m_maxResultsHasBeenSet =
false;
137 bool m_nameContainsHasBeenSet =
false;
140 bool m_creationTimeBeforeHasBeenSet =
false;
143 bool m_creationTimeAfterHasBeenSet =
false;
ListEndpointConfigsRequest & WithSortBy(EndpointConfigSortKey value)
void SetSortOrder(OrderKey value)
bool SortOrderHasBeenSet() const
void SetCreationTimeAfter(CreationTimeAfterT &&value)
AWS_SAGEMAKER_API ListEndpointConfigsRequest()=default
void SetNameContains(NameContainsT &&value)
void SetMaxResults(int value)
ListEndpointConfigsRequest & WithSortOrder(OrderKey value)
bool CreationTimeBeforeHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetCreationTimeBefore(CreationTimeBeforeT &&value)
ListEndpointConfigsRequest & WithMaxResults(int value)
bool CreationTimeAfterHasBeenSet() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Utils::DateTime & GetCreationTimeBefore() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool NameContainsHasBeenSet() const
ListEndpointConfigsRequest & WithNextToken(NextTokenT &&value)
int GetMaxResults() const
OrderKey GetSortOrder() const
const Aws::String & GetNameContains() const
const Aws::Utils::DateTime & GetCreationTimeAfter() const
ListEndpointConfigsRequest & WithCreationTimeAfter(CreationTimeAfterT &&value)
EndpointConfigSortKey GetSortBy() const
ListEndpointConfigsRequest & WithNameContains(NameContainsT &&value)
void SetNextToken(NextTokenT &&value)
ListEndpointConfigsRequest & WithCreationTimeBefore(CreationTimeBeforeT &&value)
bool NextTokenHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
bool SortByHasBeenSet() const
void SetSortBy(EndpointConfigSortKey value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String