AWS SDK for C++

AWS SDK for C++ Version 1.11.758

Loading...
Searching...
No Matches
BedrockRuntimePaginationBase.h
1
6#pragma once
7
8#include <aws/bedrock-runtime/model/ListAsyncInvokesPaginationTraits.h>
9#include <aws/core/client/UserAgent.h>
10#include <aws/core/utils/pagination/Paginator.h>
11
12#include <memory>
13
14namespace Aws {
15namespace BedrockRuntime {
16
17class BedrockRuntimeClient;
18
19template <typename DerivedClient>
21 public:
28 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
31 request};
32 }
33};
34} // namespace BedrockRuntime
35} // namespace Aws
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListAsyncInvokesRequest, Pagination::ListAsyncInvokesPaginationTraits< DerivedClient > > ListAsyncInvokesPaginator(const Model::ListAsyncInvokesRequest &request)
std::shared_ptr< T > MakeShared(const char *allocationTag, ArgTypes &&... args)