7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename HostKeyT = Aws::String>
51 void SetHostKey(HostKeyT&& value) { m_hostKeyHasBeenSet =
true; m_hostKey = std::forward<HostKeyT>(value); }
52 template<
typename HostKeyT = Aws::String>
58 bool m_hostKeyHasBeenSet =
false;
SftpConnectorConnectionDetails & WithHostKey(HostKeyT &&value)
AWS_TRANSFER_API SftpConnectorConnectionDetails(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API SftpConnectorConnectionDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool HostKeyHasBeenSet() const
const Aws::String & GetHostKey() const
void SetHostKey(HostKeyT &&value)
AWS_TRANSFER_API SftpConnectorConnectionDetails()=default
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue