7#include <aws/awstransfer/TransferRequest.h>
8#include <aws/awstransfer/Transfer_EXPORTS.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename ServerIdT = Aws::String>
42 m_serverIdHasBeenSet =
true;
43 m_serverId = std::forward<ServerIdT>(value);
45 template <
typename ServerIdT = Aws::String>
60 template <
typename UserNameT = Aws::String>
62 m_userNameHasBeenSet =
true;
63 m_userName = std::forward<UserNameT>(value);
65 template <
typename UserNameT = Aws::String>
75 bool m_serverIdHasBeenSet =
false;
76 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