7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/ConnectionType.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
12#include <aws/glue/model/PhysicalConnectionRequirements.h>
13#include <aws/glue/model/AuthenticationConfigurationInput.h>
14#include <aws/glue/model/ConnectionPropertyKey.h>
15#include <aws/glue/model/ComputeEnvironment.h>
54 template<
typename NameT = Aws::String>
55 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
56 template<
typename NameT = Aws::String>
66 template<
typename DescriptionT = Aws::String>
67 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
68 template<
typename DescriptionT = Aws::String>
179 template<
typename MatchCriteriaT = Aws::Vector<Aws::String>>
180 void SetMatchCriteria(MatchCriteriaT&& value) { m_matchCriteriaHasBeenSet =
true; m_matchCriteria = std::forward<MatchCriteriaT>(value); }
181 template<
typename MatchCriteriaT = Aws::Vector<Aws::String>>
183 template<
typename MatchCriteriaT = Aws::String>
184 ConnectionInput&
AddMatchCriteria(MatchCriteriaT&& value) { m_matchCriteriaHasBeenSet =
true; m_matchCriteria.emplace_back(std::forward<MatchCriteriaT>(value));
return *
this; }
193 template<
typename ConnectionPropertiesT = Aws::Map<ConnectionPropertyKey, Aws::String>>
194 void SetConnectionProperties(ConnectionPropertiesT&& value) { m_connectionPropertiesHasBeenSet =
true; m_connectionProperties = std::forward<ConnectionPropertiesT>(value); }
195 template<
typename ConnectionPropertiesT = Aws::Map<ConnectionPropertyKey, Aws::String>>
198 m_connectionPropertiesHasBeenSet =
true; m_connectionProperties.emplace(key, value);
return *
this;
208 template<
typename SparkPropertiesT = Aws::Map<Aws::String, Aws::String>>
209 void SetSparkProperties(SparkPropertiesT&& value) { m_sparkPropertiesHasBeenSet =
true; m_sparkProperties = std::forward<SparkPropertiesT>(value); }
210 template<
typename SparkPropertiesT = Aws::Map<Aws::String, Aws::String>>
212 template<
typename SparkPropertiesKeyT = Aws::String,
typename SparkPropertiesValueT = Aws::String>
214 m_sparkPropertiesHasBeenSet =
true; m_sparkProperties.emplace(std::forward<SparkPropertiesKeyT>(key), std::forward<SparkPropertiesValueT>(value));
return *
this;
224 template<
typename AthenaPropertiesT = Aws::Map<Aws::String, Aws::String>>
225 void SetAthenaProperties(AthenaPropertiesT&& value) { m_athenaPropertiesHasBeenSet =
true; m_athenaProperties = std::forward<AthenaPropertiesT>(value); }
226 template<
typename AthenaPropertiesT = Aws::Map<Aws::String, Aws::String>>
228 template<
typename AthenaPropertiesKeyT = Aws::String,
typename AthenaPropertiesValueT = Aws::String>
230 m_athenaPropertiesHasBeenSet =
true; m_athenaProperties.emplace(std::forward<AthenaPropertiesKeyT>(key), std::forward<AthenaPropertiesValueT>(value));
return *
this;
240 template<
typename PythonPropertiesT = Aws::Map<Aws::String, Aws::String>>
241 void SetPythonProperties(PythonPropertiesT&& value) { m_pythonPropertiesHasBeenSet =
true; m_pythonProperties = std::forward<PythonPropertiesT>(value); }
242 template<
typename PythonPropertiesT = Aws::Map<Aws::String, Aws::String>>
244 template<
typename PythonPropertiesKeyT = Aws::String,
typename PythonPropertiesValueT = Aws::String>
246 m_pythonPropertiesHasBeenSet =
true; m_pythonProperties.emplace(std::forward<PythonPropertiesKeyT>(key), std::forward<PythonPropertiesValueT>(value));
return *
this;
258 template<
typename PhysicalConnectionRequirementsT = PhysicalConnectionRequirements>
259 void SetPhysicalConnectionRequirements(PhysicalConnectionRequirementsT&& value) { m_physicalConnectionRequirementsHasBeenSet =
true; m_physicalConnectionRequirements = std::forward<PhysicalConnectionRequirementsT>(value); }
260 template<
typename PhysicalConnectionRequirementsT = PhysicalConnectionRequirements>
270 template<
typename AuthenticationConfigurationT = AuthenticationConfigurationInput>
271 void SetAuthenticationConfiguration(AuthenticationConfigurationT&& value) { m_authenticationConfigurationHasBeenSet =
true; m_authenticationConfiguration = std::forward<AuthenticationConfigurationT>(value); }
272 template<
typename AuthenticationConfigurationT = AuthenticationConfigurationInput>
283 inline void SetValidateCredentials(
bool value) { m_validateCredentialsHasBeenSet =
true; m_validateCredentials = value; }
294 template<
typename Val
idateForComputeEnvironmentsT = Aws::Vector<ComputeEnvironment>>
295 void SetValidateForComputeEnvironments(ValidateForComputeEnvironmentsT&& value) { m_validateForComputeEnvironmentsHasBeenSet =
true; m_validateForComputeEnvironments = std::forward<ValidateForComputeEnvironmentsT>(value); }
296 template<
typename Val
idateForComputeEnvironmentsT = Aws::Vector<ComputeEnvironment>>
303 bool m_nameHasBeenSet =
false;
306 bool m_descriptionHasBeenSet =
false;
309 bool m_connectionTypeHasBeenSet =
false;
312 bool m_matchCriteriaHasBeenSet =
false;
315 bool m_connectionPropertiesHasBeenSet =
false;
318 bool m_sparkPropertiesHasBeenSet =
false;
321 bool m_athenaPropertiesHasBeenSet =
false;
324 bool m_pythonPropertiesHasBeenSet =
false;
326 PhysicalConnectionRequirements m_physicalConnectionRequirements;
327 bool m_physicalConnectionRequirementsHasBeenSet =
false;
329 AuthenticationConfigurationInput m_authenticationConfiguration;
330 bool m_authenticationConfigurationHasBeenSet =
false;
332 bool m_validateCredentials{
false};
333 bool m_validateCredentialsHasBeenSet =
false;
336 bool m_validateForComputeEnvironmentsHasBeenSet =
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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue