7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/quicksight/QuickSight_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 EmailT = Aws::String>
61 m_emailHasBeenSet =
true;
62 m_email = std::forward<EmailT>(value);
64 template <
typename EmailT = Aws::String>
66 SetEmail(std::forward<EmailT>(value));
78 template <
typename UserArnT = Aws::String>
80 m_userArnHasBeenSet =
true;
81 m_userArn = std::forward<UserArnT>(value);
83 template <
typename UserArnT = Aws::String>
95 bool m_userNameHasBeenSet =
false;
96 bool m_emailHasBeenSet =
false;
97 bool m_userArnHasBeenSet =
false;
UserIdentifier & WithEmail(EmailT &&value)
bool UserArnHasBeenSet() const
const Aws::String & GetUserName() const
const Aws::String & GetEmail() const
AWS_QUICKSIGHT_API UserIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEmail(EmailT &&value)
void SetUserName(UserNameT &&value)
bool EmailHasBeenSet() const
void SetUserArn(UserArnT &&value)
AWS_QUICKSIGHT_API UserIdentifier(Aws::Utils::Json::JsonView jsonValue)
UserIdentifier & WithUserName(UserNameT &&value)
AWS_QUICKSIGHT_API UserIdentifier()=default
UserIdentifier & WithUserArn(UserArnT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetUserArn() const
bool UserNameHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue