AWS SDK for C++

AWS SDK for C++ Version 1.11.812

Loading...
Searching...
No Matches
BillingPaginationBase.h
1
6#pragma once
7
8#include <aws/billing/model/ListBillingViewsPaginationTraits.h>
9#include <aws/billing/model/ListSourceViewsForBillingViewPaginationTraits.h>
10#include <aws/core/client/UserAgent.h>
11#include <aws/core/utils/pagination/Paginator.h>
12
13#include <memory>
14
15namespace Aws {
16namespace Billing {
17
18template <typename DerivedClient>
20 public:
27 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
29 Pagination::ListBillingViewsPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
30 request};
31 }
32
39 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
42 static_cast<DerivedClient*>(this), request};
43 }
44};
45} // namespace Billing
46} // namespace Aws
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListSourceViewsForBillingViewRequest, Pagination::ListSourceViewsForBillingViewPaginationTraits< DerivedClient > > ListSourceViewsForBillingViewPaginator(const Model::ListSourceViewsForBillingViewRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListBillingViewsRequest, Pagination::ListBillingViewsPaginationTraits< DerivedClient > > ListBillingViewsPaginator(const Model::ListBillingViewsRequest &request)