AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
GeoPlacesServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/geo-places/GeoPlacesErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/geo-places/GeoPlacesEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in GeoPlacesClient header */
21#include <aws/geo-places/model/AutocompleteResult.h>
22#include <aws/geo-places/model/GeocodeResult.h>
23#include <aws/geo-places/model/GetPlaceResult.h>
24#include <aws/geo-places/model/ReverseGeocodeResult.h>
25#include <aws/geo-places/model/SearchNearbyResult.h>
26#include <aws/geo-places/model/SearchTextResult.h>
27#include <aws/geo-places/model/SuggestResult.h>
28#include <aws/geo-places/model/GeocodeRequest.h>
29#include <aws/geo-places/model/SearchTextRequest.h>
30/* End of service model headers required in GeoPlacesClient header */
31
32namespace Aws
33{
34 namespace Http
35 {
36 class HttpClient;
37 class HttpClientFactory;
38 } // namespace Http
39
40 namespace Utils
41 {
42 template< typename R, typename E> class Outcome;
43
44 namespace Threading
45 {
46 class Executor;
47 } // namespace Threading
48 } // namespace Utils
49
50 namespace Auth
51 {
52 class AWSCredentials;
53 class AWSCredentialsProvider;
54 } // namespace Auth
55
56 namespace Client
57 {
58 class RetryStrategy;
59 } // namespace Client
60
61 namespace GeoPlaces
62 {
66
67 namespace Model
68 {
69 /* Service model forward declarations required in GeoPlacesClient header */
71 class GeocodeRequest;
72 class GetPlaceRequest;
76 class SuggestRequest;
77 /* End of service model forward declarations required in GeoPlacesClient header */
78
79 /* Service model Outcome class definitions */
87 /* End of service model Outcome class definitions */
88
89 /* Service model Outcome callable definitions */
90 typedef std::future<AutocompleteOutcome> AutocompleteOutcomeCallable;
91 typedef std::future<GeocodeOutcome> GeocodeOutcomeCallable;
92 typedef std::future<GetPlaceOutcome> GetPlaceOutcomeCallable;
93 typedef std::future<ReverseGeocodeOutcome> ReverseGeocodeOutcomeCallable;
94 typedef std::future<SearchNearbyOutcome> SearchNearbyOutcomeCallable;
95 typedef std::future<SearchTextOutcome> SearchTextOutcomeCallable;
96 typedef std::future<SuggestOutcome> SuggestOutcomeCallable;
97 /* End of service model Outcome callable definitions */
98 } // namespace Model
99
100 class GeoPlacesClient;
101
102 /* Service model async handlers definitions */
103 typedef std::function<void(const GeoPlacesClient*, const Model::AutocompleteRequest&, const Model::AutocompleteOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > AutocompleteResponseReceivedHandler;
104 typedef std::function<void(const GeoPlacesClient*, const Model::GeocodeRequest&, const Model::GeocodeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GeocodeResponseReceivedHandler;
105 typedef std::function<void(const GeoPlacesClient*, const Model::GetPlaceRequest&, const Model::GetPlaceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetPlaceResponseReceivedHandler;
106 typedef std::function<void(const GeoPlacesClient*, const Model::ReverseGeocodeRequest&, const Model::ReverseGeocodeOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ReverseGeocodeResponseReceivedHandler;
107 typedef std::function<void(const GeoPlacesClient*, const Model::SearchNearbyRequest&, const Model::SearchNearbyOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SearchNearbyResponseReceivedHandler;
108 typedef std::function<void(const GeoPlacesClient*, const Model::SearchTextRequest&, const Model::SearchTextOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SearchTextResponseReceivedHandler;
109 typedef std::function<void(const GeoPlacesClient*, const Model::SuggestRequest&, const Model::SuggestOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > SuggestResponseReceivedHandler;
110 /* End of service model async handlers definitions */
111 } // namespace GeoPlaces
112} // namespace Aws
EndpointProviderBase< GeoPlacesClientConfiguration, GeoPlacesBuiltInParameters, GeoPlacesClientContextParameters > GeoPlacesEndpointProviderBase
std::future< ReverseGeocodeOutcome > ReverseGeocodeOutcomeCallable
Aws::Utils::Outcome< SearchTextResult, GeoPlacesError > SearchTextOutcome
std::future< SearchNearbyOutcome > SearchNearbyOutcomeCallable
Aws::Utils::Outcome< SearchNearbyResult, GeoPlacesError > SearchNearbyOutcome
std::future< GeocodeOutcome > GeocodeOutcomeCallable
std::future< GetPlaceOutcome > GetPlaceOutcomeCallable
std::future< SearchTextOutcome > SearchTextOutcomeCallable
std::future< SuggestOutcome > SuggestOutcomeCallable
Aws::Utils::Outcome< ReverseGeocodeResult, GeoPlacesError > ReverseGeocodeOutcome
Aws::Utils::Outcome< AutocompleteResult, GeoPlacesError > AutocompleteOutcome
Aws::Utils::Outcome< SuggestResult, GeoPlacesError > SuggestOutcome
Aws::Utils::Outcome< GeocodeResult, GeoPlacesError > GeocodeOutcome
std::future< AutocompleteOutcome > AutocompleteOutcomeCallable
Aws::Utils::Outcome< GetPlaceResult, GeoPlacesError > GetPlaceOutcome
std::function< void(const GeoPlacesClient *, const Model::SearchTextRequest &, const Model::SearchTextOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SearchTextResponseReceivedHandler
std::function< void(const GeoPlacesClient *, const Model::ReverseGeocodeRequest &, const Model::ReverseGeocodeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ReverseGeocodeResponseReceivedHandler
std::function< void(const GeoPlacesClient *, const Model::GetPlaceRequest &, const Model::GetPlaceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetPlaceResponseReceivedHandler
std::function< void(const GeoPlacesClient *, const Model::GeocodeRequest &, const Model::GeocodeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GeocodeResponseReceivedHandler
std::function< void(const GeoPlacesClient *, const Model::AutocompleteRequest &, const Model::AutocompleteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AutocompleteResponseReceivedHandler
std::function< void(const GeoPlacesClient *, const Model::SearchNearbyRequest &, const Model::SearchNearbyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SearchNearbyResponseReceivedHandler
std::function< void(const GeoPlacesClient *, const Model::SuggestRequest &, const Model::SuggestOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SuggestResponseReceivedHandler