7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
54 template<
typename DateImportedT = Aws::Utils::DateTime>
55 void SetDateImported(DateImportedT&& value) { m_dateImportedHasBeenSet =
true; m_dateImported = std::forward<DateImportedT>(value); }
56 template<
typename DateImportedT = Aws::Utils::DateTime>
68 template<
typename SshPublicKeyBodyT = Aws::String>
69 void SetSshPublicKeyBody(SshPublicKeyBodyT&& value) { m_sshPublicKeyBodyHasBeenSet =
true; m_sshPublicKeyBody = std::forward<SshPublicKeyBodyT>(value); }
70 template<
typename SshPublicKeyBodyT = Aws::String>
81 template<
typename SshPublicKeyIdT = Aws::String>
82 void SetSshPublicKeyId(SshPublicKeyIdT&& value) { m_sshPublicKeyIdHasBeenSet =
true; m_sshPublicKeyId = std::forward<SshPublicKeyIdT>(value); }
83 template<
typename SshPublicKeyIdT = Aws::String>
89 bool m_dateImportedHasBeenSet =
false;
92 bool m_sshPublicKeyBodyHasBeenSet =
false;
95 bool m_sshPublicKeyIdHasBeenSet =
false;
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSFER_API SshPublicKey & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetDateImported() const
void SetSshPublicKeyId(SshPublicKeyIdT &&value)
bool SshPublicKeyBodyHasBeenSet() const
SshPublicKey & WithSshPublicKeyBody(SshPublicKeyBodyT &&value)
SshPublicKey & WithDateImported(DateImportedT &&value)
const Aws::String & GetSshPublicKeyBody() const
bool DateImportedHasBeenSet() const
const Aws::String & GetSshPublicKeyId() const
void SetDateImported(DateImportedT &&value)
SshPublicKey & WithSshPublicKeyId(SshPublicKeyIdT &&value)
bool SshPublicKeyIdHasBeenSet() const
void SetSshPublicKeyBody(SshPublicKeyBodyT &&value)
AWS_TRANSFER_API SshPublicKey(Aws::Utils::Json::JsonView jsonValue)
AWS_TRANSFER_API SshPublicKey()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue