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>
55 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
69 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
239 inline void SetValidateCredentials(
bool value) { m_validateCredentialsHasBeenSet =
true; m_validateCredentials = value; }
245 bool m_nameHasBeenSet =
false;
248 bool m_descriptionHasBeenSet =
false;
251 bool m_connectionTypeHasBeenSet =
false;
254 bool m_matchCriteriaHasBeenSet =
false;
257 bool m_connectionPropertiesHasBeenSet =
false;
260 bool m_athenaPropertiesHasBeenSet =
false;
263 bool m_physicalConnectionRequirementsHasBeenSet =
false;
266 bool m_authenticationConfigurationHasBeenSet =
false;
268 bool m_validateCredentials;
269 bool m_validateCredentialsHasBeenSet =
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