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>
51 inline void SetCertificateArn(
const char* value) { m_certificateArnHasBeenSet =
true; m_certificateArn.assign(value); }
66 inline void SetCertificateId(
const char* value) { m_certificateIdHasBeenSet =
true; m_certificateId.assign(value); }
121 bool m_certificateArnHasBeenSet =
false;
124 bool m_certificateIdHasBeenSet =
false;
127 bool m_statusHasBeenSet =
false;
130 bool m_certificateModeHasBeenSet =
false;
133 bool m_creationDateHasBeenSet =
false;
void SetCertificateArn(const char *value)
Certificate & WithCreationDate(const Aws::Utils::DateTime &value)
bool StatusHasBeenSet() const
Certificate & WithCertificateMode(const CertificateMode &value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCertificateMode(const CertificateMode &value)
void SetStatus(CertificateStatus &&value)
Certificate & WithCertificateId(Aws::String &&value)
Certificate & WithCertificateId(const Aws::String &value)
const CertificateStatus & GetStatus() const
Certificate & WithCreationDate(Aws::Utils::DateTime &&value)
bool CertificateIdHasBeenSet() const
bool CertificateModeHasBeenSet() const
Certificate & WithCertificateArn(Aws::String &&value)
Certificate & WithCertificateId(const char *value)
AWS_IOT_API Certificate(Aws::Utils::Json::JsonView jsonValue)
Certificate & WithCertificateArn(const char *value)
bool CreationDateHasBeenSet() const
void SetCreationDate(const Aws::Utils::DateTime &value)
void SetCertificateArn(Aws::String &&value)
const Aws::String & GetCertificateArn() const
Certificate & WithCertificateMode(CertificateMode &&value)
Certificate & WithStatus(const CertificateStatus &value)
const Aws::String & GetCertificateId() const
void SetCertificateArn(const Aws::String &value)
void SetCreationDate(Aws::Utils::DateTime &&value)
void SetCertificateId(const char *value)
const CertificateMode & GetCertificateMode() const
const Aws::Utils::DateTime & GetCreationDate() const
bool CertificateArnHasBeenSet() const
void SetStatus(const CertificateStatus &value)
AWS_IOT_API Certificate & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API Certificate()
Certificate & WithStatus(CertificateStatus &&value)
Certificate & WithCertificateArn(const Aws::String &value)
void SetCertificateMode(CertificateMode &&value)
void SetCertificateId(const Aws::String &value)
void SetCertificateId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue