7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/awstransfer/TransferRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
44 template<
typename ServerIdT = Aws::String>
45 void SetServerId(ServerIdT&& value) { m_serverIdHasBeenSet =
true; m_serverId = std::forward<ServerIdT>(value); }
46 template<
typename ServerIdT = Aws::String>
58 template<
typename UserNameT = Aws::String>
59 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
60 template<
typename UserNameT = Aws::String>
66 bool m_serverIdHasBeenSet =
false;
69 bool m_userNameHasBeenSet =
false;
bool UserNameHasBeenSet() const
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetUserName() const
DescribeUserRequest & WithUserName(UserNameT &&value)
DescribeUserRequest & WithServerId(ServerIdT &&value)
AWS_TRANSFER_API Aws::String SerializePayload() const override
const Aws::String & GetServerId() const
AWS_TRANSFER_API DescribeUserRequest()=default
bool ServerIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetServerId(ServerIdT &&value)
void SetUserName(UserNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String