7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/DataZone_EXPORTS.h>
10#include <aws/datazone/model/AuthenticationConfigurationPatch.h>
42 template <
typename DescriptionT = Aws::String>
44 m_descriptionHasBeenSet =
true;
45 m_description = std::forward<DescriptionT>(value);
47 template <
typename DescriptionT = Aws::String>
60 template <
typename ConnectionPropertiesT = Aws::Map<Aws::String, Aws::String>>
62 m_connectionPropertiesHasBeenSet =
true;
63 m_connectionProperties = std::forward<ConnectionPropertiesT>(value);
65 template <
typename ConnectionPropertiesT = Aws::Map<Aws::String, Aws::String>>
70 template <
typename ConnectionPropertiesKeyT = Aws::String,
typename ConnectionPropertiesValueT = Aws::String>
72 m_connectionPropertiesHasBeenSet =
true;
73 m_connectionProperties.emplace(std::forward<ConnectionPropertiesKeyT>(key), std::forward<ConnectionPropertiesValueT>(value));
85 template <
typename AuthenticationConfigurationT = AuthenticationConfigurationPatch>
87 m_authenticationConfigurationHasBeenSet =
true;
88 m_authenticationConfiguration = std::forward<AuthenticationConfigurationT>(value);
90 template <
typename AuthenticationConfigurationT = AuthenticationConfigurationPatch>
102 bool m_descriptionHasBeenSet =
false;
103 bool m_connectionPropertiesHasBeenSet =
false;
104 bool m_authenticationConfigurationHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetConnectionProperties() const
AWS_DATAZONE_API GlueConnectionPatch()=default
GlueConnectionPatch & AddConnectionProperties(ConnectionPropertiesKeyT &&key, ConnectionPropertiesValueT &&value)
const Aws::String & GetDescription() const
void SetAuthenticationConfiguration(AuthenticationConfigurationT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ConnectionPropertiesHasBeenSet() const
AWS_DATAZONE_API GlueConnectionPatch & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetConnectionProperties(ConnectionPropertiesT &&value)
const AuthenticationConfigurationPatch & GetAuthenticationConfiguration() const
GlueConnectionPatch & WithConnectionProperties(ConnectionPropertiesT &&value)
bool DescriptionHasBeenSet() const
GlueConnectionPatch & WithDescription(DescriptionT &&value)
bool AuthenticationConfigurationHasBeenSet() const
void SetDescription(DescriptionT &&value)
GlueConnectionPatch & WithAuthenticationConfiguration(AuthenticationConfigurationT &&value)
AWS_DATAZONE_API GlueConnectionPatch(Aws::Utils::Json::JsonView jsonValue)
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