7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iam/IAM_EXPORTS.h>
11#include <aws/iam/model/StatusType.h>
49 template <
typename UserNameT = Aws::String>
51 m_userNameHasBeenSet =
true;
52 m_userName = std::forward<UserNameT>(value);
54 template <
typename UserNameT = Aws::String>
67 template <
typename SSHPublicKeyIdT = Aws::String>
69 m_sSHPublicKeyIdHasBeenSet =
true;
70 m_sSHPublicKeyId = std::forward<SSHPublicKeyIdT>(value);
72 template <
typename SSHPublicKeyIdT = Aws::String>
85 template <
typename Fingerpr
intT = Aws::String>
87 m_fingerprintHasBeenSet =
true;
88 m_fingerprint = std::forward<FingerprintT>(value);
90 template <
typename Fingerpr
intT = Aws::String>
103 template <
typename SSHPublicKeyBodyT = Aws::String>
105 m_sSHPublicKeyBodyHasBeenSet =
true;
106 m_sSHPublicKeyBody = std::forward<SSHPublicKeyBodyT>(value);
108 template <
typename SSHPublicKeyBodyT = Aws::String>
124 m_statusHasBeenSet =
true;
140 template <
typename UploadDateT = Aws::Utils::DateTime>
142 m_uploadDateHasBeenSet =
true;
143 m_uploadDate = std::forward<UploadDateT>(value);
145 template <
typename UploadDateT = Aws::Utils::DateTime>
163 bool m_userNameHasBeenSet =
false;
164 bool m_sSHPublicKeyIdHasBeenSet =
false;
165 bool m_fingerprintHasBeenSet =
false;
166 bool m_sSHPublicKeyBodyHasBeenSet =
false;
167 bool m_statusHasBeenSet =
false;
168 bool m_uploadDateHasBeenSet =
false;
const Aws::String & GetFingerprint() const
const Aws::String & GetSSHPublicKeyBody() const
void SetUploadDate(UploadDateT &&value)
SSHPublicKey & WithSSHPublicKeyId(SSHPublicKeyIdT &&value)
const Aws::String & GetUserName() const
SSHPublicKey & WithUserName(UserNameT &&value)
void SetUserName(UserNameT &&value)
bool UploadDateHasBeenSet() const
void SetSSHPublicKeyId(SSHPublicKeyIdT &&value)
SSHPublicKey & WithStatus(StatusType value)
StatusType GetStatus() const
bool StatusHasBeenSet() const
bool SSHPublicKeyIdHasBeenSet() const
AWS_IAM_API SSHPublicKey()=default
AWS_IAM_API void OutputToStream(Aws::OStream &oStream, const char *location) const
SSHPublicKey & WithFingerprint(FingerprintT &&value)
const Aws::Utils::DateTime & GetUploadDate() const
AWS_IAM_API SSHPublicKey & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_IAM_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool SSHPublicKeyBodyHasBeenSet() const
AWS_IAM_API SSHPublicKey(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetSSHPublicKeyBody(SSHPublicKeyBodyT &&value)
void SetStatus(StatusType value)
bool UserNameHasBeenSet() const
const Aws::String & GetSSHPublicKeyId() const
SSHPublicKey & WithSSHPublicKeyBody(SSHPublicKeyBodyT &&value)
void SetFingerprint(FingerprintT &&value)
bool FingerprintHasBeenSet() const
SSHPublicKey & WithUploadDate(UploadDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream