7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename UsernameT = Aws::String>
43 m_usernameHasBeenSet =
true;
44 m_username = std::forward<UsernameT>(value);
46 template <
typename UsernameT = Aws::String>
59 template <
typename PasswordT = Aws::String>
61 m_passwordHasBeenSet =
true;
62 m_password = std::forward<PasswordT>(value);
64 template <
typename PasswordT = Aws::String>
72 bool m_usernameHasBeenSet =
false;
75 bool m_passwordHasBeenSet =
false;
const Aws::String & GetUsername() const
AWS_GLUE_API BasicAuthenticationCredentials()=default
bool PasswordHasBeenSet() const
BasicAuthenticationCredentials & WithPassword(PasswordT &&value)
BasicAuthenticationCredentials & WithUsername(UsernameT &&value)
AWS_GLUE_API BasicAuthenticationCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetPassword() const
void SetPassword(PasswordT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API BasicAuthenticationCredentials(Aws::Utils::Json::JsonView jsonValue)
bool UsernameHasBeenSet() const
void SetUsername(UsernameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue