AWS SDK for C++

AWS SDK for C++ Version 1.11.809

Loading...
Searching...
No Matches
PaymentCryptographyPaginationBase.h
1
6#pragma once
7
8#include <aws/core/client/UserAgent.h>
9#include <aws/core/utils/pagination/Paginator.h>
10#include <aws/payment-cryptography/model/ListAliasesPaginationTraits.h>
11#include <aws/payment-cryptography/model/ListKeysPaginationTraits.h>
12#include <aws/payment-cryptography/model/ListTagsForResourcePaginationTraits.h>
13
14#include <memory>
15
16namespace Aws {
17namespace PaymentCryptography {
18
19template <typename DerivedClient>
21 public:
27 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
29 Pagination::ListAliasesPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
30 request};
31 }
32
38 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
40 static_cast<DerivedClient*>(this), request};
41 }
42
49 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
52 static_cast<DerivedClient*>(this), request};
53 }
54};
55} // namespace PaymentCryptography
56} // namespace Aws
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListTagsForResourceRequest, Pagination::ListTagsForResourcePaginationTraits< DerivedClient > > ListTagsForResourcePaginator(const Model::ListTagsForResourceRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListAliasesRequest, Pagination::ListAliasesPaginationTraits< DerivedClient > > ListAliasesPaginator(const Model::ListAliasesRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListKeysRequest, Pagination::ListKeysPaginationTraits< DerivedClient > > ListKeysPaginator(const Model::ListKeysRequest &request)