7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
47 template<
typename ServerIdT = Aws::String>
48 void SetServerId(ServerIdT&& value) { m_serverIdHasBeenSet =
true; m_serverId = std::forward<ServerIdT>(value); }
49 template<
typename ServerIdT = Aws::String>
58 template<
typename SshPublicKeyIdT = Aws::String>
59 void SetSshPublicKeyId(SshPublicKeyIdT&& value) { m_sshPublicKeyIdHasBeenSet =
true; m_sshPublicKeyId = std::forward<SshPublicKeyIdT>(value); }
60 template<
typename SshPublicKeyIdT = Aws::String>
70 template<
typename UserNameT = Aws::String>
71 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
72 template<
typename UserNameT = Aws::String>
79 template<
typename RequestIdT = Aws::String>
80 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
81 template<
typename RequestIdT = Aws::String>
87 bool m_serverIdHasBeenSet =
false;
90 bool m_sshPublicKeyIdHasBeenSet =
false;
93 bool m_userNameHasBeenSet =
false;
96 bool m_requestIdHasBeenSet =
false;
void SetUserName(UserNameT &&value)
ImportSshPublicKeyResult & WithSshPublicKeyId(SshPublicKeyIdT &&value)
void SetServerId(ServerIdT &&value)
AWS_TRANSFER_API ImportSshPublicKeyResult()=default
AWS_TRANSFER_API ImportSshPublicKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
ImportSshPublicKeyResult & WithServerId(ServerIdT &&value)
void SetSshPublicKeyId(SshPublicKeyIdT &&value)
ImportSshPublicKeyResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetServerId() const
const Aws::String & GetUserName() const
ImportSshPublicKeyResult & WithUserName(UserNameT &&value)
const Aws::String & GetSshPublicKeyId() const
AWS_TRANSFER_API ImportSshPublicKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue