7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wickr/Wickr_EXPORTS.h>
41 template <
typename UnameT = Aws::String>
43 m_unameHasBeenSet =
true;
44 m_uname = std::forward<UnameT>(value);
46 template <
typename UnameT = Aws::String>
48 SetUname(std::forward<UnameT>(value));
59 template <
typename UsernameT = Aws::String>
61 m_usernameHasBeenSet =
true;
62 m_username = std::forward<UsernameT>(value);
64 template <
typename UsernameT = Aws::String>
74 bool m_unameHasBeenSet =
false;
75 bool m_usernameHasBeenSet =
false;
bool UsernameHasBeenSet() const
AWS_WICKR_API BatchUnameSuccessResponseItem & operator=(Aws::Utils::Json::JsonView jsonValue)
bool UnameHasBeenSet() const
AWS_WICKR_API BatchUnameSuccessResponseItem(Aws::Utils::Json::JsonView jsonValue)
BatchUnameSuccessResponseItem & WithUname(UnameT &&value)
BatchUnameSuccessResponseItem & WithUsername(UsernameT &&value)
AWS_WICKR_API BatchUnameSuccessResponseItem()=default
const Aws::String & GetUsername() const
AWS_WICKR_API Aws::Utils::Json::JsonValue Jsonize() const
void SetUsername(UsernameT &&value)
void SetUname(UnameT &&value)
const Aws::String & GetUname() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue