AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
PinpointPaginationBase.h
1
6#pragma once
7
8#include <aws/core/utils/pagination/Paginator.h>
9
10#include <memory>
11
12namespace Aws {
13namespace Pinpoint {
14
15class PinpointClient;
16
17template <typename DerivedClient>
19 public:
20 virtual ~PinpointPaginationBase() = default;
21};
22} // namespace Pinpoint
23} // namespace Aws