AWS SDK for C++

AWS SDK for C++ Version 1.11.860

Loading...
Searching...
No Matches
BillingClient.h
1
6#pragma once
7#include <aws/billing/BillingPaginationBase.h>
8#include <aws/billing/BillingServiceClientModel.h>
9#include <aws/billing/BillingWaiter.h>
10#include <aws/billing/Billing_EXPORTS.h>
11#include <aws/core/client/AWSClient.h>
12#include <aws/core/client/AWSClientAsyncCRTP.h>
13#include <aws/core/client/ClientConfiguration.h>
14#include <aws/core/utils/json/JsonSerializer.h>
15
16namespace Aws {
17namespace Billing {
24class AWS_BILLING_API BillingClient : public Aws::Client::AWSJsonClient,
26 public BillingPaginationBase<BillingClient>,
27 public BillingWaiter<BillingClient> {
28 public:
30 static const char* GetServiceName();
31 static const char* GetAllocationTag();
32
35
41 std::shared_ptr<BillingEndpointProviderBase> endpointProvider = nullptr);
42
47 BillingClient(const Aws::Auth::AWSCredentials& credentials, std::shared_ptr<BillingEndpointProviderBase> endpointProvider = nullptr,
49
54 BillingClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
55 std::shared_ptr<BillingEndpointProviderBase> endpointProvider = nullptr,
57
58 /* Legacy constructors due deprecation */
64
69 BillingClient(const Aws::Auth::AWSCredentials& credentials, const Aws::Client::ClientConfiguration& clientConfiguration);
70
75 BillingClient(const std::shared_ptr<Aws::Auth::AWSCredentialsProvider>& credentialsProvider,
76 const Aws::Client::ClientConfiguration& clientConfiguration);
77
78 /* End of legacy constructors due deprecation */
79 virtual ~BillingClient();
80
89
94 template <typename AssociateSourceViewsRequestT = Model::AssociateSourceViewsRequest>
95 Model::AssociateSourceViewsOutcomeCallable AssociateSourceViewsCallable(const AssociateSourceViewsRequestT& request) const {
96 return SubmitCallable(&BillingClient::AssociateSourceViews, request);
97 }
98
103 template <typename AssociateSourceViewsRequestT = Model::AssociateSourceViewsRequest>
104 void AssociateSourceViewsAsync(const AssociateSourceViewsRequestT& request, const AssociateSourceViewsResponseReceivedHandler& handler,
105 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
106 return SubmitAsync(&BillingClient::AssociateSourceViews, request, handler, context);
107 }
108
116
121 template <typename CreateBillingViewRequestT = Model::CreateBillingViewRequest>
122 Model::CreateBillingViewOutcomeCallable CreateBillingViewCallable(const CreateBillingViewRequestT& request) const {
123 return SubmitCallable(&BillingClient::CreateBillingView, request);
124 }
125
130 template <typename CreateBillingViewRequestT = Model::CreateBillingViewRequest>
131 void CreateBillingViewAsync(const CreateBillingViewRequestT& request, const CreateBillingViewResponseReceivedHandler& handler,
132 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
133 return SubmitAsync(&BillingClient::CreateBillingView, request, handler, context);
134 }
135
142
147 template <typename DeleteBillingViewRequestT = Model::DeleteBillingViewRequest>
148 Model::DeleteBillingViewOutcomeCallable DeleteBillingViewCallable(const DeleteBillingViewRequestT& request) const {
149 return SubmitCallable(&BillingClient::DeleteBillingView, request);
150 }
151
156 template <typename DeleteBillingViewRequestT = Model::DeleteBillingViewRequest>
157 void DeleteBillingViewAsync(const DeleteBillingViewRequestT& request, const DeleteBillingViewResponseReceivedHandler& handler,
158 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
159 return SubmitAsync(&BillingClient::DeleteBillingView, request, handler, context);
160 }
161
170
175 template <typename DisassociateSourceViewsRequestT = Model::DisassociateSourceViewsRequest>
176 Model::DisassociateSourceViewsOutcomeCallable DisassociateSourceViewsCallable(const DisassociateSourceViewsRequestT& request) const {
177 return SubmitCallable(&BillingClient::DisassociateSourceViews, request);
178 }
179
184 template <typename DisassociateSourceViewsRequestT = Model::DisassociateSourceViewsRequest>
185 void DisassociateSourceViewsAsync(const DisassociateSourceViewsRequestT& request,
187 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
188 return SubmitAsync(&BillingClient::DisassociateSourceViews, request, handler, context);
189 }
190
200
205 template <typename GetBillingPreferencesRequestT = Model::GetBillingPreferencesRequest>
206 Model::GetBillingPreferencesOutcomeCallable GetBillingPreferencesCallable(const GetBillingPreferencesRequestT& request) const {
207 return SubmitCallable(&BillingClient::GetBillingPreferences, request);
208 }
209
214 template <typename GetBillingPreferencesRequestT = Model::GetBillingPreferencesRequest>
215 void GetBillingPreferencesAsync(const GetBillingPreferencesRequestT& request, const GetBillingPreferencesResponseReceivedHandler& handler,
216 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
217 return SubmitAsync(&BillingClient::GetBillingPreferences, request, handler, context);
218 }
219
227
231 template <typename GetBillingViewRequestT = Model::GetBillingViewRequest>
232 Model::GetBillingViewOutcomeCallable GetBillingViewCallable(const GetBillingViewRequestT& request) const {
233 return SubmitCallable(&BillingClient::GetBillingView, request);
234 }
235
240 template <typename GetBillingViewRequestT = Model::GetBillingViewRequest>
241 void GetBillingViewAsync(const GetBillingViewRequestT& request, const GetBillingViewResponseReceivedHandler& handler,
242 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
243 return SubmitAsync(&BillingClient::GetBillingView, request, handler, context);
244 }
245
255 const Model::GetCreditAllocationHistoryRequest& request) const;
256
261 template <typename GetCreditAllocationHistoryRequestT = Model::GetCreditAllocationHistoryRequest>
263 const GetCreditAllocationHistoryRequestT& request) const {
264 return SubmitCallable(&BillingClient::GetCreditAllocationHistory, request);
265 }
266
271 template <typename GetCreditAllocationHistoryRequestT = Model::GetCreditAllocationHistoryRequest>
272 void GetCreditAllocationHistoryAsync(const GetCreditAllocationHistoryRequestT& request,
274 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
275 return SubmitAsync(&BillingClient::GetCreditAllocationHistory, request, handler, context);
276 }
277
291
295 template <typename GetCreditsRequestT = Model::GetCreditsRequest>
296 Model::GetCreditsOutcomeCallable GetCreditsCallable(const GetCreditsRequestT& request) const {
297 return SubmitCallable(&BillingClient::GetCredits, request);
298 }
299
304 template <typename GetCreditsRequestT = Model::GetCreditsRequest>
305 void GetCreditsAsync(const GetCreditsRequestT& request, const GetCreditsResponseReceivedHandler& handler,
306 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
307 return SubmitAsync(&BillingClient::GetCredits, request, handler, context);
308 }
309
318
323 template <typename GetEnterpriseSupportChargeSummaryRequestT = Model::GetEnterpriseSupportChargeSummaryRequest>
325 const GetEnterpriseSupportChargeSummaryRequestT& request) const {
326 return SubmitCallable(&BillingClient::GetEnterpriseSupportChargeSummary, request);
327 }
328
333 template <typename GetEnterpriseSupportChargeSummaryRequestT = Model::GetEnterpriseSupportChargeSummaryRequest>
334 void GetEnterpriseSupportChargeSummaryAsync(const GetEnterpriseSupportChargeSummaryRequestT& request,
336 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
337 return SubmitAsync(&BillingClient::GetEnterpriseSupportChargeSummary, request, handler, context);
338 }
339
347
352 template <typename GetEnterpriseSupportContractDetailsRequestT = Model::GetEnterpriseSupportContractDetailsRequest>
354 const GetEnterpriseSupportContractDetailsRequestT& request) const {
355 return SubmitCallable(&BillingClient::GetEnterpriseSupportContractDetails, request);
356 }
357
362 template <typename GetEnterpriseSupportContractDetailsRequestT = Model::GetEnterpriseSupportContractDetailsRequest>
363 void GetEnterpriseSupportContractDetailsAsync(const GetEnterpriseSupportContractDetailsRequestT& request,
365 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
366 return SubmitAsync(&BillingClient::GetEnterpriseSupportContractDetails, request, handler, context);
367 }
368
376
381 template <typename GetResourcePolicyRequestT = Model::GetResourcePolicyRequest>
382 Model::GetResourcePolicyOutcomeCallable GetResourcePolicyCallable(const GetResourcePolicyRequestT& request) const {
383 return SubmitCallable(&BillingClient::GetResourcePolicy, request);
384 }
385
390 template <typename GetResourcePolicyRequestT = Model::GetResourcePolicyRequest>
391 void GetResourcePolicyAsync(const GetResourcePolicyRequestT& request, const GetResourcePolicyResponseReceivedHandler& handler,
392 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
393 return SubmitAsync(&BillingClient::GetResourcePolicy, request, handler, context);
394 }
395
407
412 template <typename ListBillingViewsRequestT = Model::ListBillingViewsRequest>
413 Model::ListBillingViewsOutcomeCallable ListBillingViewsCallable(const ListBillingViewsRequestT& request = {}) const {
414 return SubmitCallable(&BillingClient::ListBillingViews, request);
415 }
416
421 template <typename ListBillingViewsRequestT = Model::ListBillingViewsRequest>
423 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr,
424 const ListBillingViewsRequestT& request = {}) const {
425 return SubmitAsync(&BillingClient::ListBillingViews, request, handler, context);
426 }
427
436
441 template <typename ListEnterpriseSupportLinkedAccountChargesRequestT = Model::ListEnterpriseSupportLinkedAccountChargesRequest>
443 const ListEnterpriseSupportLinkedAccountChargesRequestT& request) const {
444 return SubmitCallable(&BillingClient::ListEnterpriseSupportLinkedAccountCharges, request);
445 }
446
451 template <typename ListEnterpriseSupportLinkedAccountChargesRequestT = Model::ListEnterpriseSupportLinkedAccountChargesRequest>
453 const ListEnterpriseSupportLinkedAccountChargesRequestT& request,
455 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
456 return SubmitAsync(&BillingClient::ListEnterpriseSupportLinkedAccountCharges, request, handler, context);
457 }
458
467
472 template <typename ListSourceViewsForBillingViewRequestT = Model::ListSourceViewsForBillingViewRequest>
474 const ListSourceViewsForBillingViewRequestT& request) const {
475 return SubmitCallable(&BillingClient::ListSourceViewsForBillingView, request);
476 }
477
482 template <typename ListSourceViewsForBillingViewRequestT = Model::ListSourceViewsForBillingViewRequest>
483 void ListSourceViewsForBillingViewAsync(const ListSourceViewsForBillingViewRequestT& request,
485 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
486 return SubmitAsync(&BillingClient::ListSourceViewsForBillingView, request, handler, context);
487 }
488
496
501 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
502 Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT& request) const {
503 return SubmitCallable(&BillingClient::ListTagsForResource, request);
504 }
505
510 template <typename ListTagsForResourceRequestT = Model::ListTagsForResourceRequest>
511 void ListTagsForResourceAsync(const ListTagsForResourceRequestT& request, const ListTagsForResourceResponseReceivedHandler& handler,
512 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
513 return SubmitAsync(&BillingClient::ListTagsForResource, request, handler, context);
514 }
515
527
531 template <typename RedeemCreditsRequestT = Model::RedeemCreditsRequest>
532 Model::RedeemCreditsOutcomeCallable RedeemCreditsCallable(const RedeemCreditsRequestT& request) const {
533 return SubmitCallable(&BillingClient::RedeemCredits, request);
534 }
535
540 template <typename RedeemCreditsRequestT = Model::RedeemCreditsRequest>
541 void RedeemCreditsAsync(const RedeemCreditsRequestT& request, const RedeemCreditsResponseReceivedHandler& handler,
542 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
543 return SubmitAsync(&BillingClient::RedeemCredits, request, handler, context);
544 }
545
553
557 template <typename TagResourceRequestT = Model::TagResourceRequest>
558 Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT& request) const {
559 return SubmitCallable(&BillingClient::TagResource, request);
560 }
561
566 template <typename TagResourceRequestT = Model::TagResourceRequest>
567 void TagResourceAsync(const TagResourceRequestT& request, const TagResourceResponseReceivedHandler& handler,
568 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
569 return SubmitAsync(&BillingClient::TagResource, request, handler, context);
570 }
571
579
583 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
584 Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT& request) const {
585 return SubmitCallable(&BillingClient::UntagResource, request);
586 }
587
592 template <typename UntagResourceRequestT = Model::UntagResourceRequest>
593 void UntagResourceAsync(const UntagResourceRequestT& request, const UntagResourceResponseReceivedHandler& handler,
594 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
595 return SubmitAsync(&BillingClient::UntagResource, request, handler, context);
596 }
597
613
618 template <typename UpdateBillingPreferencesRequestT = Model::UpdateBillingPreferencesRequest>
619 Model::UpdateBillingPreferencesOutcomeCallable UpdateBillingPreferencesCallable(const UpdateBillingPreferencesRequestT& request) const {
620 return SubmitCallable(&BillingClient::UpdateBillingPreferences, request);
621 }
622
627 template <typename UpdateBillingPreferencesRequestT = Model::UpdateBillingPreferencesRequest>
628 void UpdateBillingPreferencesAsync(const UpdateBillingPreferencesRequestT& request,
630 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
631 return SubmitAsync(&BillingClient::UpdateBillingPreferences, request, handler, context);
632 }
633
641
646 template <typename UpdateBillingViewRequestT = Model::UpdateBillingViewRequest>
647 Model::UpdateBillingViewOutcomeCallable UpdateBillingViewCallable(const UpdateBillingViewRequestT& request) const {
648 return SubmitCallable(&BillingClient::UpdateBillingView, request);
649 }
650
655 template <typename UpdateBillingViewRequestT = Model::UpdateBillingViewRequest>
656 void UpdateBillingViewAsync(const UpdateBillingViewRequestT& request, const UpdateBillingViewResponseReceivedHandler& handler,
657 const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const {
658 return SubmitAsync(&BillingClient::UpdateBillingView, request, handler, context);
659 }
660
661 virtual void OverrideEndpoint(const Aws::String& endpoint);
662 virtual std::shared_ptr<BillingEndpointProviderBase>& accessEndpointProvider();
663
664 private:
666 void init(const BillingClientConfiguration& clientConfiguration);
667
669
670 InvokeOperationOutcome InvokeServiceOperation(const AmazonWebServiceRequest& request, Aws::Http::HttpMethod httpMethod) const;
671
672 BillingClientConfiguration m_clientConfiguration;
673 std::shared_ptr<BillingEndpointProviderBase> m_endpointProvider;
674};
675
676} // namespace Billing
677} // namespace Aws
virtual std::shared_ptr< BillingEndpointProviderBase > & accessEndpointProvider()
virtual Model::GetCreditAllocationHistoryOutcome GetCreditAllocationHistory(const Model::GetCreditAllocationHistoryRequest &request) const
virtual Model::GetEnterpriseSupportContractDetailsOutcome GetEnterpriseSupportContractDetails(const Model::GetEnterpriseSupportContractDetailsRequest &request) const
virtual Model::GetBillingViewOutcome GetBillingView(const Model::GetBillingViewRequest &request) const
BillingClient(const Aws::Auth::AWSCredentials &credentials, const Aws::Client::ClientConfiguration &clientConfiguration)
Model::ListSourceViewsForBillingViewOutcomeCallable ListSourceViewsForBillingViewCallable(const ListSourceViewsForBillingViewRequestT &request) const
Model::ListTagsForResourceOutcomeCallable ListTagsForResourceCallable(const ListTagsForResourceRequestT &request) const
Model::TagResourceOutcomeCallable TagResourceCallable(const TagResourceRequestT &request) const
void ListBillingViewsAsync(const ListBillingViewsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr, const ListBillingViewsRequestT &request={}) const
BillingEndpointProvider EndpointProviderType
void TagResourceAsync(const TagResourceRequestT &request, const TagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UntagResourceOutcomeCallable UntagResourceCallable(const UntagResourceRequestT &request) const
Model::GetBillingViewOutcomeCallable GetBillingViewCallable(const GetBillingViewRequestT &request) const
void DeleteBillingViewAsync(const DeleteBillingViewRequestT &request, const DeleteBillingViewResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::UpdateBillingPreferencesOutcomeCallable UpdateBillingPreferencesCallable(const UpdateBillingPreferencesRequestT &request) const
Model::CreateBillingViewOutcomeCallable CreateBillingViewCallable(const CreateBillingViewRequestT &request) const
Model::AssociateSourceViewsOutcomeCallable AssociateSourceViewsCallable(const AssociateSourceViewsRequestT &request) const
virtual Model::ListBillingViewsOutcome ListBillingViews(const Model::ListBillingViewsRequest &request={}) const
Model::DeleteBillingViewOutcomeCallable DeleteBillingViewCallable(const DeleteBillingViewRequestT &request) const
void GetBillingViewAsync(const GetBillingViewRequestT &request, const GetBillingViewResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void ListSourceViewsForBillingViewAsync(const ListSourceViewsForBillingViewRequestT &request, const ListSourceViewsForBillingViewResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::DisassociateSourceViewsOutcome DisassociateSourceViews(const Model::DisassociateSourceViewsRequest &request) const
Aws::Client::AWSJsonClient BASECLASS
void ListTagsForResourceAsync(const ListTagsForResourceRequestT &request, const ListTagsForResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UntagResourceOutcome UntagResource(const Model::UntagResourceRequest &request) const
virtual Model::GetResourcePolicyOutcome GetResourcePolicy(const Model::GetResourcePolicyRequest &request) const
void ListEnterpriseSupportLinkedAccountChargesAsync(const ListEnterpriseSupportLinkedAccountChargesRequestT &request, const ListEnterpriseSupportLinkedAccountChargesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void AssociateSourceViewsAsync(const AssociateSourceViewsRequestT &request, const AssociateSourceViewsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::UpdateBillingViewOutcome UpdateBillingView(const Model::UpdateBillingViewRequest &request) const
BillingClient(const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::TagResourceOutcome TagResource(const Model::TagResourceRequest &request) const
BillingClient(const Aws::Billing::BillingClientConfiguration &clientConfiguration=Aws::Billing::BillingClientConfiguration(), std::shared_ptr< BillingEndpointProviderBase > endpointProvider=nullptr)
void GetEnterpriseSupportContractDetailsAsync(const GetEnterpriseSupportContractDetailsRequestT &request, const GetEnterpriseSupportContractDetailsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual void OverrideEndpoint(const Aws::String &endpoint)
Model::ListBillingViewsOutcomeCallable ListBillingViewsCallable(const ListBillingViewsRequestT &request={}) const
void GetBillingPreferencesAsync(const GetBillingPreferencesRequestT &request, const GetBillingPreferencesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
BillingClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, std::shared_ptr< BillingEndpointProviderBase > endpointProvider=nullptr, const Aws::Billing::BillingClientConfiguration &clientConfiguration=Aws::Billing::BillingClientConfiguration())
BillingClient(const std::shared_ptr< Aws::Auth::AWSCredentialsProvider > &credentialsProvider, const Aws::Client::ClientConfiguration &clientConfiguration)
virtual Model::ListSourceViewsForBillingViewOutcome ListSourceViewsForBillingView(const Model::ListSourceViewsForBillingViewRequest &request) const
Model::ListEnterpriseSupportLinkedAccountChargesOutcomeCallable ListEnterpriseSupportLinkedAccountChargesCallable(const ListEnterpriseSupportLinkedAccountChargesRequestT &request) const
void CreateBillingViewAsync(const CreateBillingViewRequestT &request, const CreateBillingViewResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetEnterpriseSupportChargeSummaryOutcome GetEnterpriseSupportChargeSummary(const Model::GetEnterpriseSupportChargeSummaryRequest &request) const
Model::GetCreditAllocationHistoryOutcomeCallable GetCreditAllocationHistoryCallable(const GetCreditAllocationHistoryRequestT &request) const
BillingClient(const Aws::Auth::AWSCredentials &credentials, std::shared_ptr< BillingEndpointProviderBase > endpointProvider=nullptr, const Aws::Billing::BillingClientConfiguration &clientConfiguration=Aws::Billing::BillingClientConfiguration())
void GetCreditAllocationHistoryAsync(const GetCreditAllocationHistoryRequestT &request, const GetCreditAllocationHistoryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
static const char * GetAllocationTag()
static const char * GetServiceName()
Model::GetResourcePolicyOutcomeCallable GetResourcePolicyCallable(const GetResourcePolicyRequestT &request) const
void UntagResourceAsync(const UntagResourceRequestT &request, const UntagResourceResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::ListTagsForResourceOutcome ListTagsForResource(const Model::ListTagsForResourceRequest &request) const
Model::GetCreditsOutcomeCallable GetCreditsCallable(const GetCreditsRequestT &request) const
virtual Model::ListEnterpriseSupportLinkedAccountChargesOutcome ListEnterpriseSupportLinkedAccountCharges(const Model::ListEnterpriseSupportLinkedAccountChargesRequest &request) const
Model::GetEnterpriseSupportContractDetailsOutcomeCallable GetEnterpriseSupportContractDetailsCallable(const GetEnterpriseSupportContractDetailsRequestT &request) const
void GetCreditsAsync(const GetCreditsRequestT &request, const GetCreditsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateBillingViewAsync(const UpdateBillingViewRequestT &request, const UpdateBillingViewResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
BillingClientConfiguration ClientConfigurationType
void DisassociateSourceViewsAsync(const DisassociateSourceViewsRequestT &request, const DisassociateSourceViewsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::RedeemCreditsOutcome RedeemCredits(const Model::RedeemCreditsRequest &request) const
virtual Model::CreateBillingViewOutcome CreateBillingView(const Model::CreateBillingViewRequest &request) const
void GetResourcePolicyAsync(const GetResourcePolicyRequestT &request, const GetResourcePolicyResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetEnterpriseSupportChargeSummaryOutcomeCallable GetEnterpriseSupportChargeSummaryCallable(const GetEnterpriseSupportChargeSummaryRequestT &request) const
virtual Model::AssociateSourceViewsOutcome AssociateSourceViews(const Model::AssociateSourceViewsRequest &request) const
virtual Model::UpdateBillingPreferencesOutcome UpdateBillingPreferences(const Model::UpdateBillingPreferencesRequest &request) const
virtual Model::GetCreditsOutcome GetCredits(const Model::GetCreditsRequest &request) const
Model::RedeemCreditsOutcomeCallable RedeemCreditsCallable(const RedeemCreditsRequestT &request) const
virtual Model::DeleteBillingViewOutcome DeleteBillingView(const Model::DeleteBillingViewRequest &request) const
Model::DisassociateSourceViewsOutcomeCallable DisassociateSourceViewsCallable(const DisassociateSourceViewsRequestT &request) const
void GetEnterpriseSupportChargeSummaryAsync(const GetEnterpriseSupportChargeSummaryRequestT &request, const GetEnterpriseSupportChargeSummaryResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
Model::GetBillingPreferencesOutcomeCallable GetBillingPreferencesCallable(const GetBillingPreferencesRequestT &request) const
Model::UpdateBillingViewOutcomeCallable UpdateBillingViewCallable(const UpdateBillingViewRequestT &request) const
void RedeemCreditsAsync(const RedeemCreditsRequestT &request, const RedeemCreditsResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
void UpdateBillingPreferencesAsync(const UpdateBillingPreferencesRequestT &request, const UpdateBillingPreferencesResponseReceivedHandler &handler, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &context=nullptr) const
virtual Model::GetBillingPreferencesOutcome GetBillingPreferences(const Model::GetBillingPreferencesRequest &request) const
std::future< GetCreditsOutcome > GetCreditsOutcomeCallable
std::future< GetBillingPreferencesOutcome > GetBillingPreferencesOutcomeCallable
std::future< DisassociateSourceViewsOutcome > DisassociateSourceViewsOutcomeCallable
std::future< UpdateBillingPreferencesOutcome > UpdateBillingPreferencesOutcomeCallable
std::future< UntagResourceOutcome > UntagResourceOutcomeCallable
std::future< GetEnterpriseSupportChargeSummaryOutcome > GetEnterpriseSupportChargeSummaryOutcomeCallable
std::future< GetBillingViewOutcome > GetBillingViewOutcomeCallable
std::future< CreateBillingViewOutcome > CreateBillingViewOutcomeCallable
std::future< TagResourceOutcome > TagResourceOutcomeCallable
std::future< GetCreditAllocationHistoryOutcome > GetCreditAllocationHistoryOutcomeCallable
std::future< ListSourceViewsForBillingViewOutcome > ListSourceViewsForBillingViewOutcomeCallable
std::future< GetResourcePolicyOutcome > GetResourcePolicyOutcomeCallable
std::future< ListTagsForResourceOutcome > ListTagsForResourceOutcomeCallable
std::future< DeleteBillingViewOutcome > DeleteBillingViewOutcomeCallable
std::future< AssociateSourceViewsOutcome > AssociateSourceViewsOutcomeCallable
std::future< RedeemCreditsOutcome > RedeemCreditsOutcomeCallable
std::future< ListBillingViewsOutcome > ListBillingViewsOutcomeCallable
std::future< ListEnterpriseSupportLinkedAccountChargesOutcome > ListEnterpriseSupportLinkedAccountChargesOutcomeCallable
std::future< UpdateBillingViewOutcome > UpdateBillingViewOutcomeCallable
std::future< GetEnterpriseSupportContractDetailsOutcome > GetEnterpriseSupportContractDetailsOutcomeCallable
std::function< void(const BillingClient *, const Model::ListSourceViewsForBillingViewRequest &, const Model::ListSourceViewsForBillingViewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListSourceViewsForBillingViewResponseReceivedHandler
std::function< void(const BillingClient *, const Model::UpdateBillingViewRequest &, const Model::UpdateBillingViewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateBillingViewResponseReceivedHandler
std::function< void(const BillingClient *, const Model::DeleteBillingViewRequest &, const Model::DeleteBillingViewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteBillingViewResponseReceivedHandler
std::function< void(const BillingClient *, const Model::UpdateBillingPreferencesRequest &, const Model::UpdateBillingPreferencesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UpdateBillingPreferencesResponseReceivedHandler
std::function< void(const BillingClient *, const Model::GetCreditsRequest &, const Model::GetCreditsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCreditsResponseReceivedHandler
std::function< void(const BillingClient *, const Model::GetEnterpriseSupportContractDetailsRequest &, const Model::GetEnterpriseSupportContractDetailsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetEnterpriseSupportContractDetailsResponseReceivedHandler
std::function< void(const BillingClient *, const Model::ListEnterpriseSupportLinkedAccountChargesRequest &, const Model::ListEnterpriseSupportLinkedAccountChargesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListEnterpriseSupportLinkedAccountChargesResponseReceivedHandler
std::function< void(const BillingClient *, const Model::ListTagsForResourceRequest &, const Model::ListTagsForResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListTagsForResourceResponseReceivedHandler
std::function< void(const BillingClient *, const Model::GetResourcePolicyRequest &, const Model::GetResourcePolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetResourcePolicyResponseReceivedHandler
std::function< void(const BillingClient *, const Model::GetBillingPreferencesRequest &, const Model::GetBillingPreferencesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBillingPreferencesResponseReceivedHandler
std::function< void(const BillingClient *, const Model::GetEnterpriseSupportChargeSummaryRequest &, const Model::GetEnterpriseSupportChargeSummaryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetEnterpriseSupportChargeSummaryResponseReceivedHandler
std::function< void(const BillingClient *, const Model::ListBillingViewsRequest &, const Model::ListBillingViewsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListBillingViewsResponseReceivedHandler
std::function< void(const BillingClient *, const Model::CreateBillingViewRequest &, const Model::CreateBillingViewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> CreateBillingViewResponseReceivedHandler
std::function< void(const BillingClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> UntagResourceResponseReceivedHandler
std::function< void(const BillingClient *, const Model::GetBillingViewRequest &, const Model::GetBillingViewOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetBillingViewResponseReceivedHandler
std::function< void(const BillingClient *, const Model::DisassociateSourceViewsRequest &, const Model::DisassociateSourceViewsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisassociateSourceViewsResponseReceivedHandler
std::function< void(const BillingClient *, const Model::GetCreditAllocationHistoryRequest &, const Model::GetCreditAllocationHistoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetCreditAllocationHistoryResponseReceivedHandler
std::function< void(const BillingClient *, const Model::RedeemCreditsRequest &, const Model::RedeemCreditsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> RedeemCreditsResponseReceivedHandler
std::function< void(const BillingClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TagResourceResponseReceivedHandler
std::function< void(const BillingClient *, const Model::AssociateSourceViewsRequest &, const Model::AssociateSourceViewsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AssociateSourceViewsResponseReceivedHandler
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String