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 CertificateIdT = Aws::String>
69 m_certificateIdHasBeenSet =
true;
70 m_certificateId = std::forward<CertificateIdT>(value);
72 template <
typename CertificateIdT = Aws::String>
85 template <
typename CertificateBodyT = Aws::String>
87 m_certificateBodyHasBeenSet =
true;
88 m_certificateBody = std::forward<CertificateBodyT>(value);
90 template <
typename CertificateBodyT = Aws::String>
105 m_statusHasBeenSet =
true;
120 template <
typename UploadDateT = Aws::Utils::DateTime>
122 m_uploadDateHasBeenSet =
true;
123 m_uploadDate = std::forward<UploadDateT>(value);
125 template <
typename UploadDateT = Aws::Utils::DateTime>
141 bool m_userNameHasBeenSet =
false;
142 bool m_certificateIdHasBeenSet =
false;
143 bool m_certificateBodyHasBeenSet =
false;
144 bool m_statusHasBeenSet =
false;
145 bool m_uploadDateHasBeenSet =
false;
AWS_IAM_API void OutputToStream(Aws::OStream &oStream, const char *location) const
SigningCertificate & WithCertificateId(CertificateIdT &&value)
AWS_IAM_API void OutputToStream(Aws::OStream &ostream, const char *location, unsigned index, const char *locationValue) const
bool UploadDateHasBeenSet() const
bool CertificateBodyHasBeenSet() const
AWS_IAM_API SigningCertificate()=default
const Aws::String & GetCertificateId() const
void SetUserName(UserNameT &&value)
AWS_IAM_API SigningCertificate(const Aws::Utils::Xml::XmlNode &xmlNode)
SigningCertificate & WithUploadDate(UploadDateT &&value)
StatusType GetStatus() const
SigningCertificate & WithCertificateBody(CertificateBodyT &&value)
bool UserNameHasBeenSet() const
void SetCertificateId(CertificateIdT &&value)
AWS_IAM_API SigningCertificate & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetCertificateBody() const
void SetCertificateBody(CertificateBodyT &&value)
const Aws::String & GetUserName() const
const Aws::Utils::DateTime & GetUploadDate() const
bool CertificateIdHasBeenSet() const
void SetUploadDate(UploadDateT &&value)
SigningCertificate & WithUserName(UserNameT &&value)
SigningCertificate & WithStatus(StatusType value)
void SetStatus(StatusType value)
bool StatusHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::basic_ostream< char, std::char_traits< char > > OStream