AWS SDK for C++

AWS SDK for C++ Version 1.11.867

Loading...
Searching...
No Matches
ACMEndpointProvider.h
1
6#pragma once
7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/core/client/GenericClientConfiguration.h>
9#include <aws/core/endpoint/BDDEndpointProvider.h>
10#include <aws/core/endpoint/EndpointParameter.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/core/utils/memory/stl/AWSVector.h>
13
14namespace Aws {
15namespace ACM {
16namespace Endpoint {
20
22 public:
24
29 const ClientContextParameters::EndpointParameter& GetServiceType() const;
30};
31
34
41
43
44} // namespace Endpoint
45} // namespace ACM
46
47namespace Endpoint {
51AWS_ACM_EXTERN template class AWS_ACM_API Aws::Endpoint::EndpointProviderBase<
53
54AWS_ACM_EXTERN template class AWS_ACM_API Aws::Endpoint::BDDEndpointProvider<
56} // namespace Endpoint
57
58namespace ACM {
59namespace Endpoint {
64 public:
66
68
70};
71} // namespace Endpoint
72} // namespace ACM
73} // namespace Aws
const ClientContextParameters::EndpointParameter & GetServiceType() const
Aws::Client::GenericClientConfiguration ACMClientConfiguration
Aws::Endpoint::BuiltInParameters ACMBuiltInParameters
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Vector< Aws::Endpoint::EndpointParameter > EndpointParameters
Aws::Utils::Outcome< AWSEndpoint, Aws::Client::AWSError< Aws::Client::CoreErrors > > ResolveEndpointOutcome
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String