AWS SDK for C++

AWS SDK for C++ Version 1.11.812

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/ListRecommenderSchemasPaginationTraits.h>
19#include <aws/customer-profiles/model/ListRecommendersPaginationTraits.h>
20#include <aws/customer-profiles/model/ListRuleBasedMatchesPaginationTraits.h>
21#include <aws/customer-profiles/model/ListSegmentDefinitionsPaginationTraits.h>
22#include <aws/customer-profiles/model/ListUploadJobsPaginationTraits.h>
23
24#include <memory>
25
26namespace Aws {
27namespace CustomerProfiles {
28
29template <typename DerivedClient>
31 public:
38 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
41 static_cast<DerivedClient*>(this), request};
42 }
43
50 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
53 static_cast<DerivedClient*>(this), request};
54 }
55
62 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
65 static_cast<DerivedClient*>(this), request};
66 }
67
74 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
76 Pagination::ListEventStreamsPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
77 request};
78 }
79
86 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
89 static_cast<DerivedClient*>(this), request};
90 }
91
98 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
101 static_cast<DerivedClient*>(this), request};
102 }
103
110 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
113 static_cast<DerivedClient*>(this), request};
114 }
115
122 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
125 static_cast<DerivedClient*>(this), request};
126 }
127
134 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
136 Pagination::ListRecommendersPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
137 request};
138 }
139
146 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
149 static_cast<DerivedClient*>(this), request};
150 }
151
158 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
161 static_cast<DerivedClient*>(this), request};
162 }
163
170 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
173 static_cast<DerivedClient*>(this), request};
174 }
175
181 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
183 Pagination::ListUploadJobsPaginationTraits<DerivedClient>>{static_cast<DerivedClient*>(this),
184 request};
185 }
186};
187} // namespace CustomerProfiles
188} // 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::ListRecommenderSchemasRequest, Pagination::ListRecommenderSchemasPaginationTraits< DerivedClient > > ListRecommenderSchemasPaginator(const Model::ListRecommenderSchemasRequest &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)