7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kendra/Kendra_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 GroupNameT = Aws::String>
60 m_groupNameHasBeenSet =
true;
61 m_groupName = std::forward<GroupNameT>(value);
63 template <
typename GroupNameT = Aws::String>
76 template <
typename IdentifiedUserNameT = Aws::String>
78 m_identifiedUserNameHasBeenSet =
true;
79 m_identifiedUserName = std::forward<IdentifiedUserNameT>(value);
81 template <
typename IdentifiedUserNameT = Aws::String>
94 template <
typename FirstNameT = Aws::String>
96 m_firstNameHasBeenSet =
true;
97 m_firstName = std::forward<FirstNameT>(value);
99 template <
typename FirstNameT = Aws::String>
112 template <
typename LastNameT = Aws::String>
114 m_lastNameHasBeenSet =
true;
115 m_lastName = std::forward<LastNameT>(value);
117 template <
typename LastNameT = Aws::String>
133 bool m_userNameHasBeenSet =
false;
134 bool m_groupNameHasBeenSet =
false;
135 bool m_identifiedUserNameHasBeenSet =
false;
136 bool m_firstNameHasBeenSet =
false;
137 bool m_lastNameHasBeenSet =
false;
AWS_KENDRA_API EntityDisplayData()=default
void SetFirstName(FirstNameT &&value)
const Aws::String & GetLastName() const
AWS_KENDRA_API Aws::Utils::Json::JsonValue Jsonize() const
bool LastNameHasBeenSet() const
bool IdentifiedUserNameHasBeenSet() const
bool UserNameHasBeenSet() const
void SetLastName(LastNameT &&value)
EntityDisplayData & WithLastName(LastNameT &&value)
void SetIdentifiedUserName(IdentifiedUserNameT &&value)
bool FirstNameHasBeenSet() const
void SetGroupName(GroupNameT &&value)
const Aws::String & GetUserName() const
void SetUserName(UserNameT &&value)
const Aws::String & GetFirstName() const
const Aws::String & GetIdentifiedUserName() const
EntityDisplayData & WithUserName(UserNameT &&value)
EntityDisplayData & WithIdentifiedUserName(IdentifiedUserNameT &&value)
EntityDisplayData & WithGroupName(GroupNameT &&value)
AWS_KENDRA_API EntityDisplayData & operator=(Aws::Utils::Json::JsonView jsonValue)
bool GroupNameHasBeenSet() const
AWS_KENDRA_API EntityDisplayData(Aws::Utils::Json::JsonView jsonValue)
EntityDisplayData & WithFirstName(FirstNameT &&value)
const Aws::String & GetGroupName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue