AWS SDK for C++

AWS SDK for C++ Version 1.11.810

Loading...
Searching...
No Matches
AIOpsPaginationBase.h
1
6#pragma once
7
8#include <aws/aiops/model/ListInvestigationGroupsPaginationTraits.h>
9#include <aws/core/client/UserAgent.h>
10#include <aws/core/utils/pagination/Paginator.h>
11
12#include <memory>
13
14namespace Aws {
15namespace AIOps {
16
17template <typename DerivedClient>
19 public:
26 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
29 static_cast<DerivedClient*>(this), request};
30 }
31};
32} // namespace AIOps
33} // namespace Aws
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListInvestigationGroupsRequest, Pagination::ListInvestigationGroupsPaginationTraits< DerivedClient > > ListInvestigationGroupsPaginator(const Model::ListInvestigationGroupsRequest &request)
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const