7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/AuthenticationConfigurationInput.h>
11#include <aws/glue/model/ConnectionPropertyKey.h>
12#include <aws/glue/model/ConnectionType.h>
47 m_connectionTypeHasBeenSet =
true;
48 m_connectionType = value;
71 template <
typename ConnectionPropertiesT = Aws::Map<ConnectionPropertyKey, Aws::String>>
73 m_connectionPropertiesHasBeenSet =
true;
74 m_connectionProperties = std::forward<ConnectionPropertiesT>(value);
76 template <
typename ConnectionPropertiesT = Aws::Map<ConnectionPropertyKey, Aws::String>>
82 m_connectionPropertiesHasBeenSet =
true;
83 m_connectionProperties.emplace(key, value);
95 template <
typename AuthenticationConfigurationT = AuthenticationConfigurationInput>
97 m_authenticationConfigurationHasBeenSet =
true;
98 m_authenticationConfiguration = std::forward<AuthenticationConfigurationT>(value);
100 template <
typename AuthenticationConfigurationT = AuthenticationConfigurationInput>
111 AuthenticationConfigurationInput m_authenticationConfiguration;
112 bool m_connectionTypeHasBeenSet =
false;
113 bool m_connectionPropertiesHasBeenSet =
false;
114 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