7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/ConnectorProperty.h>
41 template <
typename UsernameT = ConnectorProperty>
43 m_usernameHasBeenSet =
true;
44 m_username = std::forward<UsernameT>(value);
46 template <
typename UsernameT = ConnectorProperty>
59 template <
typename PasswordT = ConnectorProperty>
61 m_passwordHasBeenSet =
true;
62 m_password = std::forward<PasswordT>(value);
64 template <
typename PasswordT = ConnectorProperty>
74 bool m_usernameHasBeenSet =
false;
75 bool m_passwordHasBeenSet =
false;
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool PasswordHasBeenSet() const
void SetUsername(UsernameT &&value)
AWS_GLUE_API BasicAuthenticationProperties()=default
BasicAuthenticationProperties & WithUsername(UsernameT &&value)
const ConnectorProperty & GetUsername() const
bool UsernameHasBeenSet() const
AWS_GLUE_API BasicAuthenticationProperties(Aws::Utils::Json::JsonView jsonValue)
const ConnectorProperty & GetPassword() const
void SetPassword(PasswordT &&value)
BasicAuthenticationProperties & WithPassword(PasswordT &&value)
AWS_GLUE_API BasicAuthenticationProperties & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue