AWS SDK for C++

AWS SDK for C++ Version 1.11.778

Loading...
Searching...
No Matches
CustomerProfilesPaginationBase.h
1
6#pragma once
7
8#include <aws/core/client/UserAgent.h>
9#include <aws/core/utils/pagination/Paginator.h>
10#include <aws/customer-profiles/model/GetSimilarProfilesPaginationTraits.h>
11#include <aws/customer-profiles/model/ListDomainLayoutsPaginationTraits.h>
12#include <aws/customer-profiles/model/ListDomainObjectTypesPaginationTraits.h>
13#include <aws/customer-profiles/model/ListEventStreamsPaginationTraits.h>
14#include <aws/customer-profiles/model/ListEventTriggersPaginationTraits.h>
15#include <aws/customer-profiles/model/ListObjectTypeAttributesPaginationTraits.h>
16#include <aws/customer-profiles/model/ListRecommenderFiltersPaginationTraits.h>
17#include <aws/customer-profiles/model/ListRecommenderRecipesPaginationTraits.h>
18#include <aws/customer-profiles/model/ListRecommendersPaginationTraits.h>
19#include <aws/customer-profiles/model/ListRuleBasedMatchesPaginationTraits.h>
20#include <aws/customer-profiles/model/ListSegmentDefinitionsPaginationTraits.h>
21#include <aws/customer-profiles/model/ListUploadJobsPaginationTraits.h>
22
23#include <memory>
24
25namespace Aws {
26namespace CustomerProfiles {
27
28class CustomerProfilesClient;
29
30template <typename DerivedClient>
32 public:
39 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
42 static_cast<DerivedClient*>(this), request};
43 }
44
51 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
54 static_cast<DerivedClient*>(this), request};
55 }
56
63 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
66 static_cast<DerivedClient*>(this), request};
67 }
68
75 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
77 Pagination::ListEventStreamsPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
78 request};
79 }
80
87 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
90 static_cast<DerivedClient*>(this), request};
91 }
92
99 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
102 static_cast<DerivedClient*>(this), request};
103 }
104
111 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
114 static_cast<DerivedClient*>(this), request};
115 }
116
123 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
126 static_cast<DerivedClient*>(this), request};
127 }
128
135 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
137 Pagination::ListRecommendersPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
138 request};
139 }
140
147 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
150 static_cast<DerivedClient*>(this), request};
151 }
152
159 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
162 static_cast<DerivedClient*>(this), request};
163 }
164
170 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
172 Pagination::ListUploadJobsPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
173 request};
174 }
175};
176} // namespace CustomerProfiles
177} // namespace Aws
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListDomainLayoutsRequest, Pagination::ListDomainLayoutsPaginationTraits< DerivedClient > > ListDomainLayoutsPaginator(const Model::ListDomainLayoutsRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListEventStreamsRequest, Pagination::ListEventStreamsPaginationTraits< DerivedClient > > ListEventStreamsPaginator(const Model::ListEventStreamsRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListRuleBasedMatchesRequest, Pagination::ListRuleBasedMatchesPaginationTraits< DerivedClient > > ListRuleBasedMatchesPaginator(const Model::ListRuleBasedMatchesRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListEventTriggersRequest, Pagination::ListEventTriggersPaginationTraits< DerivedClient > > ListEventTriggersPaginator(const Model::ListEventTriggersRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListRecommendersRequest, Pagination::ListRecommendersPaginationTraits< DerivedClient > > ListRecommendersPaginator(const Model::ListRecommendersRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListUploadJobsRequest, Pagination::ListUploadJobsPaginationTraits< DerivedClient > > ListUploadJobsPaginator(const Model::ListUploadJobsRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListSegmentDefinitionsRequest, Pagination::ListSegmentDefinitionsPaginationTraits< DerivedClient > > ListSegmentDefinitionsPaginator(const Model::ListSegmentDefinitionsRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::GetSimilarProfilesRequest, Pagination::GetSimilarProfilesPaginationTraits< DerivedClient > > GetSimilarProfilesPaginator(const Model::GetSimilarProfilesRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListRecommenderFiltersRequest, Pagination::ListRecommenderFiltersPaginationTraits< DerivedClient > > ListRecommenderFiltersPaginator(const Model::ListRecommenderFiltersRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListObjectTypeAttributesRequest, Pagination::ListObjectTypeAttributesPaginationTraits< DerivedClient > > ListObjectTypeAttributesPaginator(const Model::ListObjectTypeAttributesRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListDomainObjectTypesRequest, Pagination::ListDomainObjectTypesPaginationTraits< DerivedClient > > ListDomainObjectTypesPaginator(const Model::ListDomainObjectTypesRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListRecommenderRecipesRequest, Pagination::ListRecommenderRecipesPaginationTraits< DerivedClient > > ListRecommenderRecipesPaginator(const Model::ListRecommenderRecipesRequest &request)