AWS SDK for C++

AWS SDK for C++ Version 1.11.810

Loading...
Searching...
No Matches
ElementalInferencePaginationBase.h
1
6#pragma once
7
8#include <aws/core/client/UserAgent.h>
9#include <aws/core/utils/pagination/Paginator.h>
10#include <aws/elementalinference/model/ListFeedsPaginationTraits.h>
11
12#include <memory>
13
14namespace Aws {
15namespace ElementalInference {
16
17template <typename DerivedClient>
19 public:
25 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
27 static_cast<DerivedClient*>(this), request};
28 }
29};
30} // namespace ElementalInference
31} // namespace Aws
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListFeedsRequest, Pagination::ListFeedsPaginationTraits< DerivedClient > > ListFeedsPaginator(const Model::ListFeedsRequest &request)