AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
ConnectContactLensClient.h
1
6#pragma once
7#include <aws/connect-contact-lens/ConnectContactLens_EXPORTS.h>
8#include <aws/core/client/ClientConfiguration.h>
9#include <aws/core/client/AWSClient.h>
10#include <aws/core/client/AWSClientAsyncCRTP.h>
11#include <aws/core/utils/json/JsonSerializer.h>
12#include <aws/connect-contact-lens/ConnectContactLensServiceClientModel.h>
13
14namespace Aws
15{
16namespace ConnectContactLens
17{
34 class AWS_CONNECTCONTACTLENS_API ConnectContactLensClient : public Aws::Client::AWSJsonClient, public Aws::Client::ClientWithAsyncTemplateMethods<ConnectContactLensClient>
35 {
36 public:
38 static const char* GetServiceName();
39 static const char* GetAllocationTag();
40
43
49 std::shared_ptr<ConnectContactLensEndpointProviderBase> endpointProvider = nullptr);
50
56 std::shared_ptr<ConnectContactLensEndpointProviderBase> endpointProvider = nullptr,
58
63 ConnectContactLensClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
64 std::shared_ptr<ConnectContactLensEndpointProviderBase> endpointProvider = nullptr,
66
67
68 /* Legacy constructors due deprecation */
74
80 const Aws::Client::ClientConfiguration& clientConfiguration);
81
86 ConnectContactLensClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
87 const Aws::Client::ClientConfiguration& clientConfiguration);
88
89 /* End of legacy constructors due deprecation */
91
99
103 template<typename ListRealtimeContactAnalysisSegmentsRequestT = Model::ListRealtimeContactAnalysisSegmentsRequest>
105 {
106 return SubmitCallable(&ConnectContactLensClient::ListRealtimeContactAnalysisSegments, request);
107 }
108
112 template<typename ListRealtimeContactAnalysisSegmentsRequestT = Model::ListRealtimeContactAnalysisSegmentsRequest>
113 void ListRealtimeContactAnalysisSegmentsAsync(const ListRealtimeContactAnalysisSegmentsRequestT& request, const ListRealtimeContactAnalysisSegmentsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
114 {
115 return SubmitAsync(&ConnectContactLensClient::ListRealtimeContactAnalysisSegments, request, handler, context);
116 }
117
118
119 void OverrideEndpoint(const Aws::String& endpoint);
120 std::shared_ptr<ConnectContactLensEndpointProviderBase>& accessEndpointProvider();
121 private:
123 void init(const ConnectContactLensClientConfiguration& clientConfiguration);
124
125 ConnectContactLensClientConfiguration m_clientConfiguration;
126 std::shared_ptr<ConnectContactLensEndpointProviderBase> m_endpointProvider;
127 };
128
129} // namespace ConnectContactLens
130} // namespace Aws
std::shared_ptr< ConnectContactLensEndpointProviderBase > & accessEndpointProvider()
ConnectContactLensClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< ConnectContactLensEndpointProviderBase > endpointProvider=nullptr, const Aws::ConnectContactLens::ConnectContactLensClientConfiguration &clientConfiguration=Aws::ConnectContactLens::ConnectContactLensClientConfiguration())
ConnectContactLensClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< ConnectContactLensEndpointProviderBase > endpointProvider=nullptr, const Aws::ConnectContactLens::ConnectContactLensClientConfiguration &clientConfiguration=Aws::ConnectContactLens::ConnectContactLensClientConfiguration())
Model::ListRealtimeContactAnalysisSegmentsOutcomeCallable ListRealtimeContactAnalysisSegmentsCallable(const ListRealtimeContactAnalysisSegmentsRequestT &request) const
ConnectContactLensClient(const Aws::ConnectContactLens::ConnectContactLensClientConfiguration &clientConfiguration=Aws::ConnectContactLens::ConnectContactLensClientConfiguration(), std::shared_ptr< ConnectContactLensEndpointProviderBase > endpointProvider=nullptr)
ConnectContactLensClientConfiguration ClientConfigurationType
void ListRealtimeContactAnalysisSegmentsAsync(const ListRealtimeContactAnalysisSegmentsRequestT &request, const ListRealtimeContactAnalysisSegmentsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void OverrideEndpoint(const Aws::String &endpoint)
ConnectContactLensClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::ListRealtimeContactAnalysisSegmentsOutcome ListRealtimeContactAnalysisSegments(const Model::ListRealtimeContactAnalysisSegmentsRequest &request) const
ConnectContactLensClient(const Aws::Client::ClientConfiguration &clientConfiguration)
ConnectContactLensClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
std::future< ListRealtimeContactAnalysisSegmentsOutcome > ListRealtimeContactAnalysisSegmentsOutcomeCallable
std::function< void(const ConnectContactLensClient *, const Model::ListRealtimeContactAnalysisSegmentsRequest &, const Model::ListRealtimeContactAnalysisSegmentsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListRealtimeContactAnalysisSegmentsResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String