AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
TaxSettingsServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/taxsettings/TaxSettingsErrors.h>
10#include <aws/core/client/GenericClientConfiguration.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
13#include <aws/core/client/AsyncCallerContext.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/taxsettings/TaxSettingsEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in TaxSettingsClient header */
21#include <aws/taxsettings/model/BatchDeleteTaxRegistrationResult.h>
22#include <aws/taxsettings/model/BatchGetTaxExemptionsResult.h>
23#include <aws/taxsettings/model/BatchPutTaxRegistrationResult.h>
24#include <aws/taxsettings/model/DeleteSupplementalTaxRegistrationResult.h>
25#include <aws/taxsettings/model/DeleteTaxRegistrationResult.h>
26#include <aws/taxsettings/model/GetTaxExemptionTypesResult.h>
27#include <aws/taxsettings/model/GetTaxInheritanceResult.h>
28#include <aws/taxsettings/model/GetTaxRegistrationResult.h>
29#include <aws/taxsettings/model/GetTaxRegistrationDocumentResult.h>
30#include <aws/taxsettings/model/ListSupplementalTaxRegistrationsResult.h>
31#include <aws/taxsettings/model/ListTaxExemptionsResult.h>
32#include <aws/taxsettings/model/ListTaxRegistrationsResult.h>
33#include <aws/taxsettings/model/PutSupplementalTaxRegistrationResult.h>
34#include <aws/taxsettings/model/PutTaxExemptionResult.h>
35#include <aws/taxsettings/model/PutTaxInheritanceResult.h>
36#include <aws/taxsettings/model/PutTaxRegistrationResult.h>
37#include <aws/taxsettings/model/ListTaxRegistrationsRequest.h>
38#include <aws/taxsettings/model/ListTaxExemptionsRequest.h>
39#include <aws/taxsettings/model/PutTaxInheritanceRequest.h>
40#include <aws/taxsettings/model/GetTaxInheritanceRequest.h>
41#include <aws/taxsettings/model/DeleteTaxRegistrationRequest.h>
42#include <aws/taxsettings/model/GetTaxRegistrationRequest.h>
43#include <aws/taxsettings/model/ListSupplementalTaxRegistrationsRequest.h>
44#include <aws/taxsettings/model/GetTaxExemptionTypesRequest.h>
45/* End of service model headers required in TaxSettingsClient header */
46
47namespace Aws
48{
49 namespace Http
50 {
51 class HttpClient;
52 class HttpClientFactory;
53 } // namespace Http
54
55 namespace Utils
56 {
57 template< typename R, typename E> class Outcome;
58
59 namespace Threading
60 {
61 class Executor;
62 } // namespace Threading
63 } // namespace Utils
64
65 namespace Auth
66 {
67 class AWSCredentials;
68 class AWSCredentialsProvider;
69 } // namespace Auth
70
71 namespace Client
72 {
73 class RetryStrategy;
74 } // namespace Client
75
76 namespace TaxSettings
77 {
81
82 namespace Model
83 {
84 /* Service model forward declarations required in TaxSettingsClient header */
85 class BatchDeleteTaxRegistrationRequest;
86 class BatchGetTaxExemptionsRequest;
87 class BatchPutTaxRegistrationRequest;
88 class DeleteSupplementalTaxRegistrationRequest;
89 class DeleteTaxRegistrationRequest;
90 class GetTaxExemptionTypesRequest;
91 class GetTaxInheritanceRequest;
92 class GetTaxRegistrationRequest;
93 class GetTaxRegistrationDocumentRequest;
94 class ListSupplementalTaxRegistrationsRequest;
95 class ListTaxExemptionsRequest;
96 class ListTaxRegistrationsRequest;
97 class PutSupplementalTaxRegistrationRequest;
98 class PutTaxExemptionRequest;
99 class PutTaxInheritanceRequest;
100 class PutTaxRegistrationRequest;
101 /* End of service model forward declarations required in TaxSettingsClient header */
102
103 /* Service model Outcome class definitions */
120 /* End of service model Outcome class definitions */
121
122 /* Service model Outcome callable definitions */
123 typedef std::future<BatchDeleteTaxRegistrationOutcome> BatchDeleteTaxRegistrationOutcomeCallable;
124 typedef std::future<BatchGetTaxExemptionsOutcome> BatchGetTaxExemptionsOutcomeCallable;
125 typedef std::future<BatchPutTaxRegistrationOutcome> BatchPutTaxRegistrationOutcomeCallable;
126 typedef std::future<DeleteSupplementalTaxRegistrationOutcome> DeleteSupplementalTaxRegistrationOutcomeCallable;
127 typedef std::future<DeleteTaxRegistrationOutcome> DeleteTaxRegistrationOutcomeCallable;
128 typedef std::future<GetTaxExemptionTypesOutcome> GetTaxExemptionTypesOutcomeCallable;
129 typedef std::future<GetTaxInheritanceOutcome> GetTaxInheritanceOutcomeCallable;
130 typedef std::future<GetTaxRegistrationOutcome> GetTaxRegistrationOutcomeCallable;
131 typedef std::future<GetTaxRegistrationDocumentOutcome> GetTaxRegistrationDocumentOutcomeCallable;
132 typedef std::future<ListSupplementalTaxRegistrationsOutcome> ListSupplementalTaxRegistrationsOutcomeCallable;
133 typedef std::future<ListTaxExemptionsOutcome> ListTaxExemptionsOutcomeCallable;
134 typedef std::future<ListTaxRegistrationsOutcome> ListTaxRegistrationsOutcomeCallable;
135 typedef std::future<PutSupplementalTaxRegistrationOutcome> PutSupplementalTaxRegistrationOutcomeCallable;
136 typedef std::future<PutTaxExemptionOutcome> PutTaxExemptionOutcomeCallable;
137 typedef std::future<PutTaxInheritanceOutcome> PutTaxInheritanceOutcomeCallable;
138 typedef std::future<PutTaxRegistrationOutcome> PutTaxRegistrationOutcomeCallable;
139 /* End of service model Outcome callable definitions */
140 } // namespace Model
141
142 class TaxSettingsClient;
143
144 /* Service model async handlers definitions */
145 typedef std::function<void(const TaxSettingsClient*, const Model::BatchDeleteTaxRegistrationRequest&, const Model::BatchDeleteTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchDeleteTaxRegistrationResponseReceivedHandler;
146 typedef std::function<void(const TaxSettingsClient*, const Model::BatchGetTaxExemptionsRequest&, const Model::BatchGetTaxExemptionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchGetTaxExemptionsResponseReceivedHandler;
147 typedef std::function<void(const TaxSettingsClient*, const Model::BatchPutTaxRegistrationRequest&, const Model::BatchPutTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > BatchPutTaxRegistrationResponseReceivedHandler;
148 typedef std::function<void(const TaxSettingsClient*, const Model::DeleteSupplementalTaxRegistrationRequest&, const Model::DeleteSupplementalTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteSupplementalTaxRegistrationResponseReceivedHandler;
149 typedef std::function<void(const TaxSettingsClient*, const Model::DeleteTaxRegistrationRequest&, const Model::DeleteTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteTaxRegistrationResponseReceivedHandler;
150 typedef std::function<void(const TaxSettingsClient*, const Model::GetTaxExemptionTypesRequest&, const Model::GetTaxExemptionTypesOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTaxExemptionTypesResponseReceivedHandler;
151 typedef std::function<void(const TaxSettingsClient*, const Model::GetTaxInheritanceRequest&, const Model::GetTaxInheritanceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTaxInheritanceResponseReceivedHandler;
152 typedef std::function<void(const TaxSettingsClient*, const Model::GetTaxRegistrationRequest&, const Model::GetTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTaxRegistrationResponseReceivedHandler;
153 typedef std::function<void(const TaxSettingsClient*, const Model::GetTaxRegistrationDocumentRequest&, const Model::GetTaxRegistrationDocumentOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetTaxRegistrationDocumentResponseReceivedHandler;
154 typedef std::function<void(const TaxSettingsClient*, const Model::ListSupplementalTaxRegistrationsRequest&, const Model::ListSupplementalTaxRegistrationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListSupplementalTaxRegistrationsResponseReceivedHandler;
155 typedef std::function<void(const TaxSettingsClient*, const Model::ListTaxExemptionsRequest&, const Model::ListTaxExemptionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTaxExemptionsResponseReceivedHandler;
156 typedef std::function<void(const TaxSettingsClient*, const Model::ListTaxRegistrationsRequest&, const Model::ListTaxRegistrationsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListTaxRegistrationsResponseReceivedHandler;
157 typedef std::function<void(const TaxSettingsClient*, const Model::PutSupplementalTaxRegistrationRequest&, const Model::PutSupplementalTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutSupplementalTaxRegistrationResponseReceivedHandler;
158 typedef std::function<void(const TaxSettingsClient*, const Model::PutTaxExemptionRequest&, const Model::PutTaxExemptionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutTaxExemptionResponseReceivedHandler;
159 typedef std::function<void(const TaxSettingsClient*, const Model::PutTaxInheritanceRequest&, const Model::PutTaxInheritanceOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutTaxInheritanceResponseReceivedHandler;
160 typedef std::function<void(const TaxSettingsClient*, const Model::PutTaxRegistrationRequest&, const Model::PutTaxRegistrationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutTaxRegistrationResponseReceivedHandler;
161 /* End of service model async handlers definitions */
162 } // namespace TaxSettings
163} // namespace Aws
EndpointProviderBase< TaxSettingsClientConfiguration, TaxSettingsBuiltInParameters, TaxSettingsClientContextParameters > TaxSettingsEndpointProviderBase
std::future< ListTaxExemptionsOutcome > ListTaxExemptionsOutcomeCallable
Aws::Utils::Outcome< GetTaxRegistrationDocumentResult, TaxSettingsError > GetTaxRegistrationDocumentOutcome
std::future< GetTaxRegistrationDocumentOutcome > GetTaxRegistrationDocumentOutcomeCallable
std::future< PutSupplementalTaxRegistrationOutcome > PutSupplementalTaxRegistrationOutcomeCallable
std::future< GetTaxExemptionTypesOutcome > GetTaxExemptionTypesOutcomeCallable
Aws::Utils::Outcome< GetTaxExemptionTypesResult, TaxSettingsError > GetTaxExemptionTypesOutcome
Aws::Utils::Outcome< DeleteSupplementalTaxRegistrationResult, TaxSettingsError > DeleteSupplementalTaxRegistrationOutcome
Aws::Utils::Outcome< BatchDeleteTaxRegistrationResult, TaxSettingsError > BatchDeleteTaxRegistrationOutcome
Aws::Utils::Outcome< ListSupplementalTaxRegistrationsResult, TaxSettingsError > ListSupplementalTaxRegistrationsOutcome
Aws::Utils::Outcome< PutTaxRegistrationResult, TaxSettingsError > PutTaxRegistrationOutcome
std::future< BatchDeleteTaxRegistrationOutcome > BatchDeleteTaxRegistrationOutcomeCallable
Aws::Utils::Outcome< PutSupplementalTaxRegistrationResult, TaxSettingsError > PutSupplementalTaxRegistrationOutcome
Aws::Utils::Outcome< BatchPutTaxRegistrationResult, TaxSettingsError > BatchPutTaxRegistrationOutcome
std::future< ListTaxRegistrationsOutcome > ListTaxRegistrationsOutcomeCallable
Aws::Utils::Outcome< GetTaxRegistrationResult, TaxSettingsError > GetTaxRegistrationOutcome
Aws::Utils::Outcome< GetTaxInheritanceResult, TaxSettingsError > GetTaxInheritanceOutcome
std::future< BatchGetTaxExemptionsOutcome > BatchGetTaxExemptionsOutcomeCallable
std::future< BatchPutTaxRegistrationOutcome > BatchPutTaxRegistrationOutcomeCallable
std::future< PutTaxRegistrationOutcome > PutTaxRegistrationOutcomeCallable
std::future< GetTaxRegistrationOutcome > GetTaxRegistrationOutcomeCallable
std::future< GetTaxInheritanceOutcome > GetTaxInheritanceOutcomeCallable
std::future< PutTaxInheritanceOutcome > PutTaxInheritanceOutcomeCallable
std::future< DeleteTaxRegistrationOutcome > DeleteTaxRegistrationOutcomeCallable
std::future< ListSupplementalTaxRegistrationsOutcome > ListSupplementalTaxRegistrationsOutcomeCallable
Aws::Utils::Outcome< ListTaxExemptionsResult, TaxSettingsError > ListTaxExemptionsOutcome
Aws::Utils::Outcome< DeleteTaxRegistrationResult, TaxSettingsError > DeleteTaxRegistrationOutcome
Aws::Utils::Outcome< PutTaxExemptionResult, TaxSettingsError > PutTaxExemptionOutcome
Aws::Utils::Outcome< BatchGetTaxExemptionsResult, TaxSettingsError > BatchGetTaxExemptionsOutcome
Aws::Utils::Outcome< PutTaxInheritanceResult, TaxSettingsError > PutTaxInheritanceOutcome
Aws::Utils::Outcome< ListTaxRegistrationsResult, TaxSettingsError > ListTaxRegistrationsOutcome
std::future< DeleteSupplementalTaxRegistrationOutcome > DeleteSupplementalTaxRegistrationOutcomeCallable
std::future< PutTaxExemptionOutcome > PutTaxExemptionOutcomeCallable
std::function< void(const TaxSettingsClient *, const Model::ListSupplementalTaxRegistrationsRequest &, const Model::ListSupplementalTaxRegistrationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListSupplementalTaxRegistrationsResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::GetTaxRegistrationRequest &, const Model::GetTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::DeleteTaxRegistrationRequest &, const Model::DeleteTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::ListTaxExemptionsRequest &, const Model::ListTaxExemptionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTaxExemptionsResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::PutSupplementalTaxRegistrationRequest &, const Model::PutSupplementalTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutSupplementalTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::PutTaxRegistrationRequest &, const Model::PutTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::GetTaxExemptionTypesRequest &, const Model::GetTaxExemptionTypesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTaxExemptionTypesResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::PutTaxExemptionRequest &, const Model::PutTaxExemptionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutTaxExemptionResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::BatchGetTaxExemptionsRequest &, const Model::BatchGetTaxExemptionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchGetTaxExemptionsResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::PutTaxInheritanceRequest &, const Model::PutTaxInheritanceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutTaxInheritanceResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::BatchDeleteTaxRegistrationRequest &, const Model::BatchDeleteTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchDeleteTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::DeleteSupplementalTaxRegistrationRequest &, const Model::DeleteSupplementalTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteSupplementalTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::GetTaxInheritanceRequest &, const Model::GetTaxInheritanceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTaxInheritanceResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::GetTaxRegistrationDocumentRequest &, const Model::GetTaxRegistrationDocumentOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTaxRegistrationDocumentResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::BatchPutTaxRegistrationRequest &, const Model::BatchPutTaxRegistrationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchPutTaxRegistrationResponseReceivedHandler
std::function< void(const TaxSettingsClient *, const Model::ListTaxRegistrationsRequest &, const Model::ListTaxRegistrationsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTaxRegistrationsResponseReceivedHandler