7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
48 template <
typename DateImportedT = Aws::Utils::DateTime>
50 m_dateImportedHasBeenSet =
true;
51 m_dateImported = std::forward<DateImportedT>(value);
53 template <
typename DateImportedT = Aws::Utils::DateTime>
68 template <
typename SshPublicKeyBodyT = Aws::String>
70 m_sshPublicKeyBodyHasBeenSet =
true;
71 m_sshPublicKeyBody = std::forward<SshPublicKeyBodyT>(value);
73 template <
typename SshPublicKeyBodyT = Aws::String>
87 template <
typename SshPublicKeyIdT = Aws::String>
89 m_sshPublicKeyIdHasBeenSet =
true;
90 m_sshPublicKeyId = std::forward<SshPublicKeyIdT>(value);
92 template <
typename SshPublicKeyIdT = Aws::String>
104 bool m_dateImportedHasBeenSet =
false;
105 bool m_sshPublicKeyBodyHasBeenSet =
false;
106 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