7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/ConnectionType.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/glue/model/AuthenticationConfigurationInput.h>
11#include <aws/glue/model/ConnectionPropertyKey.h>
12#include <aws/core/utils/memory/stl/AWSString.h>
71 template<
typename ConnectionPropertiesT = Aws::Map<ConnectionPropertyKey, Aws::String>>
72 void SetConnectionProperties(ConnectionPropertiesT&& value) { m_connectionPropertiesHasBeenSet =
true; m_connectionProperties = std::forward<ConnectionPropertiesT>(value); }
73 template<
typename ConnectionPropertiesT = Aws::Map<ConnectionPropertyKey, Aws::String>>
76 m_connectionPropertiesHasBeenSet =
true; m_connectionProperties.emplace(key, value);
return *
this;
87 template<
typename AuthenticationConfigurationT = AuthenticationConfigurationInput>
88 void SetAuthenticationConfiguration(AuthenticationConfigurationT&& value) { m_authenticationConfigurationHasBeenSet =
true; m_authenticationConfiguration = std::forward<AuthenticationConfigurationT>(value); }
89 template<
typename AuthenticationConfigurationT = AuthenticationConfigurationInput>
95 bool m_connectionTypeHasBeenSet =
false;
98 bool m_connectionPropertiesHasBeenSet =
false;
100 AuthenticationConfigurationInput m_authenticationConfiguration;
101 bool m_authenticationConfigurationHasBeenSet =
false;
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue