7#include <aws/core/client/AWSClient.h>
8#include <aws/core/client/AWSClientAsyncCRTP.h>
9#include <aws/core/client/ClientConfiguration.h>
10#include <aws/core/utils/json/JsonSerializer.h>
11#include <aws/partnercentral-channel/PartnerCentralChannelServiceClientModel.h>
12#include <aws/partnercentral-channel/PartnerCentralChannel_EXPORTS.h>
15namespace PartnerCentralChannel {
37 std::shared_ptr<PartnerCentralChannelEndpointProviderBase> endpointProvider =
nullptr);
44 std::shared_ptr<PartnerCentralChannelEndpointProviderBase> endpointProvider =
nullptr,
53 std::shared_ptr<PartnerCentralChannelEndpointProviderBase> endpointProvider =
nullptr,
92 template <
typename AcceptChannelHandshakeRequestT = Model::AcceptChannelHandshakeRequest>
94 return SubmitCallable(&PartnerCentralChannelClient::AcceptChannelHandshake, request);
101 template <
typename AcceptChannelHandshakeRequestT = Model::AcceptChannelHandshakeRequest>
104 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
105 return SubmitAsync(&PartnerCentralChannelClient::AcceptChannelHandshake, request, handler, context);
119 template <
typename CancelChannelHandshakeRequestT = Model::CancelChannelHandshakeRequest>
121 return SubmitCallable(&PartnerCentralChannelClient::CancelChannelHandshake, request);
128 template <
typename CancelChannelHandshakeRequestT = Model::CancelChannelHandshakeRequest>
131 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
132 return SubmitAsync(&PartnerCentralChannelClient::CancelChannelHandshake, request, handler, context);
147 template <
typename CreateChannelHandshakeRequestT = Model::CreateChannelHandshakeRequest>
149 return SubmitCallable(&PartnerCentralChannelClient::CreateChannelHandshake, request);
156 template <
typename CreateChannelHandshakeRequestT = Model::CreateChannelHandshakeRequest>
159 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
160 return SubmitAsync(&PartnerCentralChannelClient::CreateChannelHandshake, request, handler, context);
176 template <
typename CreateProgramManagementAccountRequestT = Model::CreateProgramManagementAccountRequest>
178 const CreateProgramManagementAccountRequestT& request)
const {
179 return SubmitCallable(&PartnerCentralChannelClient::CreateProgramManagementAccount, request);
186 template <
typename CreateProgramManagementAccountRequestT = Model::CreateProgramManagementAccountRequest>
189 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
190 return SubmitAsync(&PartnerCentralChannelClient::CreateProgramManagementAccount, request, handler, context);
205 template <
typename CreateRelationshipRequestT = Model::CreateRelationshipRequest>
207 return SubmitCallable(&PartnerCentralChannelClient::CreateRelationship, request);
214 template <
typename CreateRelationshipRequestT = Model::CreateRelationshipRequest>
216 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
217 return SubmitAsync(&PartnerCentralChannelClient::CreateRelationship, request, handler, context);
232 template <
typename DeleteProgramManagementAccountRequestT = Model::DeleteProgramManagementAccountRequest>
234 const DeleteProgramManagementAccountRequestT& request)
const {
235 return SubmitCallable(&PartnerCentralChannelClient::DeleteProgramManagementAccount, request);
242 template <
typename DeleteProgramManagementAccountRequestT = Model::DeleteProgramManagementAccountRequest>
245 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
246 return SubmitAsync(&PartnerCentralChannelClient::DeleteProgramManagementAccount, request, handler, context);
260 template <
typename DeleteRelationshipRequestT = Model::DeleteRelationshipRequest>
262 return SubmitCallable(&PartnerCentralChannelClient::DeleteRelationship, request);
269 template <
typename DeleteRelationshipRequestT = Model::DeleteRelationshipRequest>
271 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
272 return SubmitAsync(&PartnerCentralChannelClient::DeleteRelationship, request, handler, context);
286 template <
typename GetRelationshipRequestT = Model::GetRelationshipRequest>
288 return SubmitCallable(&PartnerCentralChannelClient::GetRelationship, request);
295 template <
typename GetRelationshipRequestT = Model::GetRelationshipRequest>
297 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
298 return SubmitAsync(&PartnerCentralChannelClient::GetRelationship, request, handler, context);
313 template <
typename ListChannelHandshakesRequestT = Model::ListChannelHandshakesRequest>
315 return SubmitCallable(&PartnerCentralChannelClient::ListChannelHandshakes, request);
322 template <
typename ListChannelHandshakesRequestT = Model::ListChannelHandshakesRequest>
324 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
325 return SubmitAsync(&PartnerCentralChannelClient::ListChannelHandshakes, request, handler, context);
341 template <
typename ListProgramManagementAccountsRequestT = Model::ListProgramManagementAccountsRequest>
343 const ListProgramManagementAccountsRequestT& request)
const {
344 return SubmitCallable(&PartnerCentralChannelClient::ListProgramManagementAccounts, request);
351 template <
typename ListProgramManagementAccountsRequestT = Model::ListProgramManagementAccountsRequest>
354 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
355 return SubmitAsync(&PartnerCentralChannelClient::ListProgramManagementAccounts, request, handler, context);
370 template <
typename ListRelationshipsRequestT = Model::ListRelationshipsRequest>
372 return SubmitCallable(&PartnerCentralChannelClient::ListRelationships, request);
379 template <
typename ListRelationshipsRequestT = Model::ListRelationshipsRequest>
381 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
382 return SubmitAsync(&PartnerCentralChannelClient::ListRelationships, request, handler, context);
396 template <
typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
398 return SubmitCallable(&PartnerCentralChannelClient::ListTagsForResource, request);
405 template <
typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
407 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
408 return SubmitAsync(&PartnerCentralChannelClient::ListTagsForResource, request, handler, context);
422 template <
typename RejectChannelHandshakeRequestT = Model::RejectChannelHandshakeRequest>
424 return SubmitCallable(&PartnerCentralChannelClient::RejectChannelHandshake, request);
431 template <
typename RejectChannelHandshakeRequestT = Model::RejectChannelHandshakeRequest>
434 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
435 return SubmitAsync(&PartnerCentralChannelClient::RejectChannelHandshake, request, handler, context);
448 template <
typename TagResourceRequestT = Model::TagResourceRequest>
450 return SubmitCallable(&PartnerCentralChannelClient::TagResource, request);
457 template <
typename TagResourceRequestT = Model::TagResourceRequest>
459 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
460 return SubmitAsync(&PartnerCentralChannelClient::TagResource, request, handler, context);
473 template <
typename UntagResourceRequestT = Model::UntagResourceRequest>
475 return SubmitCallable(&PartnerCentralChannelClient::UntagResource, request);
482 template <
typename UntagResourceRequestT = Model::UntagResourceRequest>
484 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
485 return SubmitAsync(&PartnerCentralChannelClient::UntagResource, request, handler, context);
501 template <
typename UpdateProgramManagementAccountRequestT = Model::UpdateProgramManagementAccountRequest>
503 const UpdateProgramManagementAccountRequestT& request)
const {
504 return SubmitCallable(&PartnerCentralChannelClient::UpdateProgramManagementAccount, request);
511 template <
typename UpdateProgramManagementAccountRequestT = Model::UpdateProgramManagementAccountRequest>
514 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
515 return SubmitAsync(&PartnerCentralChannelClient::UpdateProgramManagementAccount, request, handler, context);
530 template <
typename UpdateRelationshipRequestT = Model::UpdateRelationshipRequest>
532 return SubmitCallable(&PartnerCentralChannelClient::UpdateRelationship, request);
539 template <
typename UpdateRelationshipRequestT = Model::UpdateRelationshipRequest>
541 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context =
nullptr)
const {
542 return SubmitAsync(&PartnerCentralChannelClient::UpdateRelationship, request, handler, context);
553 std::shared_ptr<PartnerCentralChannelEndpointProviderBase> m_endpointProvider;
Model::UpdateProgramManagementAccountOutcomeCallable UpdateProgramManagementAccountCallable(const UpdateProgramManagementAccountRequestT &request) const
Model::RejectChannelHandshakeOutcomeCallable RejectChannelHandshakeCallable(const RejectChannelHandshakeRequestT &request) const
virtual Model::CreateProgramManagementAccountOutcome CreateProgramManagementAccount(const Model::CreateProgramManagementAccountRequest &request) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateChannelHandshakeOutcomeCallable CreateChannelHandshakeCallable(const CreateChannelHandshakeRequestT &request) const
void CreateProgramManagementAccountAsync(const CreateProgramManagementAccountRequestT &request, const CreateProgramManagementAccountResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::DeleteProgramManagementAccountOutcomeCallable DeleteProgramManagementAccountCallable(const DeleteProgramManagementAccountRequestT &request) const
PartnerCentralChannelClient(const Aws::PartnerCentralChannel::PartnerCentralChannelClientConfiguration &clientConfiguration=Aws::PartnerCentralChannel::PartnerCentralChannelClientConfiguration(), std::shared_ptr< PartnerCentralChannelEndpointProviderBase > endpointProvider=nullptr)
virtual Model::ListRelationshipsOutcome ListRelationships(const Model::ListRelationshipsRequest &request) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
Model::CreateProgramManagementAccountOutcomeCallable CreateProgramManagementAccountCallable(const CreateProgramManagementAccountRequestT &request) const
void UpdateProgramManagementAccountAsync(const UpdateProgramManagementAccountRequestT &request, const UpdateProgramManagementAccountResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
PartnerCentralChannelClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::UpdateProgramManagementAccountOutcome UpdateProgramManagementAccount(const Model::UpdateProgramManagementAccountRequest &request) const
void RejectChannelHandshakeAsync(const RejectChannelHandshakeRequestT &request, const RejectChannelHandshakeResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListProgramManagementAccountsOutcomeCallable ListProgramManagementAccountsCallable(const ListProgramManagementAccountsRequestT &request) const
virtual Model::DeleteRelationshipOutcome DeleteRelationship(const Model::DeleteRelationshipRequest &request) const
virtual Model::RejectChannelHandshakeOutcome RejectChannelHandshake(const Model::RejectChannelHandshakeRequest &request) const
virtual Model::AcceptChannelHandshakeOutcome AcceptChannelHandshake(const Model::AcceptChannelHandshakeRequest &request) const
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
PartnerCentralChannelEndpointProvider EndpointProviderType
PartnerCentralChannelClientConfiguration ClientConfigurationType
void UpdateRelationshipAsync(const UpdateRelationshipRequestT &request, const UpdateRelationshipResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
PartnerCentralChannelClient(const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::GetRelationshipOutcome GetRelationship(const Model::GetRelationshipRequest &request) const
PartnerCentralChannelClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< PartnerCentralChannelEndpointProviderBase > endpointProvider=nullptr, const Aws::PartnerCentralChannel::PartnerCentralChannelClientConfiguration &clientConfiguration=Aws::PartnerCentralChannel::PartnerCentralChannelClientConfiguration())
Model::DeleteRelationshipOutcomeCallable DeleteRelationshipCallable(const DeleteRelationshipRequestT &request) const
virtual Model::UpdateRelationshipOutcome UpdateRelationship(const Model::UpdateRelationshipRequest &request) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
virtual Model::ListProgramManagementAccountsOutcome ListProgramManagementAccounts(const Model::ListProgramManagementAccountsRequest &request) const
void OverrideEndpoint(const Aws::String &endpoint)
void CreateChannelHandshakeAsync(const CreateChannelHandshakeRequestT &request, const CreateChannelHandshakeResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateRelationshipOutcomeCallable CreateRelationshipCallable(const CreateRelationshipRequestT &request) const
void DeleteProgramManagementAccountAsync(const DeleteProgramManagementAccountRequestT &request, const DeleteProgramManagementAccountResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetRelationshipOutcomeCallable GetRelationshipCallable(const GetRelationshipRequestT &request) const
static const char * GetAllocationTag()
Model::CancelChannelHandshakeOutcomeCallable CancelChannelHandshakeCallable(const CancelChannelHandshakeRequestT &request) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
void ListChannelHandshakesAsync(const ListChannelHandshakesRequestT &request, const ListChannelHandshakesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
void CreateRelationshipAsync(const CreateRelationshipRequestT &request, const CreateRelationshipResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::AcceptChannelHandshakeOutcomeCallable AcceptChannelHandshakeCallable(const AcceptChannelHandshakeRequestT &request) const
virtual Model::CreateChannelHandshakeOutcome CreateChannelHandshake(const Model::CreateChannelHandshakeRequest &request) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
virtual Model::CreateRelationshipOutcome CreateRelationship(const Model::CreateRelationshipRequest &request) const
Model::UpdateRelationshipOutcomeCallable UpdateRelationshipCallable(const UpdateRelationshipRequestT &request) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
virtual Model::DeleteProgramManagementAccountOutcome DeleteProgramManagementAccount(const Model::DeleteProgramManagementAccountRequest &request) const
void CancelChannelHandshakeAsync(const CancelChannelHandshakeRequestT &request, const CancelChannelHandshakeResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListChannelHandshakesOutcome ListChannelHandshakes(const Model::ListChannelHandshakesRequest &request) const
void DeleteRelationshipAsync(const DeleteRelationshipRequestT &request, const DeleteRelationshipResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetRelationshipAsync(const GetRelationshipRequestT &request, const GetRelationshipResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListProgramManagementAccountsAsync(const ListProgramManagementAccountsRequestT &request, const ListProgramManagementAccountsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
PartnerCentralChannelClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual ~PartnerCentralChannelClient()
void AcceptChannelHandshakeAsync(const AcceptChannelHandshakeRequestT &request, const AcceptChannelHandshakeResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CancelChannelHandshakeOutcome CancelChannelHandshake(const Model::CancelChannelHandshakeRequest &request) const
std::shared_ptr< PartnerCentralChannelEndpointProviderBase > & accessEndpointProvider()
Model::ListRelationshipsOutcomeCallable ListRelationshipsCallable(const ListRelationshipsRequestT &request) const
Aws::Client::AWSJsonClient BASECLASS
static const char * GetServiceName()
Model::ListChannelHandshakesOutcomeCallable ListChannelHandshakesCallable(const ListChannelHandshakesRequestT &request) const
PartnerCentralChannelClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< PartnerCentralChannelEndpointProviderBase > endpointProvider=nullptr, const Aws::PartnerCentralChannel::PartnerCentralChannelClientConfiguration &clientConfiguration=Aws::PartnerCentralChannel::PartnerCentralChannelClientConfiguration())
void ListRelationshipsAsync(const ListRelationshipsRequestT &request, const ListRelationshipsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
std::future< RejectChannelHandshakeOutcome > RejectChannelHandshakeOutcomeCallable
std::future< CreateRelationshipOutcome > CreateRelationshipOutcomeCallable
std::future< ListRelationshipsOutcome > ListRelationshipsOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< UpdateProgramManagementAccountOutcome > UpdateProgramManagementAccountOutcomeCallable
std::future< GetRelationshipOutcome > GetRelationshipOutcomeCallable
std::future< UpdateRelationshipOutcome > UpdateRelationshipOutcomeCallable
std::future< AcceptChannelHandshakeOutcome > AcceptChannelHandshakeOutcomeCallable
std::future< CreateProgramManagementAccountOutcome > CreateProgramManagementAccountOutcomeCallable
std::future< ListChannelHandshakesOutcome > ListChannelHandshakesOutcomeCallable
std::future< ListProgramManagementAccountsOutcome > ListProgramManagementAccountsOutcomeCallable
std::future< CreateChannelHandshakeOutcome > CreateChannelHandshakeOutcomeCallable
std::future< DeleteProgramManagementAccountOutcome > DeleteProgramManagementAccountOutcomeCallable
std::future< DeleteRelationshipOutcome > DeleteRelationshipOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< CancelChannelHandshakeOutcome > CancelChannelHandshakeOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::function< void(const PartnerCentralChannelClient *, const Model::AcceptChannelHandshakeRequest &, const Model::AcceptChannelHandshakeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AcceptChannelHandshakeResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::DeleteProgramManagementAccountRequest &, const Model::DeleteProgramManagementAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteProgramManagementAccountResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::GetRelationshipRequest &, const Model::GetRelationshipOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetRelationshipResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::DeleteRelationshipRequest &, const Model::DeleteRelationshipOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteRelationshipResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::CreateRelationshipRequest &, const Model::CreateRelationshipOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateRelationshipResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::CreateProgramManagementAccountRequest &, const Model::CreateProgramManagementAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateProgramManagementAccountResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::UpdateProgramManagementAccountRequest &, const Model::UpdateProgramManagementAccountOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateProgramManagementAccountResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::UpdateRelationshipRequest &, const Model::UpdateRelationshipOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateRelationshipResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::ListProgramManagementAccountsRequest &, const Model::ListProgramManagementAccountsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListProgramManagementAccountsResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::ListChannelHandshakesRequest &, const Model::ListChannelHandshakesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListChannelHandshakesResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::CancelChannelHandshakeRequest &, const Model::CancelChannelHandshakeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CancelChannelHandshakeResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::ListRelationshipsRequest &, const Model::ListRelationshipsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListRelationshipsResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::RejectChannelHandshakeRequest &, const Model::RejectChannelHandshakeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RejectChannelHandshakeResponseReceivedHandler
std::function< void(const PartnerCentralChannelClient *, const Model::CreateChannelHandshakeRequest &, const Model::CreateChannelHandshakeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateChannelHandshakeResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String