AWS SDK for C++

AWS SDK for C++ Version 1.11.751

Loading...
Searching...
No Matches
TimestreamQueryClientConfiguration.h
1
6#pragma once
7
8#include <aws/core/client/GenericClientConfiguration.h>
9#include <aws/timestream-query/TimestreamQuery_EXPORTS.h>
10
11namespace Aws {
12namespace TimestreamQuery {
15 static const bool EndpointDiscoverySupported = true;
16 static const bool EndpointDiscoveryRequired = true;
17
19 : Aws::Client::GenericClientConfiguration(other), enableEndpointDiscovery(BaseClientConfigClass::enableEndpointDiscovery) {}
20
23 enableEndpointDiscovery(BaseClientConfigClass::enableEndpointDiscovery) {}
24
26 if (this == &other) return *this;
27 Aws::Client::GenericClientConfiguration::operator=(other);
28 return *this;
29 }
30
32 if (this == &other) return *this;
33 Aws::Client::GenericClientConfiguration::operator=(std::move(other));
34 return *this;
35 }
36
38
45 TimestreamQueryClientConfiguration(const char* profileName, bool shouldDisableIMDS = false);
46
53 TimestreamQueryClientConfiguration(bool useSmartDefaults, const char* defaultMode = "legacy", bool shouldDisableIMDS = false);
54
59
70 Aws::Crt::Optional<bool>& enableEndpointDiscovery;
71
72 private:
73 void LoadTimestreamQuerySpecificConfig(const Aws::String& profileName);
74};
75} // namespace TimestreamQuery
76} // namespace Aws
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
TimestreamQueryClientConfiguration(TimestreamQueryClientConfiguration &&other) noexcept
TimestreamQueryClientConfiguration & operator=(const TimestreamQueryClientConfiguration &other)
TimestreamQueryClientConfiguration(const Client::ClientConfiguration &config)
TimestreamQueryClientConfiguration & operator=(TimestreamQueryClientConfiguration &&other) noexcept
TimestreamQueryClientConfiguration(const char *profileName, bool shouldDisableIMDS=false)
TimestreamQueryClientConfiguration(const TimestreamQueryClientConfiguration &other)
TimestreamQueryClientConfiguration(bool useSmartDefaults, const char *defaultMode="legacy", bool shouldDisableIMDS=false)
TimestreamQueryClientConfiguration(const Client::ClientConfigurationInitValues &configuration={})