AWS SDK for C++

AWS SDK for C++ Version 1.11.763

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