7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/AuthenticationConfigurationPatch.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
49 template<
typename AuthenticationConfigurationT = AuthenticationConfigurationPatch>
50 void SetAuthenticationConfiguration(AuthenticationConfigurationT&& value) { m_authenticationConfigurationHasBeenSet =
true; m_authenticationConfiguration = std::forward<AuthenticationConfigurationT>(value); }
51 template<
typename AuthenticationConfigurationT = AuthenticationConfigurationPatch>
61 template<
typename ConnectionPropertiesT = Aws::Map<Aws::String, Aws::String>>
62 void SetConnectionProperties(ConnectionPropertiesT&& value) { m_connectionPropertiesHasBeenSet =
true; m_connectionProperties = std::forward<ConnectionPropertiesT>(value); }
63 template<
typename ConnectionPropertiesT = Aws::Map<Aws::String, Aws::String>>
65 template<
typename ConnectionPropertiesKeyT = Aws::String,
typename ConnectionPropertiesValueT = Aws::String>
67 m_connectionPropertiesHasBeenSet =
true; m_connectionProperties.emplace(std::forward<ConnectionPropertiesKeyT>(key), std::forward<ConnectionPropertiesValueT>(value));
return *
this;
77 template<
typename DescriptionT = Aws::String>
78 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
79 template<
typename DescriptionT = Aws::String>
85 bool m_authenticationConfigurationHasBeenSet =
false;
88 bool m_connectionPropertiesHasBeenSet =
false;
91 bool m_descriptionHasBeenSet =
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