AWS SDK for C++
AWS SDK for C++ Version 1.11.868
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-agent-registry
include
aws
agent-registry
AgentRegistryPaginationBase.h
1
6
#pragma once
7
8
#include <aws/agent-registry/model/ListDiscoverableRegistryRecordsPaginationTraits.h>
9
#include <aws/core/client/UserAgent.h>
10
#include <aws/core/utils/pagination/Paginator.h>
11
12
#include <memory>
13
14
namespace
Aws
{
15
namespace
AgentRegistry {
16
17
template
<
typename
DerivedClient>
18
class
AgentRegistryPaginationBase
{
19
public
:
23
Aws::Utils::Pagination::Paginator
<DerivedClient,
Model::ListDiscoverableRegistryRecordsRequest
,
24
Pagination::ListDiscoverableRegistryRecordsPaginationTraits<DerivedClient>
>
25
ListDiscoverableRegistryRecordsPaginator
(
const
Model::ListDiscoverableRegistryRecordsRequest
& request) {
26
request.
AddUserAgentFeature
(Aws::Client::UserAgentFeature::PAGINATOR);
27
return
Aws::Utils::Pagination::Paginator
<DerivedClient,
Model::ListDiscoverableRegistryRecordsRequest
,
28
Pagination::ListDiscoverableRegistryRecordsPaginationTraits<DerivedClient>
>{
29
static_cast<
DerivedClient*
>
(
this
), request};
30
}
31
};
32
}
// namespace AgentRegistry
33
}
// namespace Aws
Aws::AgentRegistry::AgentRegistryPaginationBase
Definition
AgentRegistryPaginationBase.h:18
Aws::AgentRegistry::AgentRegistryPaginationBase::ListDiscoverableRegistryRecordsPaginator
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListDiscoverableRegistryRecordsRequest, Pagination::ListDiscoverableRegistryRecordsPaginationTraits< DerivedClient > > ListDiscoverableRegistryRecordsPaginator(const Model::ListDiscoverableRegistryRecordsRequest &request)
Definition
AgentRegistryPaginationBase.h:25
Aws::AgentRegistry::Model::ListDiscoverableRegistryRecordsRequest
Definition
ListDiscoverableRegistryRecordsRequest.h:21
Aws::AmazonWebServiceRequest::AddUserAgentFeature
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const
Aws::Utils::Pagination::Paginator
Aws
Aws::AgentRegistry::Pagination::ListDiscoverableRegistryRecordsPaginationTraits
Definition
ListDiscoverableRegistryRecordsPaginationTraits.h:17
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences