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/SchedulerResourceStatus.h>
12#include <aws/sagemaker/model/SortQuotaBy.h>
13#include <aws/sagemaker/model/SortOrder.h>
49 template<
typename CreatedAfterT = Aws::Utils::DateTime>
50 void SetCreatedAfter(CreatedAfterT&& value) { m_createdAfterHasBeenSet =
true; m_createdAfter = std::forward<CreatedAfterT>(value); }
51 template<
typename CreatedAfterT = Aws::Utils::DateTime>
63 template<
typename CreatedBeforeT = Aws::Utils::DateTime>
64 void SetCreatedBefore(CreatedBeforeT&& value) { m_createdBeforeHasBeenSet =
true; m_createdBefore = std::forward<CreatedBeforeT>(value); }
65 template<
typename CreatedBeforeT = Aws::Utils::DateTime>
75 template<
typename NameContainsT = Aws::String>
76 void SetNameContains(NameContainsT&& value) { m_nameContainsHasBeenSet =
true; m_nameContains = std::forward<NameContainsT>(value); }
77 template<
typename NameContainsT = Aws::String>
97 template<
typename ClusterArnT = Aws::String>
98 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet =
true; m_clusterArn = std::forward<ClusterArnT>(value); }
99 template<
typename ClusterArnT = Aws::String>
133 template<
typename NextTokenT = Aws::String>
134 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
135 template<
typename NextTokenT = Aws::String>
145 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
151 bool m_createdAfterHasBeenSet =
false;
154 bool m_createdBeforeHasBeenSet =
false;
157 bool m_nameContainsHasBeenSet =
false;
160 bool m_statusHasBeenSet =
false;
163 bool m_clusterArnHasBeenSet =
false;
166 bool m_sortByHasBeenSet =
false;
169 bool m_sortOrderHasBeenSet =
false;
172 bool m_nextTokenHasBeenSet =
false;
175 bool m_maxResultsHasBeenSet =
false;
void SetCreatedBefore(CreatedBeforeT &&value)
void SetClusterArn(ClusterArnT &&value)
ListComputeQuotasRequest & WithNameContains(NameContainsT &&value)
bool CreatedAfterHasBeenSet() const
void SetSortBy(SortQuotaBy value)
void SetNextToken(NextTokenT &&value)
void SetCreatedAfter(CreatedAfterT &&value)
ListComputeQuotasRequest & WithClusterArn(ClusterArnT &&value)
bool NameContainsHasBeenSet() const
ListComputeQuotasRequest & WithMaxResults(int value)
ListComputeQuotasRequest & WithCreatedAfter(CreatedAfterT &&value)
bool StatusHasBeenSet() const
bool CreatedBeforeHasBeenSet() const
SchedulerResourceStatus GetStatus() const
AWS_SAGEMAKER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::Utils::DateTime & GetCreatedBefore() const
void SetMaxResults(int value)
void SetSortOrder(SortOrder value)
void SetStatus(SchedulerResourceStatus value)
const Aws::String & GetNameContains() const
bool SortOrderHasBeenSet() const
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
AWS_SAGEMAKER_API ListComputeQuotasRequest()=default
const Aws::Utils::DateTime & GetCreatedAfter() const
const Aws::String & GetNextToken() const
SortQuotaBy GetSortBy() const
ListComputeQuotasRequest & WithSortOrder(SortOrder value)
SortOrder GetSortOrder() const
ListComputeQuotasRequest & WithNextToken(NextTokenT &&value)
void SetNameContains(NameContainsT &&value)
ListComputeQuotasRequest & WithCreatedBefore(CreatedBeforeT &&value)
AWS_SAGEMAKER_API Aws::String SerializePayload() const override
const Aws::String & GetClusterArn() const
ListComputeQuotasRequest & WithSortBy(SortQuotaBy value)
bool SortByHasBeenSet() const
bool NextTokenHasBeenSet() const
bool ClusterArnHasBeenSet() const
bool MaxResultsHasBeenSet() const
ListComputeQuotasRequest & WithStatus(SchedulerResourceStatus value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String