AWS SDK for C++

AWS SDK for C++ Version 1.11.785

Loading...
Searching...
No Matches
SageMakerGeospatialPaginationBase.h
1
6#pragma once
7
8#include <aws/core/client/UserAgent.h>
9#include <aws/core/utils/pagination/Paginator.h>
10#include <aws/sagemaker-geospatial/model/ListEarthObservationJobsPaginationTraits.h>
11#include <aws/sagemaker-geospatial/model/ListRasterDataCollectionsPaginationTraits.h>
12#include <aws/sagemaker-geospatial/model/ListVectorEnrichmentJobsPaginationTraits.h>
13#include <aws/sagemaker-geospatial/model/SearchRasterDataCollectionPaginationTraits.h>
14
15#include <memory>
16
17namespace Aws {
18namespace SageMakerGeospatial {
19
20class SageMakerGeospatialClient;
21
22template <typename DerivedClient>
24 public:
31 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
34 static_cast<DerivedClient*>(this), request};
35 }
36
43 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
46 static_cast<DerivedClient*>(this), request};
47 }
48
55 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
58 static_cast<DerivedClient*>(this), request};
59 }
60
67 request.AddUserAgentFeature(Aws::Client::UserAgentFeature::PAGINATOR);
70 static_cast<DerivedClient*>(this), request};
71 }
72};
73} // namespace SageMakerGeospatial
74} // namespace Aws
void AddUserAgentFeature(Aws::Client::UserAgentFeature feature) const
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListEarthObservationJobsRequest, Pagination::ListEarthObservationJobsPaginationTraits< DerivedClient > > ListEarthObservationJobsPaginator(const Model::ListEarthObservationJobsRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListVectorEnrichmentJobsRequest, Pagination::ListVectorEnrichmentJobsPaginationTraits< DerivedClient > > ListVectorEnrichmentJobsPaginator(const Model::ListVectorEnrichmentJobsRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::SearchRasterDataCollectionRequest, Pagination::SearchRasterDataCollectionPaginationTraits< DerivedClient > > SearchRasterDataCollectionPaginator(const Model::SearchRasterDataCollectionRequest &request)
Aws::Utils::Pagination::Paginator< DerivedClient, Model::ListRasterDataCollectionsRequest, Pagination::ListRasterDataCollectionsPaginationTraits< DerivedClient > > ListRasterDataCollectionsPaginator(const Model::ListRasterDataCollectionsRequest &request)