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/CertificateMode.h>
11#include <aws/iot/model/CertificateStatus.h>
43 template <
typename CertificateArnT = Aws::String>
45 m_certificateArnHasBeenSet =
true;
46 m_certificateArn = std::forward<CertificateArnT>(value);
48 template <
typename CertificateArnT = Aws::String>
62 template <
typename CertificateIdT = Aws::String>
64 m_certificateIdHasBeenSet =
true;
65 m_certificateId = std::forward<CertificateIdT>(value);
67 template <
typename CertificateIdT = Aws::String>
82 m_statusHasBeenSet =
true;
108 m_certificateModeHasBeenSet =
true;
109 m_certificateMode = value;
123 template <
typename CreationDateT = Aws::Utils::DateTime>
125 m_creationDateHasBeenSet =
true;
126 m_creationDate = std::forward<CreationDateT>(value);
128 template <
typename CreationDateT = Aws::Utils::DateTime>
144 bool m_certificateArnHasBeenSet =
false;
145 bool m_certificateIdHasBeenSet =
false;
146 bool m_statusHasBeenSet =
false;
147 bool m_certificateModeHasBeenSet =
false;
148 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