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>
58 template <
typename SshPublicKeyIdT = Aws::String>
60 m_sshPublicKeyIdHasBeenSet =
true;
61 m_sshPublicKeyId = std::forward<SshPublicKeyIdT>(value);
63 template <
typename SshPublicKeyIdT = Aws::String>
76 template <
typename UserNameT = Aws::String>
78 m_userNameHasBeenSet =
true;
79 m_userName = std::forward<UserNameT>(value);
81 template <
typename UserNameT = Aws::String>
89 bool m_serverIdHasBeenSet =
false;
92 bool m_sshPublicKeyIdHasBeenSet =
false;
95 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