AWS SDK for C++

AWS SDK for C++ Version 1.11.776

Loading...
Searching...
No Matches
ServiceQuotasPaginationBase.h
1
6#pragma once
7
8#include <aws/core/client/UserAgent.h>
9#include <aws/core/utils/pagination/Paginator.h>
10#include <aws/service-quotas/model/ListAWSDefaultServiceQuotasPaginationTraits.h>
11#include <aws/service-quotas/model/ListRequestedServiceQuotaChangeHistoryByQuotaPaginationTraits.h>
12#include <aws/service-quotas/model/ListRequestedServiceQuotaChangeHistoryPaginationTraits.h>
13#include <aws/service-quotas/model/ListServiceQuotaIncreaseRequestsInTemplatePaginationTraits.h>
14#include <aws/service-quotas/model/ListServiceQuotasPaginationTraits.h>
15#include <aws/service-quotas/model/ListServicesPaginationTraits.h>
16
17#include <memory>
18
19namespace Aws {
20namespace ServiceQuotas {
21
22class ServiceQuotasClient;
23
24template <typename DerivedClient>
26 public:
33 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
36 static_cast<DerivedClient*>(this), request};
37 }
38
45 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
48 static_cast<DerivedClient*>(this), request};
49 }
50
57 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
60 static_cast<DerivedClient*>(this), request};
61 }
62
69 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
72 static_cast<DerivedClient*>(this), request};
73 }
74
81 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
84 static_cast<DerivedClient*>(this), request};
85 }
86
92 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
94 Pagination::ListServicesPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
95 request};
96 }
97};
98} // namespace ServiceQuotas
99} // namespace Aws
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListServiceQuotaIncreaseRequestsInTemplateRequest, Pagination::ListServiceQuotaIncreaseRequestsInTemplatePaginationTraits< DerivedClient > > ListServiceQuotaIncreaseRequestsInTemplatePaginator(const Model::ListServiceQuotaIncreaseRequestsInTemplateRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListServiceQuotasRequest, Pagination::ListServiceQuotasPaginationTraits< DerivedClient > > ListServiceQuotasPaginator(const Model::ListServiceQuotasRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListRequestedServiceQuotaChangeHistoryByQuotaRequest, Pagination::ListRequestedServiceQuotaChangeHistoryByQuotaPaginationTraits< DerivedClient > > ListRequestedServiceQuotaChangeHistoryByQuotaPaginator(const Model::ListRequestedServiceQuotaChangeHistoryByQuotaRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListAWSDefaultServiceQuotasRequest, Pagination::ListAWSDefaultServiceQuotasPaginationTraits< DerivedClient > > ListAWSDefaultServiceQuotasPaginator(const Model::ListAWSDefaultServiceQuotasRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListServicesRequest, Pagination::ListServicesPaginationTraits< DerivedClient > > ListServicesPaginator(const Model::ListServicesRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListRequestedServiceQuotaChangeHistoryRequest, Pagination::ListRequestedServiceQuotaChangeHistoryPaginationTraits< DerivedClient > > ListRequestedServiceQuotaChangeHistoryPaginator(const Model::ListRequestedServiceQuotaChangeHistoryRequest &request)