AWS SDK for C++

AWS SDK for C++ Version 1.11.830

Loading...
Searching...
No Matches
PartnerCentralSellingClient.h
1
6#pragma once
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-selling/PartnerCentralSellingPaginationBase.h>
12#include <aws/partnercentral-selling/PartnerCentralSellingServiceClientModel.h>
13#include <aws/partnercentral-selling/PartnerCentralSellingWaiter.h>
14#include <aws/partnercentral-selling/PartnerCentralSelling_EXPORTS.h>
15
16namespace Aws {
17namespace PartnerCentralSelling {
54class AWS_PARTNERCENTRALSELLING_API PartnerCentralSellingClient
56 public Aws::Client::ClientWithAsyncTemplateMethods<PartnerCentralSellingClient>,
57 public PartnerCentralSellingPaginationBase<PartnerCentralSellingClient>,
58 public PartnerCentralSellingWaiter<PartnerCentralSellingClient> {
59 public:
61 static const char* GetServiceName();
62 static const char* GetAllocationTag();
63
66
73 std::shared_ptr<PartnerCentralSellingEndpointProviderBase> endpointProvider = nullptr);
74
80 std::shared_ptr<PartnerCentralSellingEndpointProviderBase> endpointProvider = nullptr,
83
88 PartnerCentralSellingClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
89 std::shared_ptr<PartnerCentralSellingEndpointProviderBase> endpointProvider = nullptr,
92
93 /* Legacy constructors due deprecation */
99
105
110 PartnerCentralSellingClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
111 const Aws::Client::ClientConfiguration& clientConfiguration);
112
113 /* End of legacy constructors due deprecation */
115
125 const Model::AcceptEngagementInvitationRequest& request) const;
126
131 template <typename AcceptEngagementInvitationRequestT = Model::AcceptEngagementInvitationRequest>
133 const AcceptEngagementInvitationRequestT& request) const {
134 return SubmitCallable(&PartnerCentralSellingClient::AcceptEngagementInvitation, request);
135 }
136
141 template <typename AcceptEngagementInvitationRequestT = Model::AcceptEngagementInvitationRequest>
142 void AcceptEngagementInvitationAsync(const AcceptEngagementInvitationRequestT& request,
144 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
145 return SubmitAsync(&PartnerCentralSellingClient::AcceptEngagementInvitation, request, handler, context);
146 }
147
162
167 template <typename AssignOpportunityRequestT = Model::AssignOpportunityRequest>
168 Model::AssignOpportunityOutcomeCallable AssignOpportunityCallable(const AssignOpportunityRequestT& request) const {
169 return SubmitCallable(&PartnerCentralSellingClient::AssignOpportunity, request);
170 }
171
176 template <typename AssignOpportunityRequestT = Model::AssignOpportunityRequest>
177 void AssignOpportunityAsync(const AssignOpportunityRequestT& request, const AssignOpportunityResponseReceivedHandler& handler,
178 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
179 return SubmitAsync(&PartnerCentralSellingClient::AssignOpportunity, request, handler, context);
180 }
181
219
224 template <typename AssociateOpportunityRequestT = Model::AssociateOpportunityRequest>
225 Model::AssociateOpportunityOutcomeCallable AssociateOpportunityCallable(const AssociateOpportunityRequestT& request) const {
226 return SubmitCallable(&PartnerCentralSellingClient::AssociateOpportunity, request);
227 }
228
233 template <typename AssociateOpportunityRequestT = Model::AssociateOpportunityRequest>
234 void AssociateOpportunityAsync(const AssociateOpportunityRequestT& request, const AssociateOpportunityResponseReceivedHandler& handler,
235 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
236 return SubmitAsync(&PartnerCentralSellingClient::AssociateOpportunity, request, handler, context);
237 }
238
249
254 template <typename CreateEngagementRequestT = Model::CreateEngagementRequest>
255 Model::CreateEngagementOutcomeCallable CreateEngagementCallable(const CreateEngagementRequestT& request) const {
256 return SubmitCallable(&PartnerCentralSellingClient::CreateEngagement, request);
257 }
258
263 template <typename CreateEngagementRequestT = Model::CreateEngagementRequest>
264 void CreateEngagementAsync(const CreateEngagementRequestT& request, const CreateEngagementResponseReceivedHandler& handler,
265 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
266 return SubmitAsync(&PartnerCentralSellingClient::CreateEngagement, request, handler, context);
267 }
268
278
283 template <typename CreateEngagementContextRequestT = Model::CreateEngagementContextRequest>
284 Model::CreateEngagementContextOutcomeCallable CreateEngagementContextCallable(const CreateEngagementContextRequestT& request) const {
285 return SubmitCallable(&PartnerCentralSellingClient::CreateEngagementContext, request);
286 }
287
292 template <typename CreateEngagementContextRequestT = Model::CreateEngagementContextRequest>
293 void CreateEngagementContextAsync(const CreateEngagementContextRequestT& request,
295 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
296 return SubmitAsync(&PartnerCentralSellingClient::CreateEngagementContext, request, handler, context);
297 }
298
306 const Model::CreateEngagementInvitationRequest& request) const;
307
312 template <typename CreateEngagementInvitationRequestT = Model::CreateEngagementInvitationRequest>
314 const CreateEngagementInvitationRequestT& request) const {
315 return SubmitCallable(&PartnerCentralSellingClient::CreateEngagementInvitation, request);
316 }
317
322 template <typename CreateEngagementInvitationRequestT = Model::CreateEngagementInvitationRequest>
323 void CreateEngagementInvitationAsync(const CreateEngagementInvitationRequestT& request,
325 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
326 return SubmitAsync(&PartnerCentralSellingClient::CreateEngagementInvitation, request, handler, context);
327 }
328
349
354 template <typename CreateOpportunityRequestT = Model::CreateOpportunityRequest>
355 Model::CreateOpportunityOutcomeCallable CreateOpportunityCallable(const CreateOpportunityRequestT& request) const {
356 return SubmitCallable(&PartnerCentralSellingClient::CreateOpportunity, request);
357 }
358
363 template <typename CreateOpportunityRequestT = Model::CreateOpportunityRequest>
364 void CreateOpportunityAsync(const CreateOpportunityRequestT& request, const CreateOpportunityResponseReceivedHandler& handler,
365 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
366 return SubmitAsync(&PartnerCentralSellingClient::CreateOpportunity, request, handler, context);
367 }
368
378
383 template <typename CreateResourceSnapshotRequestT = Model::CreateResourceSnapshotRequest>
384 Model::CreateResourceSnapshotOutcomeCallable CreateResourceSnapshotCallable(const CreateResourceSnapshotRequestT& request) const {
385 return SubmitCallable(&PartnerCentralSellingClient::CreateResourceSnapshot, request);
386 }
387
392 template <typename CreateResourceSnapshotRequestT = Model::CreateResourceSnapshotRequest>
393 void CreateResourceSnapshotAsync(const CreateResourceSnapshotRequestT& request,
395 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
396 return SubmitAsync(&PartnerCentralSellingClient::CreateResourceSnapshot, request, handler, context);
397 }
398
409
414 template <typename CreateResourceSnapshotJobRequestT = Model::CreateResourceSnapshotJobRequest>
416 const CreateResourceSnapshotJobRequestT& request) const {
417 return SubmitCallable(&PartnerCentralSellingClient::CreateResourceSnapshotJob, request);
418 }
419
424 template <typename CreateResourceSnapshotJobRequestT = Model::CreateResourceSnapshotJobRequest>
425 void CreateResourceSnapshotJobAsync(const CreateResourceSnapshotJobRequestT& request,
427 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
428 return SubmitAsync(&PartnerCentralSellingClient::CreateResourceSnapshotJob, request, handler, context);
429 }
430
439
444 template <typename DeleteResourceSnapshotJobRequestT = Model::DeleteResourceSnapshotJobRequest>
446 const DeleteResourceSnapshotJobRequestT& request) const {
447 return SubmitCallable(&PartnerCentralSellingClient::DeleteResourceSnapshotJob, request);
448 }
449
454 template <typename DeleteResourceSnapshotJobRequestT = Model::DeleteResourceSnapshotJobRequest>
455 void DeleteResourceSnapshotJobAsync(const DeleteResourceSnapshotJobRequestT& request,
457 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
458 return SubmitAsync(&PartnerCentralSellingClient::DeleteResourceSnapshotJob, request, handler, context);
459 }
460
477
482 template <typename DisassociateOpportunityRequestT = Model::DisassociateOpportunityRequest>
483 Model::DisassociateOpportunityOutcomeCallable DisassociateOpportunityCallable(const DisassociateOpportunityRequestT& request) const {
484 return SubmitCallable(&PartnerCentralSellingClient::DisassociateOpportunity, request);
485 }
486
491 template <typename DisassociateOpportunityRequestT = Model::DisassociateOpportunityRequest>
492 void DisassociateOpportunityAsync(const DisassociateOpportunityRequestT& request,
494 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
495 return SubmitAsync(&PartnerCentralSellingClient::DisassociateOpportunity, request, handler, context);
496 }
497
508
513 template <typename GetAwsOpportunitySummaryRequestT = Model::GetAwsOpportunitySummaryRequest>
514 Model::GetAwsOpportunitySummaryOutcomeCallable GetAwsOpportunitySummaryCallable(const GetAwsOpportunitySummaryRequestT& request) const {
515 return SubmitCallable(&PartnerCentralSellingClient::GetAwsOpportunitySummary, request);
516 }
517
522 template <typename GetAwsOpportunitySummaryRequestT = Model::GetAwsOpportunitySummaryRequest>
523 void GetAwsOpportunitySummaryAsync(const GetAwsOpportunitySummaryRequestT& request,
525 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
526 return SubmitAsync(&PartnerCentralSellingClient::GetAwsOpportunitySummary, request, handler, context);
527 }
528
536
540 template <typename GetEngagementRequestT = Model::GetEngagementRequest>
541 Model::GetEngagementOutcomeCallable GetEngagementCallable(const GetEngagementRequestT& request) const {
542 return SubmitCallable(&PartnerCentralSellingClient::GetEngagement, request);
543 }
544
549 template <typename GetEngagementRequestT = Model::GetEngagementRequest>
550 void GetEngagementAsync(const GetEngagementRequestT& request, const GetEngagementResponseReceivedHandler& handler,
551 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
552 return SubmitAsync(&PartnerCentralSellingClient::GetEngagement, request, handler, context);
553 }
554
565
570 template <typename GetEngagementInvitationRequestT = Model::GetEngagementInvitationRequest>
571 Model::GetEngagementInvitationOutcomeCallable GetEngagementInvitationCallable(const GetEngagementInvitationRequestT& request) const {
572 return SubmitCallable(&PartnerCentralSellingClient::GetEngagementInvitation, request);
573 }
574
579 template <typename GetEngagementInvitationRequestT = Model::GetEngagementInvitationRequest>
580 void GetEngagementInvitationAsync(const GetEngagementInvitationRequestT& request,
582 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
583 return SubmitAsync(&PartnerCentralSellingClient::GetEngagementInvitation, request, handler, context);
584 }
585
595
599 template <typename GetOpportunityRequestT = Model::GetOpportunityRequest>
600 Model::GetOpportunityOutcomeCallable GetOpportunityCallable(const GetOpportunityRequestT& request) const {
601 return SubmitCallable(&PartnerCentralSellingClient::GetOpportunity, request);
602 }
603
608 template <typename GetOpportunityRequestT = Model::GetOpportunityRequest>
609 void GetOpportunityAsync(const GetOpportunityRequestT& request, const GetOpportunityResponseReceivedHandler& handler,
610 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
611 return SubmitAsync(&PartnerCentralSellingClient::GetOpportunity, request, handler, context);
612 }
613
624
629 template <typename GetProspectingFromEngagementTaskRequestT = Model::GetProspectingFromEngagementTaskRequest>
631 const GetProspectingFromEngagementTaskRequestT& request) const {
632 return SubmitCallable(&PartnerCentralSellingClient::GetProspectingFromEngagementTask, request);
633 }
634
639 template <typename GetProspectingFromEngagementTaskRequestT = Model::GetProspectingFromEngagementTaskRequest>
640 void GetProspectingFromEngagementTaskAsync(const GetProspectingFromEngagementTaskRequestT& request,
642 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
643 return SubmitAsync(&PartnerCentralSellingClient::GetProspectingFromEngagementTask, request, handler, context);
644 }
645
653
658 template <typename GetResourceSnapshotRequestT = Model::GetResourceSnapshotRequest>
659 Model::GetResourceSnapshotOutcomeCallable GetResourceSnapshotCallable(const GetResourceSnapshotRequestT& request) const {
660 return SubmitCallable(&PartnerCentralSellingClient::GetResourceSnapshot, request);
661 }
662
667 template <typename GetResourceSnapshotRequestT = Model::GetResourceSnapshotRequest>
668 void GetResourceSnapshotAsync(const GetResourceSnapshotRequestT& request, const GetResourceSnapshotResponseReceivedHandler& handler,
669 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
670 return SubmitAsync(&PartnerCentralSellingClient::GetResourceSnapshot, request, handler, context);
671 }
672
680
685 template <typename GetResourceSnapshotJobRequestT = Model::GetResourceSnapshotJobRequest>
686 Model::GetResourceSnapshotJobOutcomeCallable GetResourceSnapshotJobCallable(const GetResourceSnapshotJobRequestT& request) const {
687 return SubmitCallable(&PartnerCentralSellingClient::GetResourceSnapshotJob, request);
688 }
689
694 template <typename GetResourceSnapshotJobRequestT = Model::GetResourceSnapshotJobRequest>
695 void GetResourceSnapshotJobAsync(const GetResourceSnapshotJobRequestT& request,
697 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
698 return SubmitAsync(&PartnerCentralSellingClient::GetResourceSnapshotJob, request, handler, context);
699 }
700
708
713 template <typename GetSellingSystemSettingsRequestT = Model::GetSellingSystemSettingsRequest>
714 Model::GetSellingSystemSettingsOutcomeCallable GetSellingSystemSettingsCallable(const GetSellingSystemSettingsRequestT& request) const {
715 return SubmitCallable(&PartnerCentralSellingClient::GetSellingSystemSettings, request);
716 }
717
722 template <typename GetSellingSystemSettingsRequestT = Model::GetSellingSystemSettingsRequest>
723 void GetSellingSystemSettingsAsync(const GetSellingSystemSettingsRequestT& request,
725 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
726 return SubmitAsync(&PartnerCentralSellingClient::GetSellingSystemSettings, request, handler, context);
727 }
728
738
743 template <typename ListEngagementByAcceptingInvitationTasksRequestT = Model::ListEngagementByAcceptingInvitationTasksRequest>
745 const ListEngagementByAcceptingInvitationTasksRequestT& request) const {
746 return SubmitCallable(&PartnerCentralSellingClient::ListEngagementByAcceptingInvitationTasks, request);
747 }
748
753 template <typename ListEngagementByAcceptingInvitationTasksRequestT = Model::ListEngagementByAcceptingInvitationTasksRequest>
755 const ListEngagementByAcceptingInvitationTasksRequestT& request,
757 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
758 return SubmitAsync(&PartnerCentralSellingClient::ListEngagementByAcceptingInvitationTasks, request, handler, context);
759 }
760
770
775 template <typename ListEngagementFromOpportunityTasksRequestT = Model::ListEngagementFromOpportunityTasksRequest>
777 const ListEngagementFromOpportunityTasksRequestT& request) const {
778 return SubmitCallable(&PartnerCentralSellingClient::ListEngagementFromOpportunityTasks, request);
779 }
780
785 template <typename ListEngagementFromOpportunityTasksRequestT = Model::ListEngagementFromOpportunityTasksRequest>
786 void ListEngagementFromOpportunityTasksAsync(const ListEngagementFromOpportunityTasksRequestT& request,
788 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
789 return SubmitAsync(&PartnerCentralSellingClient::ListEngagementFromOpportunityTasks, request, handler, context);
790 }
791
800
805 template <typename ListEngagementInvitationsRequestT = Model::ListEngagementInvitationsRequest>
807 const ListEngagementInvitationsRequestT& request) const {
808 return SubmitCallable(&PartnerCentralSellingClient::ListEngagementInvitations, request);
809 }
810
815 template <typename ListEngagementInvitationsRequestT = Model::ListEngagementInvitationsRequest>
816 void ListEngagementInvitationsAsync(const ListEngagementInvitationsRequestT& request,
818 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
819 return SubmitAsync(&PartnerCentralSellingClient::ListEngagementInvitations, request, handler, context);
820 }
821
832
837 template <typename ListEngagementMembersRequestT = Model::ListEngagementMembersRequest>
838 Model::ListEngagementMembersOutcomeCallable ListEngagementMembersCallable(const ListEngagementMembersRequestT& request) const {
839 return SubmitCallable(&PartnerCentralSellingClient::ListEngagementMembers, request);
840 }
841
846 template <typename ListEngagementMembersRequestT = Model::ListEngagementMembersRequest>
847 void ListEngagementMembersAsync(const ListEngagementMembersRequestT& request, const ListEngagementMembersResponseReceivedHandler& handler,
848 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
849 return SubmitAsync(&PartnerCentralSellingClient::ListEngagementMembers, request, handler, context);
850 }
851
861
866 template <typename ListEngagementResourceAssociationsRequestT = Model::ListEngagementResourceAssociationsRequest>
868 const ListEngagementResourceAssociationsRequestT& request) const {
869 return SubmitCallable(&PartnerCentralSellingClient::ListEngagementResourceAssociations, request);
870 }
871
876 template <typename ListEngagementResourceAssociationsRequestT = Model::ListEngagementResourceAssociationsRequest>
877 void ListEngagementResourceAssociationsAsync(const ListEngagementResourceAssociationsRequestT& request,
879 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
880 return SubmitAsync(&PartnerCentralSellingClient::ListEngagementResourceAssociations, request, handler, context);
881 }
882
892
896 template <typename ListEngagementsRequestT = Model::ListEngagementsRequest>
897 Model::ListEngagementsOutcomeCallable ListEngagementsCallable(const ListEngagementsRequestT& request) const {
898 return SubmitCallable(&PartnerCentralSellingClient::ListEngagements, request);
899 }
900
905 template <typename ListEngagementsRequestT = Model::ListEngagementsRequest>
906 void ListEngagementsAsync(const ListEngagementsRequestT& request, const ListEngagementsResponseReceivedHandler& handler,
907 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
908 return SubmitAsync(&PartnerCentralSellingClient::ListEngagements, request, handler, context);
909 }
910
932
937 template <typename ListOpportunitiesRequestT = Model::ListOpportunitiesRequest>
938 Model::ListOpportunitiesOutcomeCallable ListOpportunitiesCallable(const ListOpportunitiesRequestT& request) const {
939 return SubmitCallable(&PartnerCentralSellingClient::ListOpportunities, request);
940 }
941
946 template <typename ListOpportunitiesRequestT = Model::ListOpportunitiesRequest>
947 void ListOpportunitiesAsync(const ListOpportunitiesRequestT& request, const ListOpportunitiesResponseReceivedHandler& handler,
948 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
949 return SubmitAsync(&PartnerCentralSellingClient::ListOpportunities, request, handler, context);
950 }
951
961
966 template <typename ListOpportunityFromEngagementTasksRequestT = Model::ListOpportunityFromEngagementTasksRequest>
968 const ListOpportunityFromEngagementTasksRequestT& request) const {
969 return SubmitCallable(&PartnerCentralSellingClient::ListOpportunityFromEngagementTasks, request);
970 }
971
976 template <typename ListOpportunityFromEngagementTasksRequestT = Model::ListOpportunityFromEngagementTasksRequest>
977 void ListOpportunityFromEngagementTasksAsync(const ListOpportunityFromEngagementTasksRequestT& request,
979 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
980 return SubmitAsync(&PartnerCentralSellingClient::ListOpportunityFromEngagementTasks, request, handler, context);
981 }
982
994
999 template <typename ListProspectingFromEngagementTasksRequestT = Model::ListProspectingFromEngagementTasksRequest>
1001 const ListProspectingFromEngagementTasksRequestT& request) const {
1002 return SubmitCallable(&PartnerCentralSellingClient::ListProspectingFromEngagementTasks, request);
1003 }
1004
1009 template <typename ListProspectingFromEngagementTasksRequestT = Model::ListProspectingFromEngagementTasksRequest>
1010 void ListProspectingFromEngagementTasksAsync(const ListProspectingFromEngagementTasksRequestT& request,
1012 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1013 return SubmitAsync(&PartnerCentralSellingClient::ListProspectingFromEngagementTasks, request, handler, context);
1014 }
1015
1025
1030 template <typename ListResourceSnapshotJobsRequestT = Model::ListResourceSnapshotJobsRequest>
1031 Model::ListResourceSnapshotJobsOutcomeCallable ListResourceSnapshotJobsCallable(const ListResourceSnapshotJobsRequestT& request) const {
1032 return SubmitCallable(&PartnerCentralSellingClient::ListResourceSnapshotJobs, request);
1033 }
1034
1039 template <typename ListResourceSnapshotJobsRequestT = Model::ListResourceSnapshotJobsRequest>
1040 void ListResourceSnapshotJobsAsync(const ListResourceSnapshotJobsRequestT& request,
1042 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1043 return SubmitAsync(&PartnerCentralSellingClient::ListResourceSnapshotJobs, request, handler, context);
1044 }
1045
1059
1064 template <typename ListResourceSnapshotsRequestT = Model::ListResourceSnapshotsRequest>
1065 Model::ListResourceSnapshotsOutcomeCallable ListResourceSnapshotsCallable(const ListResourceSnapshotsRequestT& request) const {
1066 return SubmitCallable(&PartnerCentralSellingClient::ListResourceSnapshots, request);
1067 }
1068
1073 template <typename ListResourceSnapshotsRequestT = Model::ListResourceSnapshotsRequest>
1074 void ListResourceSnapshotsAsync(const ListResourceSnapshotsRequestT& request, const ListResourceSnapshotsResponseReceivedHandler& handler,
1075 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1076 return SubmitAsync(&PartnerCentralSellingClient::ListResourceSnapshots, request, handler, context);
1077 }
1078
1087
1091 template <typename ListSolutionsRequestT = Model::ListSolutionsRequest>
1092 Model::ListSolutionsOutcomeCallable ListSolutionsCallable(const ListSolutionsRequestT& request) const {
1093 return SubmitCallable(&PartnerCentralSellingClient::ListSolutions, request);
1094 }
1095
1100 template <typename ListSolutionsRequestT = Model::ListSolutionsRequest>
1101 void ListSolutionsAsync(const ListSolutionsRequestT& request, const ListSolutionsResponseReceivedHandler& handler,
1102 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1103 return SubmitAsync(&PartnerCentralSellingClient::ListSolutions, request, handler, context);
1104 }
1105
1112
1117 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
1118 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
1119 return SubmitCallable(&PartnerCentralSellingClient::ListTagsForResource, request);
1120 }
1121
1126 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
1127 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
1128 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1129 return SubmitAsync(&PartnerCentralSellingClient::ListTagsForResource, request, handler, context);
1130 }
1131
1139
1144 template <typename PutSellingSystemSettingsRequestT = Model::PutSellingSystemSettingsRequest>
1145 Model::PutSellingSystemSettingsOutcomeCallable PutSellingSystemSettingsCallable(const PutSellingSystemSettingsRequestT& request) const {
1146 return SubmitCallable(&PartnerCentralSellingClient::PutSellingSystemSettings, request);
1147 }
1148
1153 template <typename PutSellingSystemSettingsRequestT = Model::PutSellingSystemSettingsRequest>
1154 void PutSellingSystemSettingsAsync(const PutSellingSystemSettingsRequestT& request,
1156 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1157 return SubmitAsync(&PartnerCentralSellingClient::PutSellingSystemSettings, request, handler, context);
1158 }
1159
1169 const Model::RejectEngagementInvitationRequest& request) const;
1170
1175 template <typename RejectEngagementInvitationRequestT = Model::RejectEngagementInvitationRequest>
1177 const RejectEngagementInvitationRequestT& request) const {
1178 return SubmitCallable(&PartnerCentralSellingClient::RejectEngagementInvitation, request);
1179 }
1180
1185 template <typename RejectEngagementInvitationRequestT = Model::RejectEngagementInvitationRequest>
1186 void RejectEngagementInvitationAsync(const RejectEngagementInvitationRequestT& request,
1188 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1189 return SubmitAsync(&PartnerCentralSellingClient::RejectEngagementInvitation, request, handler, context);
1190 }
1191
1205
1210 template <typename StartEngagementByAcceptingInvitationTaskRequestT = Model::StartEngagementByAcceptingInvitationTaskRequest>
1212 const StartEngagementByAcceptingInvitationTaskRequestT& request) const {
1213 return SubmitCallable(&PartnerCentralSellingClient::StartEngagementByAcceptingInvitationTask, request);
1214 }
1215
1220 template <typename StartEngagementByAcceptingInvitationTaskRequestT = Model::StartEngagementByAcceptingInvitationTaskRequest>
1222 const StartEngagementByAcceptingInvitationTaskRequestT& request,
1224 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1225 return SubmitAsync(&PartnerCentralSellingClient::StartEngagementByAcceptingInvitationTask, request, handler, context);
1226 }
1227
1244
1249 template <typename StartEngagementFromOpportunityTaskRequestT = Model::StartEngagementFromOpportunityTaskRequest>
1251 const StartEngagementFromOpportunityTaskRequestT& request) const {
1252 return SubmitCallable(&PartnerCentralSellingClient::StartEngagementFromOpportunityTask, request);
1253 }
1254
1259 template <typename StartEngagementFromOpportunityTaskRequestT = Model::StartEngagementFromOpportunityTaskRequest>
1260 void StartEngagementFromOpportunityTaskAsync(const StartEngagementFromOpportunityTaskRequestT& request,
1262 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1263 return SubmitAsync(&PartnerCentralSellingClient::StartEngagementFromOpportunityTask, request, handler, context);
1264 }
1265
1276
1281 template <typename StartOpportunityFromEngagementTaskRequestT = Model::StartOpportunityFromEngagementTaskRequest>
1283 const StartOpportunityFromEngagementTaskRequestT& request) const {
1284 return SubmitCallable(&PartnerCentralSellingClient::StartOpportunityFromEngagementTask, request);
1285 }
1286
1291 template <typename StartOpportunityFromEngagementTaskRequestT = Model::StartOpportunityFromEngagementTaskRequest>
1292 void StartOpportunityFromEngagementTaskAsync(const StartOpportunityFromEngagementTaskRequestT& request,
1294 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1295 return SubmitAsync(&PartnerCentralSellingClient::StartOpportunityFromEngagementTask, request, handler, context);
1296 }
1297
1309
1314 template <typename StartProspectingFromEngagementTaskRequestT = Model::StartProspectingFromEngagementTaskRequest>
1316 const StartProspectingFromEngagementTaskRequestT& request) const {
1317 return SubmitCallable(&PartnerCentralSellingClient::StartProspectingFromEngagementTask, request);
1318 }
1319
1324 template <typename StartProspectingFromEngagementTaskRequestT = Model::StartProspectingFromEngagementTaskRequest>
1325 void StartProspectingFromEngagementTaskAsync(const StartProspectingFromEngagementTaskRequestT& request,
1327 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1328 return SubmitAsync(&PartnerCentralSellingClient::StartProspectingFromEngagementTask, request, handler, context);
1329 }
1330
1338
1343 template <typename StartResourceSnapshotJobRequestT = Model::StartResourceSnapshotJobRequest>
1344 Model::StartResourceSnapshotJobOutcomeCallable StartResourceSnapshotJobCallable(const StartResourceSnapshotJobRequestT& request) const {
1345 return SubmitCallable(&PartnerCentralSellingClient::StartResourceSnapshotJob, request);
1346 }
1347
1352 template <typename StartResourceSnapshotJobRequestT = Model::StartResourceSnapshotJobRequest>
1353 void StartResourceSnapshotJobAsync(const StartResourceSnapshotJobRequestT& request,
1355 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1356 return SubmitAsync(&PartnerCentralSellingClient::StartResourceSnapshotJob, request, handler, context);
1357 }
1358
1366
1371 template <typename StopResourceSnapshotJobRequestT = Model::StopResourceSnapshotJobRequest>
1372 Model::StopResourceSnapshotJobOutcomeCallable StopResourceSnapshotJobCallable(const StopResourceSnapshotJobRequestT& request) const {
1373 return SubmitCallable(&PartnerCentralSellingClient::StopResourceSnapshotJob, request);
1374 }
1375
1380 template <typename StopResourceSnapshotJobRequestT = Model::StopResourceSnapshotJobRequest>
1381 void StopResourceSnapshotJobAsync(const StopResourceSnapshotJobRequestT& request,
1383 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1384 return SubmitAsync(&PartnerCentralSellingClient::StopResourceSnapshotJob, request, handler, context);
1385 }
1386
1397
1402 template <typename SubmitOpportunityRequestT = Model::SubmitOpportunityRequest>
1403 Model::SubmitOpportunityOutcomeCallable SubmitOpportunityCallable(const SubmitOpportunityRequestT& request) const {
1404 return SubmitCallable(&PartnerCentralSellingClient::SubmitOpportunity, request);
1405 }
1406
1411 template <typename SubmitOpportunityRequestT = Model::SubmitOpportunityRequest>
1412 void SubmitOpportunityAsync(const SubmitOpportunityRequestT& request, const SubmitOpportunityResponseReceivedHandler& handler,
1413 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1414 return SubmitAsync(&PartnerCentralSellingClient::SubmitOpportunity, request, handler, context);
1415 }
1416
1424
1428 template <typename TagResourceRequestT = Model::TagResourceRequest>
1429 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
1430 return SubmitCallable(&PartnerCentralSellingClient::TagResource, request);
1431 }
1432
1437 template <typename TagResourceRequestT = Model::TagResourceRequest>
1438 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
1439 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1440 return SubmitAsync(&PartnerCentralSellingClient::TagResource, request, handler, context);
1441 }
1442
1449
1453 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1454 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
1455 return SubmitCallable(&PartnerCentralSellingClient::UntagResource, request);
1456 }
1457
1462 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
1463 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
1464 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1465 return SubmitAsync(&PartnerCentralSellingClient::UntagResource, request, handler, context);
1466 }
1467
1475
1480 template <typename UpdateEngagementContextRequestT = Model::UpdateEngagementContextRequest>
1481 Model::UpdateEngagementContextOutcomeCallable UpdateEngagementContextCallable(const UpdateEngagementContextRequestT& request) const {
1482 return SubmitCallable(&PartnerCentralSellingClient::UpdateEngagementContext, request);
1483 }
1484
1489 template <typename UpdateEngagementContextRequestT = Model::UpdateEngagementContextRequest>
1490 void UpdateEngagementContextAsync(const UpdateEngagementContextRequestT& request,
1492 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1493 return SubmitAsync(&PartnerCentralSellingClient::UpdateEngagementContext, request, handler, context);
1494 }
1495
1510
1515 template <typename UpdateOpportunityRequestT = Model::UpdateOpportunityRequest>
1516 Model::UpdateOpportunityOutcomeCallable UpdateOpportunityCallable(const UpdateOpportunityRequestT& request) const {
1517 return SubmitCallable(&PartnerCentralSellingClient::UpdateOpportunity, request);
1518 }
1519
1524 template <typename UpdateOpportunityRequestT = Model::UpdateOpportunityRequest>
1525 void UpdateOpportunityAsync(const UpdateOpportunityRequestT& request, const UpdateOpportunityResponseReceivedHandler& handler,
1526 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
1527 return SubmitAsync(&PartnerCentralSellingClient::UpdateOpportunity, request, handler, context);
1528 }
1529
1530 virtual void OverrideEndpoint(const Aws::String& endpoint);
1531 virtual std::shared_ptr<PartnerCentralSellingEndpointProviderBase>& accessEndpointProvider();
1532
1533 private:
1535 void init(const PartnerCentralSellingClientConfiguration& clientConfiguration);
1536
1538
1539 InvokeOperationOutcome InvokeServiceOperation(const AmazonWebServiceRequest& request, Aws::Http::HttpMethod httpMethod) const;
1540
1541 PartnerCentralSellingClientConfiguration m_clientConfiguration;
1542 std::shared_ptr<PartnerCentralSellingEndpointProviderBase> m_endpointProvider;
1543};
1544
1545} // namespace PartnerCentralSelling
1546} // namespace Aws
Model::GetAwsOpportunitySummaryOutcomeCallable GetAwsOpportunitySummaryCallable(const GetAwsOpportunitySummaryRequestT &request) const
Model::CreateOpportunityOutcomeCallable CreateOpportunityCallable(const CreateOpportunityRequestT &request) const
void AssignOpportunityAsync(const AssignOpportunityRequestT &request, const AssignOpportunityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
PartnerCentralSellingClient(const Aws::Client::ClientConfiguration &clientConfiguration)
void StartResourceSnapshotJobAsync(const StartResourceSnapshotJobRequestT &request, const StartResourceSnapshotJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetEngagementInvitationAsync(const GetEngagementInvitationRequestT &request, const GetEngagementInvitationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DeleteResourceSnapshotJobOutcome DeleteResourceSnapshotJob(const Model::DeleteResourceSnapshotJobRequest &request) const
Model::StartEngagementFromOpportunityTaskOutcomeCallable StartEngagementFromOpportunityTaskCallable(const StartEngagementFromOpportunityTaskRequestT &request) const
PartnerCentralSellingClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< PartnerCentralSellingEndpointProviderBase > endpointProvider=nullptr, const Aws::PartnerCentralSelling::PartnerCentralSellingClientConfiguration &clientConfiguration=Aws::PartnerCentralSelling::PartnerCentralSellingClientConfiguration())
void CreateOpportunityAsync(const CreateOpportunityRequestT &request, const CreateOpportunityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void StartEngagementByAcceptingInvitationTaskAsync(const StartEngagementByAcceptingInvitationTaskRequestT &request, const StartEngagementByAcceptingInvitationTaskResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateEngagementInvitationOutcomeCallable CreateEngagementInvitationCallable(const CreateEngagementInvitationRequestT &request) const
Model::CreateResourceSnapshotOutcomeCallable CreateResourceSnapshotCallable(const CreateResourceSnapshotRequestT &request) const
virtual Model::PutSellingSystemSettingsOutcome PutSellingSystemSettings(const Model::PutSellingSystemSettingsRequest &request) const
void ListEngagementResourceAssociationsAsync(const ListEngagementResourceAssociationsRequestT &request, const ListEngagementResourceAssociationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetResourceSnapshotJobAsync(const GetResourceSnapshotJobRequestT &request, const GetResourceSnapshotJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::RejectEngagementInvitationOutcomeCallable RejectEngagementInvitationCallable(const RejectEngagementInvitationRequestT &request) const
virtual Model::GetResourceSnapshotJobOutcome GetResourceSnapshotJob(const Model::GetResourceSnapshotJobRequest &request) const
void StartEngagementFromOpportunityTaskAsync(const StartEngagementFromOpportunityTaskRequestT &request, const StartEngagementFromOpportunityTaskResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
PartnerCentralSellingClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
virtual Model::GetEngagementInvitationOutcome GetEngagementInvitation(const Model::GetEngagementInvitationRequest &request) const
PartnerCentralSellingClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::ListEngagementMembersOutcomeCallable ListEngagementMembersCallable(const ListEngagementMembersRequestT &request) const
void GetSellingSystemSettingsAsync(const GetSellingSystemSettingsRequestT &request, const GetSellingSystemSettingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetEngagementOutcomeCallable GetEngagementCallable(const GetEngagementRequestT &request) const
Model::DisassociateOpportunityOutcomeCallable DisassociateOpportunityCallable(const DisassociateOpportunityRequestT &request) const
virtual Model::ListResourceSnapshotsOutcome ListResourceSnapshots(const Model::ListResourceSnapshotsRequest &request) const
Model::StartOpportunityFromEngagementTaskOutcomeCallable StartOpportunityFromEngagementTaskCallable(const StartOpportunityFromEngagementTaskRequestT &request) const
void CreateEngagementAsync(const CreateEngagementRequestT &request, const CreateEngagementResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void StartOpportunityFromEngagementTaskAsync(const StartOpportunityFromEngagementTaskRequestT &request, const StartOpportunityFromEngagementTaskResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListProspectingFromEngagementTasksOutcome ListProspectingFromEngagementTasks(const Model::ListProspectingFromEngagementTasksRequest &request) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
void RejectEngagementInvitationAsync(const RejectEngagementInvitationRequestT &request, const RejectEngagementInvitationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListEngagementFromOpportunityTasksOutcomeCallable ListEngagementFromOpportunityTasksCallable(const ListEngagementFromOpportunityTasksRequestT &request) const
virtual Model::ListResourceSnapshotJobsOutcome ListResourceSnapshotJobs(const Model::ListResourceSnapshotJobsRequest &request) const
virtual Model::ListOpportunityFromEngagementTasksOutcome ListOpportunityFromEngagementTasks(const Model::ListOpportunityFromEngagementTasksRequest &request) const
Model::ListOpportunityFromEngagementTasksOutcomeCallable ListOpportunityFromEngagementTasksCallable(const ListOpportunityFromEngagementTasksRequestT &request) const
Model::CreateEngagementOutcomeCallable CreateEngagementCallable(const CreateEngagementRequestT &request) const
virtual Model::ListSolutionsOutcome ListSolutions(const Model::ListSolutionsRequest &request) const
virtual Model::StartEngagementByAcceptingInvitationTaskOutcome StartEngagementByAcceptingInvitationTask(const Model::StartEngagementByAcceptingInvitationTaskRequest &request) const
Model::DeleteResourceSnapshotJobOutcomeCallable DeleteResourceSnapshotJobCallable(const DeleteResourceSnapshotJobRequestT &request) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
void GetEngagementAsync(const GetEngagementRequestT &request, const GetEngagementResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateResourceSnapshotOutcome CreateResourceSnapshot(const Model::CreateResourceSnapshotRequest &request) const
Model::PutSellingSystemSettingsOutcomeCallable PutSellingSystemSettingsCallable(const PutSellingSystemSettingsRequestT &request) const
void UpdateOpportunityAsync(const UpdateOpportunityRequestT &request, const UpdateOpportunityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateEngagementContextOutcome CreateEngagementContext(const Model::CreateEngagementContextRequest &request) const
Model::ListSolutionsOutcomeCallable ListSolutionsCallable(const ListSolutionsRequestT &request) const
Model::CreateResourceSnapshotJobOutcomeCallable CreateResourceSnapshotJobCallable(const CreateResourceSnapshotJobRequestT &request) const
virtual Model::UpdateEngagementContextOutcome UpdateEngagementContext(const Model::UpdateEngagementContextRequest &request) const
void GetAwsOpportunitySummaryAsync(const GetAwsOpportunitySummaryRequestT &request, const GetAwsOpportunitySummaryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListOpportunityFromEngagementTasksAsync(const ListOpportunityFromEngagementTasksRequestT &request, const ListOpportunityFromEngagementTasksResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateOpportunityOutcomeCallable UpdateOpportunityCallable(const UpdateOpportunityRequestT &request) const
virtual Model::GetEngagementOutcome GetEngagement(const Model::GetEngagementRequest &request) const
void ListResourceSnapshotsAsync(const ListResourceSnapshotsRequestT &request, const ListResourceSnapshotsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::StartResourceSnapshotJobOutcomeCallable StartResourceSnapshotJobCallable(const StartResourceSnapshotJobRequestT &request) const
virtual Model::GetSellingSystemSettingsOutcome GetSellingSystemSettings(const Model::GetSellingSystemSettingsRequest &request) const
void ListEngagementByAcceptingInvitationTasksAsync(const ListEngagementByAcceptingInvitationTasksRequestT &request, const ListEngagementByAcceptingInvitationTasksResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
PartnerCentralSellingClient(const Aws::PartnerCentralSelling::PartnerCentralSellingClientConfiguration &clientConfiguration=Aws::PartnerCentralSelling::PartnerCentralSellingClientConfiguration(), std::shared_ptr< PartnerCentralSellingEndpointProviderBase > endpointProvider=nullptr)
Model::StopResourceSnapshotJobOutcomeCallable StopResourceSnapshotJobCallable(const StopResourceSnapshotJobRequestT &request) const
void ListOpportunitiesAsync(const ListOpportunitiesRequestT &request, const ListOpportunitiesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetResourceSnapshotAsync(const GetResourceSnapshotRequestT &request, const GetResourceSnapshotResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListResourceSnapshotJobsOutcomeCallable ListResourceSnapshotJobsCallable(const ListResourceSnapshotJobsRequestT &request) const
virtual Model::ListEngagementFromOpportunityTasksOutcome ListEngagementFromOpportunityTasks(const Model::ListEngagementFromOpportunityTasksRequest &request) const
virtual Model::SubmitOpportunityOutcome SubmitOpportunity(const Model::SubmitOpportunityRequest &request) const
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::StartEngagementByAcceptingInvitationTaskOutcomeCallable StartEngagementByAcceptingInvitationTaskCallable(const StartEngagementByAcceptingInvitationTaskRequestT &request) const
virtual Model::CreateOpportunityOutcome CreateOpportunity(const Model::CreateOpportunityRequest &request) const
void ListEngagementsAsync(const ListEngagementsRequestT &request, const ListEngagementsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void GetOpportunityAsync(const GetOpportunityRequestT &request, const GetOpportunityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListEngagementsOutcomeCallable ListEngagementsCallable(const ListEngagementsRequestT &request) const
virtual Model::GetProspectingFromEngagementTaskOutcome GetProspectingFromEngagementTask(const Model::GetProspectingFromEngagementTaskRequest &request) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void DeleteResourceSnapshotJobAsync(const DeleteResourceSnapshotJobRequestT &request, const DeleteResourceSnapshotJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
Model::SubmitOpportunityOutcomeCallable SubmitOpportunityCallable(const SubmitOpportunityRequestT &request) const
virtual Model::UpdateOpportunityOutcome UpdateOpportunity(const Model::UpdateOpportunityRequest &request) const
virtual Model::ListEngagementsOutcome ListEngagements(const Model::ListEngagementsRequest &request) const
virtual Model::CreateEngagementOutcome CreateEngagement(const Model::CreateEngagementRequest &request) const
Model::ListEngagementByAcceptingInvitationTasksOutcomeCallable ListEngagementByAcceptingInvitationTasksCallable(const ListEngagementByAcceptingInvitationTasksRequestT &request) const
void AcceptEngagementInvitationAsync(const AcceptEngagementInvitationRequestT &request, const AcceptEngagementInvitationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateEngagementContextAsync(const CreateEngagementContextRequestT &request, const CreateEngagementContextResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::CreateEngagementContextOutcomeCallable CreateEngagementContextCallable(const CreateEngagementContextRequestT &request) const
virtual void OverrideEndpoint(const Aws::String &endpoint)
Model::ListResourceSnapshotsOutcomeCallable ListResourceSnapshotsCallable(const ListResourceSnapshotsRequestT &request) const
virtual Model::StartOpportunityFromEngagementTaskOutcome StartOpportunityFromEngagementTask(const Model::StartOpportunityFromEngagementTaskRequest &request) const
void CreateResourceSnapshotAsync(const CreateResourceSnapshotRequestT &request, const CreateResourceSnapshotResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::AssignOpportunityOutcome AssignOpportunity(const Model::AssignOpportunityRequest &request) const
Model::ListEngagementResourceAssociationsOutcomeCallable ListEngagementResourceAssociationsCallable(const ListEngagementResourceAssociationsRequestT &request) const
virtual Model::ListEngagementMembersOutcome ListEngagementMembers(const Model::ListEngagementMembersRequest &request) const
void SubmitOpportunityAsync(const SubmitOpportunityRequestT &request, const SubmitOpportunityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateEngagementContextOutcomeCallable UpdateEngagementContextCallable(const UpdateEngagementContextRequestT &request) const
PartnerCentralSellingClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< PartnerCentralSellingEndpointProviderBase > endpointProvider=nullptr, const Aws::PartnerCentralSelling::PartnerCentralSellingClientConfiguration &clientConfiguration=Aws::PartnerCentralSelling::PartnerCentralSellingClientConfiguration())
Model::ListProspectingFromEngagementTasksOutcomeCallable ListProspectingFromEngagementTasksCallable(const ListProspectingFromEngagementTasksRequestT &request) const
virtual Model::GetOpportunityOutcome GetOpportunity(const Model::GetOpportunityRequest &request) const
Model::GetEngagementInvitationOutcomeCallable GetEngagementInvitationCallable(const GetEngagementInvitationRequestT &request) const
Model::AssociateOpportunityOutcomeCallable AssociateOpportunityCallable(const AssociateOpportunityRequestT &request) const
virtual Model::ListEngagementByAcceptingInvitationTasksOutcome ListEngagementByAcceptingInvitationTasks(const Model::ListEngagementByAcceptingInvitationTasksRequest &request) const
Model::ListEngagementInvitationsOutcomeCallable ListEngagementInvitationsCallable(const ListEngagementInvitationsRequestT &request) const
void ListProspectingFromEngagementTasksAsync(const ListProspectingFromEngagementTasksRequestT &request, const ListProspectingFromEngagementTasksResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void CreateResourceSnapshotJobAsync(const CreateResourceSnapshotJobRequestT &request, const CreateResourceSnapshotJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetSellingSystemSettingsOutcomeCallable GetSellingSystemSettingsCallable(const GetSellingSystemSettingsRequestT &request) const
void StopResourceSnapshotJobAsync(const StopResourceSnapshotJobRequestT &request, const StopResourceSnapshotJobResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListEngagementInvitationsAsync(const ListEngagementInvitationsRequestT &request, const ListEngagementInvitationsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DisassociateOpportunityOutcome DisassociateOpportunity(const Model::DisassociateOpportunityRequest &request) const
virtual Model::StartEngagementFromOpportunityTaskOutcome StartEngagementFromOpportunityTask(const Model::StartEngagementFromOpportunityTaskRequest &request) const
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
Model::GetResourceSnapshotJobOutcomeCallable GetResourceSnapshotJobCallable(const GetResourceSnapshotJobRequestT &request) const
void DisassociateOpportunityAsync(const DisassociateOpportunityRequestT &request, const DisassociateOpportunityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListEngagementResourceAssociationsOutcome ListEngagementResourceAssociations(const Model::ListEngagementResourceAssociationsRequest &request) const
virtual Model::StartProspectingFromEngagementTaskOutcome StartProspectingFromEngagementTask(const Model::StartProspectingFromEngagementTaskRequest &request) const
void ListSolutionsAsync(const ListSolutionsRequestT &request, const ListSolutionsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetAwsOpportunitySummaryOutcome GetAwsOpportunitySummary(const Model::GetAwsOpportunitySummaryRequest &request) const
void ListEngagementMembersAsync(const ListEngagementMembersRequestT &request, const ListEngagementMembersResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::AcceptEngagementInvitationOutcome AcceptEngagementInvitation(const Model::AcceptEngagementInvitationRequest &request) const
Model::StartProspectingFromEngagementTaskOutcomeCallable StartProspectingFromEngagementTaskCallable(const StartProspectingFromEngagementTaskRequestT &request) const
void ListResourceSnapshotJobsAsync(const ListResourceSnapshotJobsRequestT &request, const ListResourceSnapshotJobsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void AssociateOpportunityAsync(const AssociateOpportunityRequestT &request, const AssociateOpportunityResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::AssociateOpportunityOutcome AssociateOpportunity(const Model::AssociateOpportunityRequest &request) const
void UpdateEngagementContextAsync(const UpdateEngagementContextRequestT &request, const UpdateEngagementContextResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::CreateEngagementInvitationOutcome CreateEngagementInvitation(const Model::CreateEngagementInvitationRequest &request) const
void ListEngagementFromOpportunityTasksAsync(const ListEngagementFromOpportunityTasksRequestT &request, const ListEngagementFromOpportunityTasksResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void StartProspectingFromEngagementTaskAsync(const StartProspectingFromEngagementTaskRequestT &request, const StartProspectingFromEngagementTaskResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetOpportunityOutcomeCallable GetOpportunityCallable(const GetOpportunityRequestT &request) const
Model::AcceptEngagementInvitationOutcomeCallable AcceptEngagementInvitationCallable(const AcceptEngagementInvitationRequestT &request) const
virtual Model::GetResourceSnapshotOutcome GetResourceSnapshot(const Model::GetResourceSnapshotRequest &request) const
void GetProspectingFromEngagementTaskAsync(const GetProspectingFromEngagementTaskRequestT &request, const GetProspectingFromEngagementTaskResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::StopResourceSnapshotJobOutcome StopResourceSnapshotJob(const Model::StopResourceSnapshotJobRequest &request) const
virtual std::shared_ptr< PartnerCentralSellingEndpointProviderBase > & accessEndpointProvider()
PartnerCentralSellingClientConfiguration ClientConfigurationType
Model::ListOpportunitiesOutcomeCallable ListOpportunitiesCallable(const ListOpportunitiesRequestT &request) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
void CreateEngagementInvitationAsync(const CreateEngagementInvitationRequestT &request, const CreateEngagementInvitationResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void PutSellingSystemSettingsAsync(const PutSellingSystemSettingsRequestT &request, const PutSellingSystemSettingsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::StartResourceSnapshotJobOutcome StartResourceSnapshotJob(const Model::StartResourceSnapshotJobRequest &request) const
Model::GetResourceSnapshotOutcomeCallable GetResourceSnapshotCallable(const GetResourceSnapshotRequestT &request) const
Model::GetProspectingFromEngagementTaskOutcomeCallable GetProspectingFromEngagementTaskCallable(const GetProspectingFromEngagementTaskRequestT &request) const
Model::AssignOpportunityOutcomeCallable AssignOpportunityCallable(const AssignOpportunityRequestT &request) const
virtual Model::CreateResourceSnapshotJobOutcome CreateResourceSnapshotJob(const Model::CreateResourceSnapshotJobRequest &request) const
virtual Model::ListOpportunitiesOutcome ListOpportunities(const Model::ListOpportunitiesRequest &request) const
virtual Model::RejectEngagementInvitationOutcome RejectEngagementInvitation(const Model::RejectEngagementInvitationRequest &request) const
virtual Model::ListEngagementInvitationsOutcome ListEngagementInvitations(const Model::ListEngagementInvitationsRequest &request) const
std::future< StartOpportunityFromEngagementTaskOutcome > StartOpportunityFromEngagementTaskOutcomeCallable
std::future< GetAwsOpportunitySummaryOutcome > GetAwsOpportunitySummaryOutcomeCallable
std::future< GetSellingSystemSettingsOutcome > GetSellingSystemSettingsOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< GetProspectingFromEngagementTaskOutcome > GetProspectingFromEngagementTaskOutcomeCallable
std::future< ListEngagementByAcceptingInvitationTasksOutcome > ListEngagementByAcceptingInvitationTasksOutcomeCallable
std::future< GetResourceSnapshotOutcome > GetResourceSnapshotOutcomeCallable
std::future< DisassociateOpportunityOutcome > DisassociateOpportunityOutcomeCallable
std::future< ListSolutionsOutcome > ListSolutionsOutcomeCallable
std::future< ListOpportunityFromEngagementTasksOutcome > ListOpportunityFromEngagementTasksOutcomeCallable
std::future< ListEngagementMembersOutcome > ListEngagementMembersOutcomeCallable
std::future< GetOpportunityOutcome > GetOpportunityOutcomeCallable
std::future< CreateOpportunityOutcome > CreateOpportunityOutcomeCallable
std::future< CreateResourceSnapshotOutcome > CreateResourceSnapshotOutcomeCallable
std::future< CreateEngagementContextOutcome > CreateEngagementContextOutcomeCallable
std::future< UpdateEngagementContextOutcome > UpdateEngagementContextOutcomeCallable
std::future< PutSellingSystemSettingsOutcome > PutSellingSystemSettingsOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< CreateEngagementOutcome > CreateEngagementOutcomeCallable
std::future< GetEngagementOutcome > GetEngagementOutcomeCallable
std::future< ListEngagementFromOpportunityTasksOutcome > ListEngagementFromOpportunityTasksOutcomeCallable
std::future< AcceptEngagementInvitationOutcome > AcceptEngagementInvitationOutcomeCallable
std::future< SubmitOpportunityOutcome > SubmitOpportunityOutcomeCallable
std::future< DeleteResourceSnapshotJobOutcome > DeleteResourceSnapshotJobOutcomeCallable
std::future< ListEngagementsOutcome > ListEngagementsOutcomeCallable
std::future< ListEngagementResourceAssociationsOutcome > ListEngagementResourceAssociationsOutcomeCallable
std::future< ListResourceSnapshotJobsOutcome > ListResourceSnapshotJobsOutcomeCallable
std::future< StartResourceSnapshotJobOutcome > StartResourceSnapshotJobOutcomeCallable
std::future< AssignOpportunityOutcome > AssignOpportunityOutcomeCallable
std::future< ListOpportunitiesOutcome > ListOpportunitiesOutcomeCallable
std::future< GetResourceSnapshotJobOutcome > GetResourceSnapshotJobOutcomeCallable
std::future< UpdateOpportunityOutcome > UpdateOpportunityOutcomeCallable
std::future< AssociateOpportunityOutcome > AssociateOpportunityOutcomeCallable
std::future< StopResourceSnapshotJobOutcome > StopResourceSnapshotJobOutcomeCallable
std::future< RejectEngagementInvitationOutcome > RejectEngagementInvitationOutcomeCallable
std::future< ListProspectingFromEngagementTasksOutcome > ListProspectingFromEngagementTasksOutcomeCallable
std::future< CreateEngagementInvitationOutcome > CreateEngagementInvitationOutcomeCallable
std::future< CreateResourceSnapshotJobOutcome > CreateResourceSnapshotJobOutcomeCallable
std::future< GetEngagementInvitationOutcome > GetEngagementInvitationOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< ListResourceSnapshotsOutcome > ListResourceSnapshotsOutcomeCallable
std::future< StartProspectingFromEngagementTaskOutcome > StartProspectingFromEngagementTaskOutcomeCallable
std::future< StartEngagementFromOpportunityTaskOutcome > StartEngagementFromOpportunityTaskOutcomeCallable
std::future< StartEngagementByAcceptingInvitationTaskOutcome > StartEngagementByAcceptingInvitationTaskOutcomeCallable
std::future< ListEngagementInvitationsOutcome > ListEngagementInvitationsOutcomeCallable
std::function< void(const PartnerCentralSellingClient *, const Model::ListEngagementFromOpportunityTasksRequest &, const Model::ListEngagementFromOpportunityTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEngagementFromOpportunityTasksResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::StartEngagementFromOpportunityTaskRequest &, const Model::StartEngagementFromOpportunityTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartEngagementFromOpportunityTaskResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::AssociateOpportunityRequest &, const Model::AssociateOpportunityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AssociateOpportunityResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::ListEngagementInvitationsRequest &, const Model::ListEngagementInvitationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEngagementInvitationsResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::CreateEngagementRequest &, const Model::CreateEngagementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateEngagementResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::StartOpportunityFromEngagementTaskRequest &, const Model::StartOpportunityFromEngagementTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartOpportunityFromEngagementTaskResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::StartEngagementByAcceptingInvitationTaskRequest &, const Model::StartEngagementByAcceptingInvitationTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartEngagementByAcceptingInvitationTaskResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::PutSellingSystemSettingsRequest &, const Model::PutSellingSystemSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutSellingSystemSettingsResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::GetEngagementRequest &, const Model::GetEngagementOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetEngagementResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::GetSellingSystemSettingsRequest &, const Model::GetSellingSystemSettingsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetSellingSystemSettingsResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::GetOpportunityRequest &, const Model::GetOpportunityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetOpportunityResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::DeleteResourceSnapshotJobRequest &, const Model::DeleteResourceSnapshotJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteResourceSnapshotJobResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::RejectEngagementInvitationRequest &, const Model::RejectEngagementInvitationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RejectEngagementInvitationResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::ListResourceSnapshotJobsRequest &, const Model::ListResourceSnapshotJobsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListResourceSnapshotJobsResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::StartProspectingFromEngagementTaskRequest &, const Model::StartProspectingFromEngagementTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartProspectingFromEngagementTaskResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::SubmitOpportunityRequest &, const Model::SubmitOpportunityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> SubmitOpportunityResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::CreateEngagementContextRequest &, const Model::CreateEngagementContextOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateEngagementContextResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::UpdateOpportunityRequest &, const Model::UpdateOpportunityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateOpportunityResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::GetAwsOpportunitySummaryRequest &, const Model::GetAwsOpportunitySummaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAwsOpportunitySummaryResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::GetEngagementInvitationRequest &, const Model::GetEngagementInvitationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetEngagementInvitationResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::GetProspectingFromEngagementTaskRequest &, const Model::GetProspectingFromEngagementTaskOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetProspectingFromEngagementTaskResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::StopResourceSnapshotJobRequest &, const Model::StopResourceSnapshotJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StopResourceSnapshotJobResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::ListEngagementMembersRequest &, const Model::ListEngagementMembersOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEngagementMembersResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::StartResourceSnapshotJobRequest &, const Model::StartResourceSnapshotJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartResourceSnapshotJobResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::AcceptEngagementInvitationRequest &, const Model::AcceptEngagementInvitationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AcceptEngagementInvitationResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::DisassociateOpportunityRequest &, const Model::DisassociateOpportunityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateOpportunityResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::CreateResourceSnapshotRequest &, const Model::CreateResourceSnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateResourceSnapshotResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::ListOpportunitiesRequest &, const Model::ListOpportunitiesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListOpportunitiesResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::CreateOpportunityRequest &, const Model::CreateOpportunityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateOpportunityResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::GetResourceSnapshotRequest &, const Model::GetResourceSnapshotOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetResourceSnapshotResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::ListSolutionsRequest &, const Model::ListSolutionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSolutionsResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::ListResourceSnapshotsRequest &, const Model::ListResourceSnapshotsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListResourceSnapshotsResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::ListEngagementByAcceptingInvitationTasksRequest &, const Model::ListEngagementByAcceptingInvitationTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEngagementByAcceptingInvitationTasksResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::CreateResourceSnapshotJobRequest &, const Model::CreateResourceSnapshotJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateResourceSnapshotJobResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::AssignOpportunityRequest &, const Model::AssignOpportunityOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AssignOpportunityResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::UpdateEngagementContextRequest &, const Model::UpdateEngagementContextOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateEngagementContextResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::ListOpportunityFromEngagementTasksRequest &, const Model::ListOpportunityFromEngagementTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListOpportunityFromEngagementTasksResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::ListProspectingFromEngagementTasksRequest &, const Model::ListProspectingFromEngagementTasksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListProspectingFromEngagementTasksResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::CreateEngagementInvitationRequest &, const Model::CreateEngagementInvitationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateEngagementInvitationResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::GetResourceSnapshotJobRequest &, const Model::GetResourceSnapshotJobOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetResourceSnapshotJobResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::ListEngagementsRequest &, const Model::ListEngagementsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEngagementsResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::ListEngagementResourceAssociationsRequest &, const Model::ListEngagementResourceAssociationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEngagementResourceAssociationsResponseReceivedHandler
std::function< void(const PartnerCentralSellingClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String