AWS SDK for C++

AWS SDK for C++ Version 1.11.812

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
22template <typename DerivedClient>
24 public:
31 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
34 static_cast<DerivedClient*>(this), request};
35 }
36
43 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
46 static_cast<DerivedClient*>(this), request};
47 }
48
55 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
58 static_cast<DerivedClient*>(this), request};
59 }
60
67 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
70 static_cast<DerivedClient*>(this), request};
71 }
72
79 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
82 static_cast<DerivedClient*>(this), request};
83 }
84
90 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
92 Pagination::ListServicesPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
93 request};
94 }
95};
96} // namespace ServiceQuotas
97} // 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)