7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename UserNameT = Aws::String>
44 m_userNameHasBeenSet =
true;
45 m_userName = std::forward<UserNameT>(value);
47 template <
typename UserNameT = Aws::String>
60 template <
typename ServerIdT = Aws::String>
62 m_serverIdHasBeenSet =
true;
63 m_serverId = std::forward<ServerIdT>(value);
65 template <
typename ServerIdT = Aws::String>
79 template <
typename SessionIdT = Aws::String>
81 m_sessionIdHasBeenSet =
true;
82 m_sessionId = std::forward<SessionIdT>(value);
84 template <
typename SessionIdT = Aws::String>
96 bool m_userNameHasBeenSet =
false;
97 bool m_serverIdHasBeenSet =
false;
98 bool m_sessionIdHasBeenSet =
false;
AWS_TRANSFER_API UserDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SessionIdHasBeenSet() const
const Aws::String & GetServerId() const
bool UserNameHasBeenSet() const
UserDetails & WithSessionId(SessionIdT &&value)
AWS_TRANSFER_API UserDetails()=default
bool ServerIdHasBeenSet() const
UserDetails & WithServerId(ServerIdT &&value)
void SetSessionId(SessionIdT &&value)
void SetUserName(UserNameT &&value)
UserDetails & WithUserName(UserNameT &&value)
const Aws::String & GetUserName() const
AWS_TRANSFER_API UserDetails(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetSessionId() const
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServerId(ServerIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue