AWS SDK for C++
AWS SDK for C++ Version 1.11.759
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-elementalinference
include
aws
elementalinference
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
14
namespace
Aws
{
15
namespace
ElementalInference {
16
17
class
ElementalInferenceClient;
18
19
template
<
typename
DerivedClient>
20
class
ElementalInferencePaginationBase
{
21
public
:
25
Aws::Utils::Pagination::Paginator<DerivedClient, Model::ListFeedsRequest, Pagination::ListFeedsPaginationTraits<DerivedClient>
>
26
ListFeedsPaginator
(
const
Model::ListFeedsRequest
& request) {
27
request.
AddUserAgentFeature
(Aws::Client::UserAgentFeature::PAGINATOR);
28
return
Aws::Utils::Pagination::Paginator<DerivedClient, Model::ListFeedsRequest, Pagination::ListFeedsPaginationTraits<DerivedClient>
>{
29
static_cast<
DerivedClient*
>
(
this
), request};
30
}
31
};
32
}
// namespace ElementalInference
33
}
// namespace Aws
Aws::AmazonWebServiceRequest::AddUserAgentFeature
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const
Aws::ElementalInference::ElementalInferencePaginationBase
Definition
ElementalInferencePaginationBase.h:20
Aws::ElementalInference::ElementalInferencePaginationBase::ListFeedsPaginator
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListFeedsRequest, Pagination::ListFeedsPaginationTraits< DerivedClient > > ListFeedsPaginator(const Model::ListFeedsRequest &request)
Definition
ElementalInferencePaginationBase.h:26
Aws::ElementalInference::Model::ListFeedsRequest
Definition
ListFeedsRequest.h:22
Aws::Utils::Pagination::Paginator
Aws
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences