AWS SDK for C++

AWS SDK for C++ Version 1.11.752

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