AWS SDK for C++

AWS SDK for C++ Version 1.11.808

Loading...
Searching...
No Matches
ShieldPaginationBase.h
1
6#pragma once
7
8#include <aws/core/client/UserAgent.h>
9#include <aws/core/utils/pagination/Paginator.h>
10#include <aws/shield/model/ListAttacksPaginationTraits.h>
11#include <aws/shield/model/ListProtectionGroupsPaginationTraits.h>
12#include <aws/shield/model/ListProtectionsPaginationTraits.h>
13#include <aws/shield/model/ListResourcesInProtectionGroupPaginationTraits.h>
14
15#include <memory>
16
17namespace Aws {
18namespace Shield {
19
20template <typename DerivedClient>
22 public:
28 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
30 Pagination::ListAttacksPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
31 request};
32 }
33
40 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
43 static_cast<DerivedClient*>(this), request};
44 }
45
52 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
54 Pagination::ListProtectionsPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
55 request};
56 }
57
64 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
67 static_cast<DerivedClient*>(this), request};
68 }
69};
70} // namespace Shield
71} // namespace Aws
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListProtectionGroupsRequest, Pagination::ListProtectionGroupsPaginationTraits< DerivedClient > > ListProtectionGroupsPaginator(const Model::ListProtectionGroupsRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListAttacksRequest, Pagination::ListAttacksPaginationTraits< DerivedClient > > ListAttacksPaginator(const Model::ListAttacksRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListProtectionsRequest, Pagination::ListProtectionsPaginationTraits< DerivedClient > > ListProtectionsPaginator(const Model::ListProtectionsRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListResourcesInProtectionGroupRequest, Pagination::ListResourcesInProtectionGroupPaginationTraits< DerivedClient > > ListResourcesInProtectionGroupPaginator(const Model::ListResourcesInProtectionGroupRequest &request)