7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/datazone/model/AuthenticationConfigurationInput.h>
10#include <aws/datazone/model/GlueConnectionType.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
12#include <aws/datazone/model/PhysicalConnectionRequirements.h>
13#include <aws/core/utils/memory/stl/AWSVector.h>
14#include <aws/datazone/model/ComputeEnvironments.h>
52 template<
typename AthenaPropertiesT = Aws::Map<Aws::String, Aws::String>>
53 void SetAthenaProperties(AthenaPropertiesT&& value) { m_athenaPropertiesHasBeenSet =
true; m_athenaProperties = std::forward<AthenaPropertiesT>(value); }
54 template<
typename AthenaPropertiesT = Aws::Map<Aws::String, Aws::String>>
56 template<
typename AthenaPropertiesKeyT = Aws::String,
typename AthenaPropertiesValueT = Aws::String>
58 m_athenaPropertiesHasBeenSet =
true; m_athenaProperties.emplace(std::forward<AthenaPropertiesKeyT>(key), std::forward<AthenaPropertiesValueT>(value));
return *
this;
69 template<
typename AuthenticationConfigurationT = AuthenticationConfigurationInput>
70 void SetAuthenticationConfiguration(AuthenticationConfigurationT&& value) { m_authenticationConfigurationHasBeenSet =
true; m_authenticationConfiguration = std::forward<AuthenticationConfigurationT>(value); }
71 template<
typename AuthenticationConfigurationT = AuthenticationConfigurationInput>
81 template<
typename ConnectionPropertiesT = Aws::Map<Aws::String, Aws::String>>
82 void SetConnectionProperties(ConnectionPropertiesT&& value) { m_connectionPropertiesHasBeenSet =
true; m_connectionProperties = std::forward<ConnectionPropertiesT>(value); }
83 template<
typename ConnectionPropertiesT = Aws::Map<Aws::String, Aws::String>>
85 template<
typename ConnectionPropertiesKeyT = Aws::String,
typename ConnectionPropertiesValueT = Aws::String>
87 m_connectionPropertiesHasBeenSet =
true; m_connectionProperties.emplace(std::forward<ConnectionPropertiesKeyT>(key), std::forward<ConnectionPropertiesValueT>(value));
return *
this;
107 template<
typename DescriptionT = Aws::String>
108 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
109 template<
typename DescriptionT = Aws::String>
119 template<
typename MatchCriteriaT = Aws::String>
120 void SetMatchCriteria(MatchCriteriaT&& value) { m_matchCriteriaHasBeenSet =
true; m_matchCriteria = std::forward<MatchCriteriaT>(value); }
121 template<
typename MatchCriteriaT = Aws::String>
131 template<
typename NameT = Aws::String>
132 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
133 template<
typename NameT = Aws::String>
144 template<
typename PhysicalConnectionRequirementsT = PhysicalConnectionRequirements>
145 void SetPhysicalConnectionRequirements(PhysicalConnectionRequirementsT&& value) { m_physicalConnectionRequirementsHasBeenSet =
true; m_physicalConnectionRequirements = std::forward<PhysicalConnectionRequirementsT>(value); }
146 template<
typename PhysicalConnectionRequirementsT = PhysicalConnectionRequirements>
156 template<
typename PythonPropertiesT = Aws::Map<Aws::String, Aws::String>>
157 void SetPythonProperties(PythonPropertiesT&& value) { m_pythonPropertiesHasBeenSet =
true; m_pythonProperties = std::forward<PythonPropertiesT>(value); }
158 template<
typename PythonPropertiesT = Aws::Map<Aws::String, Aws::String>>
160 template<
typename PythonPropertiesKeyT = Aws::String,
typename PythonPropertiesValueT = Aws::String>
162 m_pythonPropertiesHasBeenSet =
true; m_pythonProperties.emplace(std::forward<PythonPropertiesKeyT>(key), std::forward<PythonPropertiesValueT>(value));
return *
this;
172 template<
typename SparkPropertiesT = Aws::Map<Aws::String, Aws::String>>
173 void SetSparkProperties(SparkPropertiesT&& value) { m_sparkPropertiesHasBeenSet =
true; m_sparkProperties = std::forward<SparkPropertiesT>(value); }
174 template<
typename SparkPropertiesT = Aws::Map<Aws::String, Aws::String>>
176 template<
typename SparkPropertiesKeyT = Aws::String,
typename SparkPropertiesValueT = Aws::String>
178 m_sparkPropertiesHasBeenSet =
true; m_sparkProperties.emplace(std::forward<SparkPropertiesKeyT>(key), std::forward<SparkPropertiesValueT>(value));
return *
this;
189 inline void SetValidateCredentials(
bool value) { m_validateCredentialsHasBeenSet =
true; m_validateCredentials = value; }
200 template<
typename Val
idateForComputeEnvironmentsT = Aws::Vector<ComputeEnvironments>>
201 void SetValidateForComputeEnvironments(ValidateForComputeEnvironmentsT&& value) { m_validateForComputeEnvironmentsHasBeenSet =
true; m_validateForComputeEnvironments = std::forward<ValidateForComputeEnvironmentsT>(value); }
202 template<
typename Val
idateForComputeEnvironmentsT = Aws::Vector<ComputeEnvironments>>
209 bool m_athenaPropertiesHasBeenSet =
false;
212 bool m_authenticationConfigurationHasBeenSet =
false;
215 bool m_connectionPropertiesHasBeenSet =
false;
218 bool m_connectionTypeHasBeenSet =
false;
221 bool m_descriptionHasBeenSet =
false;
224 bool m_matchCriteriaHasBeenSet =
false;
227 bool m_nameHasBeenSet =
false;
229 PhysicalConnectionRequirements m_physicalConnectionRequirements;
230 bool m_physicalConnectionRequirementsHasBeenSet =
false;
233 bool m_pythonPropertiesHasBeenSet =
false;
236 bool m_sparkPropertiesHasBeenSet =
false;
238 bool m_validateCredentials{
false};
239 bool m_validateCredentialsHasBeenSet =
false;
242 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