7#include <aws/iam/IAM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSStreamFwd.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iam/model/StatusType.h>
11#include <aws/core/utils/DateTime.h>
55 template<
typename UserNameT = Aws::String>
56 void SetUserName(UserNameT&& value) { m_userNameHasBeenSet =
true; m_userName = std::forward<UserNameT>(value); }
57 template<
typename UserNameT = Aws::String>
67 template<
typename CertificateIdT = Aws::String>
68 void SetCertificateId(CertificateIdT&& value) { m_certificateIdHasBeenSet =
true; m_certificateId = std::forward<CertificateIdT>(value); }
69 template<
typename CertificateIdT = Aws::String>
79 template<
typename CertificateBodyT = Aws::String>
80 void SetCertificateBody(CertificateBodyT&& value) { m_certificateBodyHasBeenSet =
true; m_certificateBody = std::forward<CertificateBodyT>(value); }
81 template<
typename CertificateBodyT = Aws::String>
102 template<
typename UploadDateT = Aws::Utils::DateTime>
103 void SetUploadDate(UploadDateT&& value) { m_uploadDateHasBeenSet =
true; m_uploadDate = std::forward<UploadDateT>(value); }
104 template<
typename UploadDateT = Aws::Utils::DateTime>
110 bool m_userNameHasBeenSet =
false;
113 bool m_certificateIdHasBeenSet =
false;
116 bool m_certificateBodyHasBeenSet =
false;
119 bool m_statusHasBeenSet =
false;
122 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