AWS SDK for C++
1.8.183
AWS SDK for C++
|
#include <UpdateDeviceCertificateParams.h>
Public Member Functions | |
UpdateDeviceCertificateParams () | |
UpdateDeviceCertificateParams (Aws::Utils::Json::JsonView jsonValue) | |
UpdateDeviceCertificateParams & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const DeviceCertificateUpdateAction & | GetAction () const |
bool | ActionHasBeenSet () const |
void | SetAction (const DeviceCertificateUpdateAction &value) |
void | SetAction (DeviceCertificateUpdateAction &&value) |
UpdateDeviceCertificateParams & | WithAction (const DeviceCertificateUpdateAction &value) |
UpdateDeviceCertificateParams & | WithAction (DeviceCertificateUpdateAction &&value) |
Parameters to define a mitigation action that changes the state of the device certificate to inactive.
Definition at line 32 of file UpdateDeviceCertificateParams.h.
Aws::IoT::Model::UpdateDeviceCertificateParams::UpdateDeviceCertificateParams | ( | ) |
Aws::IoT::Model::UpdateDeviceCertificateParams::UpdateDeviceCertificateParams | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The action that you want to apply to the device certificate. The only supported value is DEACTIVATE
.
Definition at line 51 of file UpdateDeviceCertificateParams.h.
|
inline |
The action that you want to apply to the device certificate. The only supported value is DEACTIVATE
.
Definition at line 45 of file UpdateDeviceCertificateParams.h.
Aws::Utils::Json::JsonValue Aws::IoT::Model::UpdateDeviceCertificateParams::Jsonize | ( | ) | const |
UpdateDeviceCertificateParams& Aws::IoT::Model::UpdateDeviceCertificateParams::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The action that you want to apply to the device certificate. The only supported value is DEACTIVATE
.
Definition at line 57 of file UpdateDeviceCertificateParams.h.
|
inline |
The action that you want to apply to the device certificate. The only supported value is DEACTIVATE
.
Definition at line 63 of file UpdateDeviceCertificateParams.h.
|
inline |
The action that you want to apply to the device certificate. The only supported value is DEACTIVATE
.
Definition at line 69 of file UpdateDeviceCertificateParams.h.
|
inline |
The action that you want to apply to the device certificate. The only supported value is DEACTIVATE
.
Definition at line 75 of file UpdateDeviceCertificateParams.h.