AWS SDK for C++

AWS SDK for C++ Version 1.11.787

Loading...
Searching...
No Matches
EBSPaginationBase.h
1
6#pragma once
7
8#include <aws/core/client/UserAgent.h>
9#include <aws/core/utils/pagination/Paginator.h>
10#include <aws/ebs/model/ListChangedBlocksPaginationTraits.h>
11#include <aws/ebs/model/ListSnapshotBlocksPaginationTraits.h>
12
13#include <memory>
14
15namespace Aws {
16namespace EBS {
17
18class EBSClient;
19
20template <typename DerivedClient>
22 public:
29 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
32 static_cast<DerivedClient*>(this), request};
33 }
34
41 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
44 static_cast<DerivedClient*>(this), request};
45 }
46};
47} // namespace EBS
48} // namespace Aws
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListSnapshotBlocksRequest, Pagination::ListSnapshotBlocksPaginationTraits< DerivedClient > > ListSnapshotBlocksPaginator(const Model::ListSnapshotBlocksRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListChangedBlocksRequest, Pagination::ListChangedBlocksPaginationTraits< DerivedClient > > ListChangedBlocksPaginator(const Model::ListChangedBlocksRequest &request)