7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/CACertificateStatus.h>
10#include <aws/core/utils/DateTime.h>
48 template<
typename CertificateArnT = Aws::String>
49 void SetCertificateArn(CertificateArnT&& value) { m_certificateArnHasBeenSet =
true; m_certificateArn = std::forward<CertificateArnT>(value); }
50 template<
typename CertificateArnT = Aws::String>
60 template<
typename CertificateIdT = Aws::String>
61 void SetCertificateId(CertificateIdT&& value) { m_certificateIdHasBeenSet =
true; m_certificateId = std::forward<CertificateIdT>(value); }
62 template<
typename CertificateIdT = Aws::String>
83 template<
typename CreationDateT = Aws::Utils::DateTime>
84 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
85 template<
typename CreationDateT = Aws::Utils::DateTime>
91 bool m_certificateArnHasBeenSet =
false;
94 bool m_certificateIdHasBeenSet =
false;
97 bool m_statusHasBeenSet =
false;
100 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