AWS SDK for C++

AWS SDK for C++ Version 1.11.762

Loading...
Searching...
No Matches
PollyPaginationBase.h
1
6#pragma once
7
8#include <aws/core/client/UserAgent.h>
9#include <aws/core/utils/pagination/Paginator.h>
10#include <aws/polly/model/ListSpeechSynthesisTasksPaginationTraits.h>
11
12#include <memory>
13
14namespace Aws {
15namespace Polly {
16
17class PollyClient;
18
19template <typename DerivedClient>
21 public:
28 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
31 static_cast<DerivedClient*>(this), request};
32 }
33};
34} // namespace Polly
35} // namespace Aws
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListSpeechSynthesisTasksRequest, Pagination::ListSpeechSynthesisTasksPaginationTraits< DerivedClient > > ListSpeechSynthesisTasksPaginator(const Model::ListSpeechSynthesisTasksRequest &request)