7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_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>
74 bool m_userNameHasBeenSet =
false;
75 bool m_passwordHasBeenSet =
false;
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
bool UserNameHasBeenSet() const
const Aws::String & GetPassword() const
AWS_DATAZONE_API BasicAuthenticationCredentials()=default
BasicAuthenticationCredentials & WithUserName(UserNameT &&value)
bool PasswordHasBeenSet() const
const Aws::String & GetUserName() const
void SetPassword(PasswordT &&value)
AWS_DATAZONE_API BasicAuthenticationCredentials(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API BasicAuthenticationCredentials & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetUserName(UserNameT &&value)
BasicAuthenticationCredentials & WithPassword(PasswordT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue