7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/datazone/DataZone_EXPORTS.h>
11#include <aws/datazone/model/AuthenticationConfigurationInput.h>
12#include <aws/datazone/model/ComputeEnvironments.h>
13#include <aws/datazone/model/GlueConnectionType.h>
14#include <aws/datazone/model/PhysicalConnectionRequirements.h>
46 template <
typename ConnectionPropertiesT = Aws::Map<Aws::String, Aws::String>>
48 m_connectionPropertiesHasBeenSet =
true;
49 m_connectionProperties = std::forward<ConnectionPropertiesT>(value);
51 template <
typename ConnectionPropertiesT = Aws::Map<Aws::String, Aws::String>>
56 template <
typename ConnectionPropertiesKeyT = Aws::String,
typename ConnectionPropertiesValueT = Aws::String>
58 m_connectionPropertiesHasBeenSet =
true;
59 m_connectionProperties.emplace(std::forward<ConnectionPropertiesKeyT>(key), std::forward<ConnectionPropertiesValueT>(value));
71 template <
typename PhysicalConnectionRequirementsT = PhysicalConnectionRequirements>
73 m_physicalConnectionRequirementsHasBeenSet =
true;
74 m_physicalConnectionRequirements = std::forward<PhysicalConnectionRequirementsT>(value);
76 template <
typename PhysicalConnectionRequirementsT = PhysicalConnectionRequirements>
89 template <
typename NameT = Aws::String>
91 m_nameHasBeenSet =
true;
92 m_name = std::forward<NameT>(value);
94 template <
typename NameT = Aws::String>
96 SetName(std::forward<NameT>(value));
107 template <
typename DescriptionT = Aws::String>
109 m_descriptionHasBeenSet =
true;
110 m_description = std::forward<DescriptionT>(value);
112 template <
typename DescriptionT = Aws::String>
126 m_connectionTypeHasBeenSet =
true;
127 m_connectionType = value;
141 template <
typename MatchCriteriaT = Aws::String>
143 m_matchCriteriaHasBeenSet =
true;
144 m_matchCriteria = std::forward<MatchCriteriaT>(value);
146 template <
typename MatchCriteriaT = Aws::String>
161 m_validateCredentialsHasBeenSet =
true;
162 m_validateCredentials = value;
177 template <
typename Val
idateForComputeEnvironmentsT = Aws::Vector<ComputeEnvironments>>
179 m_validateForComputeEnvironmentsHasBeenSet =
true;
180 m_validateForComputeEnvironments = std::forward<ValidateForComputeEnvironmentsT>(value);
182 template <
typename Val
idateForComputeEnvironmentsT = Aws::Vector<ComputeEnvironments>>
188 m_validateForComputeEnvironmentsHasBeenSet =
true;
189 m_validateForComputeEnvironments.push_back(value);
200 template <
typename SparkPropertiesT = Aws::Map<Aws::String, Aws::String>>
202 m_sparkPropertiesHasBeenSet =
true;
203 m_sparkProperties = std::forward<SparkPropertiesT>(value);
205 template <
typename SparkPropertiesT = Aws::Map<Aws::String, Aws::String>>
210 template <
typename SparkPropertiesKeyT = Aws::String,
typename SparkPropertiesValueT = Aws::String>
212 m_sparkPropertiesHasBeenSet =
true;
213 m_sparkProperties.emplace(std::forward<SparkPropertiesKeyT>(key), std::forward<SparkPropertiesValueT>(value));
224 template <
typename AthenaPropertiesT = Aws::Map<Aws::String, Aws::String>>
226 m_athenaPropertiesHasBeenSet =
true;
227 m_athenaProperties = std::forward<AthenaPropertiesT>(value);
229 template <
typename AthenaPropertiesT = Aws::Map<Aws::String, Aws::String>>
234 template <
typename AthenaPropertiesKeyT = Aws::String,
typename AthenaPropertiesValueT = Aws::String>
236 m_athenaPropertiesHasBeenSet =
true;
237 m_athenaProperties.emplace(std::forward<AthenaPropertiesKeyT>(key), std::forward<AthenaPropertiesValueT>(value));
248 template <
typename PythonPropertiesT = Aws::Map<Aws::String, Aws::String>>
250 m_pythonPropertiesHasBeenSet =
true;
251 m_pythonProperties = std::forward<PythonPropertiesT>(value);
253 template <
typename PythonPropertiesT = Aws::Map<Aws::String, Aws::String>>
258 template <
typename PythonPropertiesKeyT = Aws::String,
typename PythonPropertiesValueT = Aws::String>
260 m_pythonPropertiesHasBeenSet =
true;
261 m_pythonProperties.emplace(std::forward<PythonPropertiesKeyT>(key), std::forward<PythonPropertiesValueT>(value));
273 template <
typename AuthenticationConfigurationT = AuthenticationConfigurationInput>
275 m_authenticationConfigurationHasBeenSet =
true;
276 m_authenticationConfiguration = std::forward<AuthenticationConfigurationT>(value);
278 template <
typename AuthenticationConfigurationT = AuthenticationConfigurationInput>
297 bool m_validateCredentials{
false};
307 AuthenticationConfigurationInput m_authenticationConfiguration;
308 bool m_connectionPropertiesHasBeenSet =
false;
309 bool m_physicalConnectionRequirementsHasBeenSet =
false;
310 bool m_nameHasBeenSet =
false;
311 bool m_descriptionHasBeenSet =
false;
312 bool m_connectionTypeHasBeenSet =
false;
313 bool m_matchCriteriaHasBeenSet =
false;
314 bool m_validateCredentialsHasBeenSet =
false;
315 bool m_validateForComputeEnvironmentsHasBeenSet =
false;
316 bool m_sparkPropertiesHasBeenSet =
false;
317 bool m_athenaPropertiesHasBeenSet =
false;
318 bool m_pythonPropertiesHasBeenSet =
false;
319 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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue