AWS SDK for C++

AWS SDK for C++ Version 1.11.759

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
17class ElementalInferenceClient;
18
19template <typename DerivedClient>
21 public:
27 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
29 static_cast<DerivedClient*>(this), request};
30 }
31};
32} // namespace ElementalInference
33} // namespace Aws
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListFeedsRequest, Pagination::ListFeedsPaginationTraits< DerivedClient > > ListFeedsPaginator(const Model::ListFeedsRequest &request)