AWS SDK for C++

AWS SDK for C++ Version 1.11.683

Loading...
Searching...
No Matches
AccountServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/account/AccountEndpointProvider.h>
10#include <aws/account/AccountErrors.h>
11#include <aws/core/client/AWSError.h>
12#include <aws/core/client/AsyncCallerContext.h>
13#include <aws/core/client/GenericClientConfiguration.h>
14#include <aws/core/http/HttpTypes.h>
15#include <aws/core/utils/memory/stl/AWSString.h>
16
17#include <functional>
18#include <future>
19/* End of generic header includes */
20
21/* Service model headers required in AccountClient header */
22#include <aws/account/model/AcceptPrimaryEmailUpdateResult.h>
23#include <aws/account/model/GetAccountInformationRequest.h>
24#include <aws/account/model/GetAccountInformationResult.h>
25#include <aws/account/model/GetAlternateContactResult.h>
26#include <aws/account/model/GetContactInformationRequest.h>
27#include <aws/account/model/GetContactInformationResult.h>
28#include <aws/account/model/GetPrimaryEmailResult.h>
29#include <aws/account/model/GetRegionOptStatusResult.h>
30#include <aws/account/model/ListRegionsRequest.h>
31#include <aws/account/model/ListRegionsResult.h>
32#include <aws/account/model/StartPrimaryEmailUpdateResult.h>
33#include <aws/core/NoResult.h>
34/* End of service model headers required in AccountClient header */
35
36namespace Aws {
37namespace Http {
38class HttpClient;
39class HttpClientFactory;
40} // namespace Http
41
42namespace Utils {
43template <typename R, typename E>
44class Outcome;
45
46namespace Threading {
47class Executor;
48} // namespace Threading
49} // namespace Utils
50
51namespace Auth {
52class AWSCredentials;
53class AWSCredentialsProvider;
54} // namespace Auth
55
56namespace Client {
57class RetryStrategy;
58} // namespace Client
59
60namespace Account {
64
65namespace Model {
66/* Service model forward declarations required in AccountClient header */
81/* End of service model forward declarations required in AccountClient header */
82
83/* Service model Outcome class definitions */
98/* End of service model Outcome class definitions */
99
100/* Service model Outcome callable definitions */
101typedef std::future<AcceptPrimaryEmailUpdateOutcome> AcceptPrimaryEmailUpdateOutcomeCallable;
102typedef std::future<DeleteAlternateContactOutcome> DeleteAlternateContactOutcomeCallable;
103typedef std::future<DisableRegionOutcome> DisableRegionOutcomeCallable;
104typedef std::future<EnableRegionOutcome> EnableRegionOutcomeCallable;
105typedef std::future<GetAccountInformationOutcome> GetAccountInformationOutcomeCallable;
106typedef std::future<GetAlternateContactOutcome> GetAlternateContactOutcomeCallable;
107typedef std::future<GetContactInformationOutcome> GetContactInformationOutcomeCallable;
108typedef std::future<GetPrimaryEmailOutcome> GetPrimaryEmailOutcomeCallable;
109typedef std::future<GetRegionOptStatusOutcome> GetRegionOptStatusOutcomeCallable;
110typedef std::future<ListRegionsOutcome> ListRegionsOutcomeCallable;
111typedef std::future<PutAccountNameOutcome> PutAccountNameOutcomeCallable;
112typedef std::future<PutAlternateContactOutcome> PutAlternateContactOutcomeCallable;
113typedef std::future<PutContactInformationOutcome> PutContactInformationOutcomeCallable;
114typedef std::future<StartPrimaryEmailUpdateOutcome> StartPrimaryEmailUpdateOutcomeCallable;
115/* End of service model Outcome callable definitions */
116} // namespace Model
117
118class AccountClient;
119
120/* Service model async handlers definitions */
121typedef std::function<void(const AccountClient*, const Model::AcceptPrimaryEmailUpdateRequest&,
122 const Model::AcceptPrimaryEmailUpdateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
124typedef std::function<void(const AccountClient*, const Model::DeleteAlternateContactRequest&, const Model::DeleteAlternateContactOutcome&,
125 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
127typedef std::function<void(const AccountClient*, const Model::DisableRegionRequest&, const Model::DisableRegionOutcome&,
128 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
130typedef std::function<void(const AccountClient*, const Model::EnableRegionRequest&, const Model::EnableRegionOutcome&,
131 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
133typedef std::function<void(const AccountClient*, const Model::GetAccountInformationRequest&, const Model::GetAccountInformationOutcome&,
134 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
136typedef std::function<void(const AccountClient*, const Model::GetAlternateContactRequest&, const Model::GetAlternateContactOutcome&,
137 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
139typedef std::function<void(const AccountClient*, const Model::GetContactInformationRequest&, const Model::GetContactInformationOutcome&,
140 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
142typedef std::function<void(const AccountClient*, const Model::GetPrimaryEmailRequest&, const Model::GetPrimaryEmailOutcome&,
143 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
145typedef std::function<void(const AccountClient*, const Model::GetRegionOptStatusRequest&, const Model::GetRegionOptStatusOutcome&,
146 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
148typedef std::function<void(const AccountClient*, const Model::ListRegionsRequest&, const Model::ListRegionsOutcome&,
149 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
151typedef std::function<void(const AccountClient*, const Model::PutAccountNameRequest&, const Model::PutAccountNameOutcome&,
152 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
154typedef std::function<void(const AccountClient*, const Model::PutAlternateContactRequest&, const Model::PutAlternateContactOutcome&,
155 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
157typedef std::function<void(const AccountClient*, const Model::PutContactInformationRequest&, const Model::PutContactInformationOutcome&,
158 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
161 const std::shared_ptr<const Aws::Client::AsyncCallerContext>&)>
163/* End of service model async handlers definitions */
164} // namespace Account
165} // namespace Aws
EndpointProviderBase< AccountClientConfiguration, AccountBuiltInParameters, AccountClientContextParameters > AccountEndpointProviderBase
Aws::Utils::Outcome< Aws::NoResult, AccountError > PutAccountNameOutcome
std::future< GetContactInformationOutcome > GetContactInformationOutcomeCallable
std::future< GetAccountInformationOutcome > GetAccountInformationOutcomeCallable
Aws::Utils::Outcome< ListRegionsResult, AccountError > ListRegionsOutcome
Aws::Utils::Outcome< Aws::NoResult, AccountError > DisableRegionOutcome
std::future< GetRegionOptStatusOutcome > GetRegionOptStatusOutcomeCallable
std::future< GetAlternateContactOutcome > GetAlternateContactOutcomeCallable
Aws::Utils::Outcome< GetAlternateContactResult, AccountError > GetAlternateContactOutcome
std::future< DisableRegionOutcome > DisableRegionOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, AccountError > EnableRegionOutcome
std::future< GetPrimaryEmailOutcome > GetPrimaryEmailOutcomeCallable
std::future< PutContactInformationOutcome > PutContactInformationOutcomeCallable
Aws::Utils::Outcome< AcceptPrimaryEmailUpdateResult, AccountError > AcceptPrimaryEmailUpdateOutcome
Aws::Utils::Outcome< GetAccountInformationResult, AccountError > GetAccountInformationOutcome
Aws::Utils::Outcome< Aws::NoResult, AccountError > DeleteAlternateContactOutcome
Aws::Utils::Outcome< StartPrimaryEmailUpdateResult, AccountError > StartPrimaryEmailUpdateOutcome
Aws::Utils::Outcome< GetPrimaryEmailResult, AccountError > GetPrimaryEmailOutcome
std::future< AcceptPrimaryEmailUpdateOutcome > AcceptPrimaryEmailUpdateOutcomeCallable
Aws::Utils::Outcome< GetRegionOptStatusResult, AccountError > GetRegionOptStatusOutcome
Aws::Utils::Outcome< GetContactInformationResult, AccountError > GetContactInformationOutcome
std::future< PutAccountNameOutcome > PutAccountNameOutcomeCallable
std::future< PutAlternateContactOutcome > PutAlternateContactOutcomeCallable
std::future< DeleteAlternateContactOutcome > DeleteAlternateContactOutcomeCallable
std::future< ListRegionsOutcome > ListRegionsOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, AccountError > PutContactInformationOutcome
std::future< EnableRegionOutcome > EnableRegionOutcomeCallable
Aws::Utils::Outcome< Aws::NoResult, AccountError > PutAlternateContactOutcome
std::future< StartPrimaryEmailUpdateOutcome > StartPrimaryEmailUpdateOutcomeCallable
std::function< void(const AccountClient *, const Model::DisableRegionRequest &, const Model::DisableRegionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DisableRegionResponseReceivedHandler
std::function< void(const AccountClient *, const Model::GetPrimaryEmailRequest &, const Model::GetPrimaryEmailOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetPrimaryEmailResponseReceivedHandler
std::function< void(const AccountClient *, const Model::GetAccountInformationRequest &, const Model::GetAccountInformationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAccountInformationResponseReceivedHandler
std::function< void(const AccountClient *, const Model::DeleteAlternateContactRequest &, const Model::DeleteAlternateContactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> DeleteAlternateContactResponseReceivedHandler
std::function< void(const AccountClient *, const Model::StartPrimaryEmailUpdateRequest &, const Model::StartPrimaryEmailUpdateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> StartPrimaryEmailUpdateResponseReceivedHandler
std::function< void(const AccountClient *, const Model::PutContactInformationRequest &, const Model::PutContactInformationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutContactInformationResponseReceivedHandler
std::function< void(const AccountClient *, const Model::GetAlternateContactRequest &, const Model::GetAlternateContactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAlternateContactResponseReceivedHandler
std::function< void(const AccountClient *, const Model::GetRegionOptStatusRequest &, const Model::GetRegionOptStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetRegionOptStatusResponseReceivedHandler
std::function< void(const AccountClient *, const Model::GetContactInformationRequest &, const Model::GetContactInformationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetContactInformationResponseReceivedHandler
std::function< void(const AccountClient *, const Model::EnableRegionRequest &, const Model::EnableRegionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> EnableRegionResponseReceivedHandler
std::function< void(const AccountClient *, const Model::PutAccountNameRequest &, const Model::PutAccountNameOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutAccountNameResponseReceivedHandler
std::function< void(const AccountClient *, const Model::ListRegionsRequest &, const Model::ListRegionsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListRegionsResponseReceivedHandler
std::function< void(const AccountClient *, const Model::AcceptPrimaryEmailUpdateRequest &, const Model::AcceptPrimaryEmailUpdateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> AcceptPrimaryEmailUpdateResponseReceivedHandler
std::function< void(const AccountClient *, const Model::PutAlternateContactRequest &, const Model::PutAlternateContactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> PutAlternateContactResponseReceivedHandler