7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename UserNameT = Aws::String>
49 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
50 template<
typename UserNameT = Aws::String>
60 template<
typename ServerIdT = Aws::String>
61 void SetServerId(ServerIdT&& value) { m_serverIdHasBeenSet =
true; m_serverId = std::forward<ServerIdT>(value); }
62 template<
typename ServerIdT = Aws::String>
73 template<
typename SessionIdT = Aws::String>
74 void SetSessionId(SessionIdT&& value) { m_sessionIdHasBeenSet =
true; m_sessionId = std::forward<SessionIdT>(value); }
75 template<
typename SessionIdT = Aws::String>
81 bool m_userNameHasBeenSet =
false;
84 bool m_serverIdHasBeenSet =
false;
87 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