AWS SDK for C++

AWS SDK for C++ Version 1.11.788

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
20class ShieldClient;
21
22template <typename DerivedClient>
24 public:
30 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
32 Pagination::ListAttacksPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
33 request};
34 }
35
42 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
45 static_cast<DerivedClient*>(this), request};
46 }
47
54 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
56 Pagination::ListProtectionsPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
57 request};
58 }
59
66 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
69 static_cast<DerivedClient*>(this), request};
70 }
71};
72} // namespace Shield
73} // 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)