AWS SDK for C++

AWS SDK for C++ Version 1.11.753

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