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