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>
57 template<
typename UserNameT = Aws::String>
58 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
59 template<
typename UserNameT = Aws::String>
65 bool m_serverIdHasBeenSet =
false;
68 bool m_userNameHasBeenSet =
false;
DeleteUserRequest & WithUserName(UserNameT &&value)
AWS_TRANSFER_API Aws::String SerializePayload() const override
DeleteUserRequest & WithServerId(ServerIdT &&value)
void SetServerId(ServerIdT &&value)
const Aws::String & GetUserName() const
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetUserName(UserNameT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetServerId() const
bool ServerIdHasBeenSet() const
bool UserNameHasBeenSet() const
AWS_TRANSFER_API DeleteUserRequest()=default
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String