AWS SDK for C++

AWS SDK for C++ Version 1.11.774

Loading...
Searching...
No Matches
PartnerCentralChannelPaginationBase.h
1
6#pragma once
7
8#include <aws/core/client/UserAgent.h>
9#include <aws/core/utils/pagination/Paginator.h>
10#include <aws/partnercentral-channel/model/ListChannelHandshakesPaginationTraits.h>
11#include <aws/partnercentral-channel/model/ListProgramManagementAccountsPaginationTraits.h>
12#include <aws/partnercentral-channel/model/ListRelationshipsPaginationTraits.h>
13
14#include <memory>
15
16namespace Aws {
17namespace PartnerCentralChannel {
18
19class PartnerCentralChannelClient;
20
21template <typename DerivedClient>
23 public:
30 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
33 static_cast<DerivedClient*>(this), request};
34 }
35
42 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
45 static_cast<DerivedClient*>(this), request};
46 }
47
54 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
57 static_cast<DerivedClient*>(this), request};
58 }
59};
60} // namespace PartnerCentralChannel
61} // namespace Aws
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListChannelHandshakesRequest, Pagination::ListChannelHandshakesPaginationTraits< DerivedClient > > ListChannelHandshakesPaginator(const Model::ListChannelHandshakesRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListProgramManagementAccountsRequest, Pagination::ListProgramManagementAccountsPaginationTraits< DerivedClient > > ListProgramManagementAccountsPaginator(const Model::ListProgramManagementAccountsRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListRelationshipsRequest, Pagination::ListRelationshipsPaginationTraits< DerivedClient > > ListRelationshipsPaginator(const Model::ListRelationshipsRequest &request)