AWS SDK for C++

AWS SDK for C++ Version 1.11.809

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
18template <typename DerivedClient>
20 public:
27 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
30 static_cast<DerivedClient*>(this), request};
31 }
32
39 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
42 static_cast<DerivedClient*>(this), request};
43 }
44};
45} // namespace EBS
46} // 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)