AWS SDK for C++

AWS SDK for C++ Version 1.11.816

Loading...
Searching...
No Matches
LexRuntimeV2PaginationBase.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 LexRuntimeV2 {
15
16template <typename DerivedClient>
18 public:
19 virtual ~LexRuntimeV2PaginationBase() = default;
20};
21} // namespace LexRuntimeV2
22} // namespace Aws