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>
56 template<
typename SshPublicKeyIdT = Aws::String>
57 void SetSshPublicKeyId(SshPublicKeyIdT&& value) { m_sshPublicKeyIdHasBeenSet =
true; m_sshPublicKeyId = std::forward<SshPublicKeyIdT>(value); }
58 template<
typename SshPublicKeyIdT = Aws::String>
68 template<
typename UserNameT = Aws::String>
69 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
70 template<
typename UserNameT = Aws::String>
76 bool m_serverIdHasBeenSet =
false;
79 bool m_sshPublicKeyIdHasBeenSet =
false;
82 bool m_userNameHasBeenSet =
false;
bool SshPublicKeyIdHasBeenSet() const
DeleteSshPublicKeyRequest & WithServerId(ServerIdT &&value)
virtual const char * GetServiceRequestName() const override
AWS_TRANSFER_API Aws::String SerializePayload() const override
void SetServerId(ServerIdT &&value)
const Aws::String & GetServerId() const
void SetSshPublicKeyId(SshPublicKeyIdT &&value)
AWS_TRANSFER_API DeleteSshPublicKeyRequest()=default
DeleteSshPublicKeyRequest & WithUserName(UserNameT &&value)
DeleteSshPublicKeyRequest & WithSshPublicKeyId(SshPublicKeyIdT &&value)
bool UserNameHasBeenSet() const
const Aws::String & GetSshPublicKeyId() const
AWS_TRANSFER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool ServerIdHasBeenSet() const
void SetUserName(UserNameT &&value)
const Aws::String & GetUserName() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String