AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
AccountServiceClientModel.h
1
6#pragma once
7
8/* Generic header includes */
9#include <aws/account/AccountErrors.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/account/AccountEndpointProvider.h>
16#include <future>
17#include <functional>
18/* End of generic header includes */
19
20/* Service model headers required in AccountClient header */
21#include <aws/account/model/AcceptPrimaryEmailUpdateResult.h>
22#include <aws/account/model/GetAccountInformationResult.h>
23#include <aws/account/model/GetAlternateContactResult.h>
24#include <aws/account/model/GetContactInformationResult.h>
25#include <aws/account/model/GetPrimaryEmailResult.h>
26#include <aws/account/model/GetRegionOptStatusResult.h>
27#include <aws/account/model/ListRegionsResult.h>
28#include <aws/account/model/StartPrimaryEmailUpdateResult.h>
29#include <aws/account/model/GetContactInformationRequest.h>
30#include <aws/account/model/ListRegionsRequest.h>
31#include <aws/account/model/GetAccountInformationRequest.h>
32#include <aws/core/NoResult.h>
33/* End of service model headers required in AccountClient header */
34
35namespace Aws
36{
37 namespace Http
38 {
39 class HttpClient;
40 class HttpClientFactory;
41 } // namespace Http
42
43 namespace Utils
44 {
45 template< typename R, typename E> class Outcome;
46
47 namespace Threading
48 {
49 class Executor;
50 } // namespace Threading
51 } // namespace Utils
52
53 namespace Auth
54 {
55 class AWSCredentials;
56 class AWSCredentialsProvider;
57 } // namespace Auth
58
59 namespace Client
60 {
61 class RetryStrategy;
62 } // namespace Client
63
64 namespace Account
65 {
69
70 namespace Model
71 {
72 /* Service model forward declarations required in AccountClient header */
87 /* End of service model forward declarations required in AccountClient header */
88
89 /* Service model Outcome class definitions */
104 /* End of service model Outcome class definitions */
105
106 /* Service model Outcome callable definitions */
107 typedef std::future<AcceptPrimaryEmailUpdateOutcome> AcceptPrimaryEmailUpdateOutcomeCallable;
108 typedef std::future<DeleteAlternateContactOutcome> DeleteAlternateContactOutcomeCallable;
109 typedef std::future<DisableRegionOutcome> DisableRegionOutcomeCallable;
110 typedef std::future<EnableRegionOutcome> EnableRegionOutcomeCallable;
111 typedef std::future<GetAccountInformationOutcome> GetAccountInformationOutcomeCallable;
112 typedef std::future<GetAlternateContactOutcome> GetAlternateContactOutcomeCallable;
113 typedef std::future<GetContactInformationOutcome> GetContactInformationOutcomeCallable;
114 typedef std::future<GetPrimaryEmailOutcome> GetPrimaryEmailOutcomeCallable;
115 typedef std::future<GetRegionOptStatusOutcome> GetRegionOptStatusOutcomeCallable;
116 typedef std::future<ListRegionsOutcome> ListRegionsOutcomeCallable;
117 typedef std::future<PutAccountNameOutcome> PutAccountNameOutcomeCallable;
118 typedef std::future<PutAlternateContactOutcome> PutAlternateContactOutcomeCallable;
119 typedef std::future<PutContactInformationOutcome> PutContactInformationOutcomeCallable;
120 typedef std::future<StartPrimaryEmailUpdateOutcome> StartPrimaryEmailUpdateOutcomeCallable;
121 /* End of service model Outcome callable definitions */
122 } // namespace Model
123
124 class AccountClient;
125
126 /* Service model async handlers definitions */
127 typedef std::function<void(const AccountClient*, const Model::AcceptPrimaryEmailUpdateRequest&, const Model::AcceptPrimaryEmailUpdateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > AcceptPrimaryEmailUpdateResponseReceivedHandler;
128 typedef std::function<void(const AccountClient*, const Model::DeleteAlternateContactRequest&, const Model::DeleteAlternateContactOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DeleteAlternateContactResponseReceivedHandler;
129 typedef std::function<void(const AccountClient*, const Model::DisableRegionRequest&, const Model::DisableRegionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > DisableRegionResponseReceivedHandler;
130 typedef std::function<void(const AccountClient*, const Model::EnableRegionRequest&, const Model::EnableRegionOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > EnableRegionResponseReceivedHandler;
131 typedef std::function<void(const AccountClient*, const Model::GetAccountInformationRequest&, const Model::GetAccountInformationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAccountInformationResponseReceivedHandler;
132 typedef std::function<void(const AccountClient*, const Model::GetAlternateContactRequest&, const Model::GetAlternateContactOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetAlternateContactResponseReceivedHandler;
133 typedef std::function<void(const AccountClient*, const Model::GetContactInformationRequest&, const Model::GetContactInformationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetContactInformationResponseReceivedHandler;
134 typedef std::function<void(const AccountClient*, const Model::GetPrimaryEmailRequest&, const Model::GetPrimaryEmailOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetPrimaryEmailResponseReceivedHandler;
135 typedef std::function<void(const AccountClient*, const Model::GetRegionOptStatusRequest&, const Model::GetRegionOptStatusOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > GetRegionOptStatusResponseReceivedHandler;
136 typedef std::function<void(const AccountClient*, const Model::ListRegionsRequest&, const Model::ListRegionsOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > ListRegionsResponseReceivedHandler;
137 typedef std::function<void(const AccountClient*, const Model::PutAccountNameRequest&, const Model::PutAccountNameOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutAccountNameResponseReceivedHandler;
138 typedef std::function<void(const AccountClient*, const Model::PutAlternateContactRequest&, const Model::PutAlternateContactOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutAlternateContactResponseReceivedHandler;
139 typedef std::function<void(const AccountClient*, const Model::PutContactInformationRequest&, const Model::PutContactInformationOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > PutContactInformationResponseReceivedHandler;
140 typedef std::function<void(const AccountClient*, const Model::StartPrimaryEmailUpdateRequest&, const Model::StartPrimaryEmailUpdateOutcome&, const std::shared_ptr<const Aws::Client::AsyncCallerContext>&) > StartPrimaryEmailUpdateResponseReceivedHandler;
141 /* End of service model async handlers definitions */
142 } // namespace Account
143} // 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::PutContactInformationRequest &, const Model::PutContactInformationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutContactInformationResponseReceivedHandler
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::GetRegionOptStatusRequest &, const Model::GetRegionOptStatusOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetRegionOptStatusResponseReceivedHandler
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::EnableRegionRequest &, const Model::EnableRegionOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > EnableRegionResponseReceivedHandler
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::StartPrimaryEmailUpdateRequest &, const Model::StartPrimaryEmailUpdateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > StartPrimaryEmailUpdateResponseReceivedHandler
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::GetContactInformationRequest &, const Model::GetContactInformationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetContactInformationResponseReceivedHandler
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::GetAccountInformationRequest &, const Model::GetAccountInformationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetAccountInformationResponseReceivedHandler
std::function< void(const AccountClient *, const Model::PutAlternateContactRequest &, const Model::PutAlternateContactOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PutAlternateContactResponseReceivedHandler
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::AcceptPrimaryEmailUpdateRequest &, const Model::AcceptPrimaryEmailUpdateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AcceptPrimaryEmailUpdateResponseReceivedHandler