7#include <aws/awstransfer/Transfer_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
70 inline void SetSshPublicKeyBody(
const char* value) { m_sshPublicKeyBodyHasBeenSet =
true; m_sshPublicKeyBody.assign(value); }
85 inline void SetSshPublicKeyId(
const char* value) { m_sshPublicKeyIdHasBeenSet =
true; m_sshPublicKeyId.assign(value); }
93 bool m_dateImportedHasBeenSet =
false;
96 bool m_sshPublicKeyBodyHasBeenSet =
false;
99 bool m_sshPublicKeyIdHasBeenSet =
false;
SshPublicKey & WithSshPublicKeyId(const char *value)
void SetSshPublicKeyBody(const Aws::String &value)
AWS_TRANSFER_API Aws::Utils::Json::JsonValue Jsonize() const
SshPublicKey & WithSshPublicKeyBody(Aws::String &&value)
SshPublicKey & WithSshPublicKeyId(Aws::String &&value)
void SetDateImported(const Aws::Utils::DateTime &value)
AWS_TRANSFER_API SshPublicKey()
SshPublicKey & WithSshPublicKeyBody(const char *value)
AWS_TRANSFER_API SshPublicKey & operator=(Aws::Utils::Json::JsonView jsonValue)
SshPublicKey & WithSshPublicKeyId(const Aws::String &value)
const Aws::Utils::DateTime & GetDateImported() const
bool SshPublicKeyBodyHasBeenSet() const
const Aws::String & GetSshPublicKeyBody() const
void SetSshPublicKeyId(const Aws::String &value)
void SetDateImported(Aws::Utils::DateTime &&value)
void SetSshPublicKeyId(Aws::String &&value)
SshPublicKey & WithSshPublicKeyBody(const Aws::String &value)
bool DateImportedHasBeenSet() const
const Aws::String & GetSshPublicKeyId() const
bool SshPublicKeyIdHasBeenSet() const
SshPublicKey & WithDateImported(const Aws::Utils::DateTime &value)
AWS_TRANSFER_API SshPublicKey(Aws::Utils::Json::JsonView jsonValue)
void SetSshPublicKeyBody(const char *value)
SshPublicKey & WithDateImported(Aws::Utils::DateTime &&value)
void SetSshPublicKeyBody(Aws::String &&value)
void SetSshPublicKeyId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue