7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/CACertificateStatus.h>
42 template <
typename CertificateArnT = Aws::String>
44 m_certificateArnHasBeenSet =
true;
45 m_certificateArn = std::forward<CertificateArnT>(value);
47 template <
typename CertificateArnT = Aws::String>
60 template <
typename CertificateIdT = Aws::String>
62 m_certificateIdHasBeenSet =
true;
63 m_certificateId = std::forward<CertificateIdT>(value);
65 template <
typename CertificateIdT = Aws::String>
80 m_statusHasBeenSet =
true;
95 template <
typename CreationDateT = Aws::Utils::DateTime>
97 m_creationDateHasBeenSet =
true;
98 m_creationDate = std::forward<CreationDateT>(value);
100 template <
typename CreationDateT = Aws::Utils::DateTime>
114 bool m_certificateArnHasBeenSet =
false;
115 bool m_certificateIdHasBeenSet =
false;
116 bool m_statusHasBeenSet =
false;
117 bool m_creationDateHasBeenSet =
false;
CACertificate & WithStatus(CACertificateStatus value)
void SetStatus(CACertificateStatus value)
AWS_IOT_API CACertificate(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCertificateArn() const
AWS_IOT_API CACertificate()=default
bool CreationDateHasBeenSet() const
void SetCertificateArn(CertificateArnT &&value)
const Aws::String & GetCertificateId() const
void SetCertificateId(CertificateIdT &&value)
CACertificate & WithCreationDate(CreationDateT &&value)
bool CertificateIdHasBeenSet() const
CACertificate & WithCertificateId(CertificateIdT &&value)
bool CertificateArnHasBeenSet() const
CACertificate & WithCertificateArn(CertificateArnT &&value)
const Aws::Utils::DateTime & GetCreationDate() const
AWS_IOT_API CACertificate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
bool StatusHasBeenSet() const
CACertificateStatus GetStatus() const
void SetCreationDate(CreationDateT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue