7#include <aws/sagemaker/SageMaker_EXPORTS.h>
8#include <aws/sagemaker/SageMakerRequest.h>
9#include <aws/sagemaker/model/InferenceComponentSortKey.h>
10#include <aws/sagemaker/model/OrderKey.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/sagemaker/model/InferenceComponentStatus.h>
70 template<
typename NextTokenT = Aws::String>
71 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
72 template<
typename NextTokenT = Aws::String>
83 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
94 template<
typename NameContainsT = Aws::String>
95 void SetNameContains(NameContainsT&& value) { m_nameContainsHasBeenSet =
true; m_nameContains = std::forward<NameContainsT>(value); }
96 template<
typename NameContainsT = Aws::String>
107 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
108 void SetCreationTimeBefore(CreationTimeBeforeT&& value) { m_creationTimeBeforeHasBeenSet =
true; m_creationTimeBefore = std::forward<CreationTimeBeforeT>(value); }
109 template<
typename CreationTimeBeforeT = Aws::Utils::DateTime>
120 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
121 void SetCreationTimeAfter(CreationTimeAfterT&& value) { m_creationTimeAfterHasBeenSet =
true; m_creationTimeAfter = std::forward<CreationTimeAfterT>(value); }
122 template<
typename CreationTimeAfterT = Aws::Utils::DateTime>
133 template<
typename LastModifiedTimeBeforeT = Aws::Utils::DateTime>
134 void SetLastModifiedTimeBefore(LastModifiedTimeBeforeT&& value) { m_lastModifiedTimeBeforeHasBeenSet =
true; m_lastModifiedTimeBefore = std::forward<LastModifiedTimeBeforeT>(value); }
135 template<
typename LastModifiedTimeBeforeT = Aws::Utils::DateTime>
146 template<
typename LastModifiedTimeAfterT = Aws::Utils::DateTime>
147 void SetLastModifiedTimeAfter(LastModifiedTimeAfterT&& value) { m_lastModifiedTimeAfterHasBeenSet =
true; m_lastModifiedTimeAfter = std::forward<LastModifiedTimeAfterT>(value); }
148 template<
typename LastModifiedTimeAfterT = Aws::Utils::DateTime>
171 template<
typename Endpo
intNameEqualsT = Aws::String>
172 void SetEndpointNameEquals(EndpointNameEqualsT&& value) { m_endpointNameEqualsHasBeenSet =
true; m_endpointNameEquals = std::forward<EndpointNameEqualsT>(value); }
173 template<
typename Endpo
intNameEqualsT = Aws::String>
185 template<
typename VariantNameEqualsT = Aws::String>
186 void SetVariantNameEquals(VariantNameEqualsT&& value) { m_variantNameEqualsHasBeenSet =
true; m_variantNameEquals = std::forward<VariantNameEqualsT>(value); }
187 template<
typename VariantNameEqualsT = Aws::String>
193 bool m_sortByHasBeenSet =
false;
196 bool m_sortOrderHasBeenSet =
false;
199 bool m_nextTokenHasBeenSet =
false;
202 bool m_maxResultsHasBeenSet =
false;
205 bool m_nameContainsHasBeenSet =
false;
208 bool m_creationTimeBeforeHasBeenSet =
false;
211 bool m_creationTimeAfterHasBeenSet =
false;
214 bool m_lastModifiedTimeBeforeHasBeenSet =
false;
217 bool m_lastModifiedTimeAfterHasBeenSet =
false;
220 bool m_statusEqualsHasBeenSet =
false;
223 bool m_endpointNameEqualsHasBeenSet =
false;
226 bool m_variantNameEqualsHasBeenSet =
false;
bool MaxResultsHasBeenSet() const
void SetNameContains(NameContainsT &&value)
bool CreationTimeBeforeHasBeenSet() const
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
void SetSortBy(InferenceComponentSortKey value)
void SetNextToken(NextTokenT &&value)
bool SortByHasBeenSet() const
ListInferenceComponentsRequest & WithNameContains(NameContainsT &&value)
int GetMaxResults() const
bool EndpointNameEqualsHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTimeAfter() const
ListInferenceComponentsRequest & WithStatusEquals(InferenceComponentStatus value)
ListInferenceComponentsRequest & WithLastModifiedTimeAfter(LastModifiedTimeAfterT &&value)
const Aws::String & GetNextToken() const
const Aws::Utils::DateTime & GetLastModifiedTimeBefore() const
bool LastModifiedTimeBeforeHasBeenSet() const
bool SortOrderHasBeenSet() const
ListInferenceComponentsRequest & WithEndpointNameEquals(EndpointNameEqualsT &&value)
void SetMaxResults(int value)
bool CreationTimeAfterHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ListInferenceComponentsRequest & WithCreationTimeBefore(CreationTimeBeforeT &&value)
bool VariantNameEqualsHasBeenSet() const
const Aws::String & GetEndpointNameEquals() const
const Aws::Utils::DateTime & GetCreationTimeBefore() const
InferenceComponentSortKey GetSortBy() const
ListInferenceComponentsRequest & WithLastModifiedTimeBefore(LastModifiedTimeBeforeT &&value)
ListInferenceComponentsRequest & WithVariantNameEquals(VariantNameEqualsT &&value)
void SetVariantNameEquals(VariantNameEqualsT &&value)
bool StatusEqualsHasBeenSet() const
const Aws::Utils::DateTime & GetCreationTimeAfter() const
void SetSortOrder(OrderKey value)
const Aws::String & GetVariantNameEquals() const
ListInferenceComponentsRequest & WithSortOrder(OrderKey value)
void SetCreationTimeBefore(CreationTimeBeforeT &&value)
ListInferenceComponentsRequest & WithSortBy(InferenceComponentSortKey value)
ListInferenceComponentsRequest & WithCreationTimeAfter(CreationTimeAfterT &&value)
OrderKey GetSortOrder() const
const Aws::String & GetNameContains() const
void SetCreationTimeAfter(CreationTimeAfterT &&value)
void SetLastModifiedTimeBefore(LastModifiedTimeBeforeT &&value)
bool NameContainsHasBeenSet() const
InferenceComponentStatus GetStatusEquals() const
void SetLastModifiedTimeAfter(LastModifiedTimeAfterT &&value)
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListInferenceComponentsRequest & WithMaxResults(int value)
void SetStatusEquals(InferenceComponentStatus value)
ListInferenceComponentsRequest & WithNextToken(NextTokenT &&value)
bool LastModifiedTimeAfterHasBeenSet() const
void SetEndpointNameEquals(EndpointNameEqualsT &&value)
AWS_SAGEMAKER_API ListInferenceComponentsRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
InferenceComponentSortKey
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String