7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iot/model/CertificateStatus.h>
10#include <aws/iot/model/CertificateMode.h>
11#include <aws/core/utils/DateTime.h>
49 template<
typename CertificateArnT = Aws::String>
50 void SetCertificateArn(CertificateArnT&& value) { m_certificateArnHasBeenSet =
true; m_certificateArn = std::forward<CertificateArnT>(value); }
51 template<
typename CertificateArnT = Aws::String>
62 template<
typename CertificateIdT = Aws::String>
63 void SetCertificateId(CertificateIdT&& value) { m_certificateIdHasBeenSet =
true; m_certificateId = std::forward<CertificateIdT>(value); }
64 template<
typename CertificateIdT = Aws::String>
105 template<
typename CreationDateT = Aws::Utils::DateTime>
106 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
107 template<
typename CreationDateT = Aws::Utils::DateTime>
113 bool m_certificateArnHasBeenSet =
false;
116 bool m_certificateIdHasBeenSet =
false;
119 bool m_statusHasBeenSet =
false;
122 bool m_certificateModeHasBeenSet =
false;
125 bool m_creationDateHasBeenSet =
false;
bool StatusHasBeenSet() const
Certificate & WithStatus(CertificateStatus value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
CertificateStatus GetStatus() const
Certificate & WithCertificateMode(CertificateMode value)
AWS_IOT_API Certificate()=default
Certificate & WithCertificateArn(CertificateArnT &&value)
bool CertificateIdHasBeenSet() const
bool CertificateModeHasBeenSet() const
void SetCertificateArn(CertificateArnT &&value)
Certificate & WithCreationDate(CreationDateT &&value)
AWS_IOT_API Certificate(Aws::Utils::Json::JsonView jsonValue)
bool CreationDateHasBeenSet() const
void SetCertificateId(CertificateIdT &&value)
const Aws::String & GetCertificateArn() const
CertificateMode GetCertificateMode() const
void SetCertificateMode(CertificateMode value)
const Aws::String & GetCertificateId() const
Certificate & WithCertificateId(CertificateIdT &&value)
void SetCreationDate(CreationDateT &&value)
const Aws::Utils::DateTime & GetCreationDate() const
bool CertificateArnHasBeenSet() const
AWS_IOT_API Certificate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetStatus(CertificateStatus value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue