7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
40 template <
typename UsernameT = Aws::String>
42 m_usernameHasBeenSet =
true;
43 m_username = std::forward<UsernameT>(value);
45 template <
typename UsernameT = Aws::String>
58 template <
typename FirstNameT = Aws::String>
60 m_firstNameHasBeenSet =
true;
61 m_firstName = std::forward<FirstNameT>(value);
63 template <
typename FirstNameT = Aws::String>
76 template <
typename LastNameT = Aws::String>
78 m_lastNameHasBeenSet =
true;
79 m_lastName = std::forward<LastNameT>(value);
81 template <
typename LastNameT = Aws::String>
93 bool m_usernameHasBeenSet =
false;
94 bool m_firstNameHasBeenSet =
false;
95 bool m_lastNameHasBeenSet =
false;
AWS_DATAZONE_API SsoUserProfileDetails(Aws::Utils::Json::JsonView jsonValue)
bool UsernameHasBeenSet() const
bool FirstNameHasBeenSet() const
SsoUserProfileDetails & WithLastName(LastNameT &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
SsoUserProfileDetails & WithUsername(UsernameT &&value)
void SetLastName(LastNameT &&value)
const Aws::String & GetFirstName() const
AWS_DATAZONE_API SsoUserProfileDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
SsoUserProfileDetails & WithFirstName(FirstNameT &&value)
void SetFirstName(FirstNameT &&value)
bool LastNameHasBeenSet() const
void SetUsername(UsernameT &&value)
const Aws::String & GetLastName() const
AWS_DATAZONE_API SsoUserProfileDetails()=default
const Aws::String & GetUsername() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue