#include <AuditTaskMetadata.h>
The audits that were performed.
See Also:
AWS API Reference
Definition at line 33 of file AuditTaskMetadata.h.
◆ AuditTaskMetadata() [1/2]
Aws::IoT::Model::AuditTaskMetadata::AuditTaskMetadata |
( |
| ) |
|
◆ AuditTaskMetadata() [2/2]
◆ GetTaskId()
const Aws::String& Aws::IoT::Model::AuditTaskMetadata::GetTaskId |
( |
| ) |
const |
|
inline |
◆ GetTaskStatus()
const AuditTaskStatus& Aws::IoT::Model::AuditTaskMetadata::GetTaskStatus |
( |
| ) |
const |
|
inline |
The status of this audit. One of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
Definition at line 87 of file AuditTaskMetadata.h.
◆ GetTaskType()
const AuditTaskType& Aws::IoT::Model::AuditTaskMetadata::GetTaskType |
( |
| ) |
const |
|
inline |
The type of this audit. One of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
Definition at line 124 of file AuditTaskMetadata.h.
◆ Jsonize()
◆ operator=()
◆ SetTaskId() [1/3]
void Aws::IoT::Model::AuditTaskMetadata::SetTaskId |
( |
Aws::String && |
value | ) |
|
|
inline |
◆ SetTaskId() [2/3]
void Aws::IoT::Model::AuditTaskMetadata::SetTaskId |
( |
const Aws::String & |
value | ) |
|
|
inline |
◆ SetTaskId() [3/3]
void Aws::IoT::Model::AuditTaskMetadata::SetTaskId |
( |
const char * |
value | ) |
|
|
inline |
◆ SetTaskStatus() [1/2]
void Aws::IoT::Model::AuditTaskMetadata::SetTaskStatus |
( |
AuditTaskStatus && |
value | ) |
|
|
inline |
The status of this audit. One of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
Definition at line 105 of file AuditTaskMetadata.h.
◆ SetTaskStatus() [2/2]
void Aws::IoT::Model::AuditTaskMetadata::SetTaskStatus |
( |
const AuditTaskStatus & |
value | ) |
|
|
inline |
The status of this audit. One of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
Definition at line 99 of file AuditTaskMetadata.h.
◆ SetTaskType() [1/2]
void Aws::IoT::Model::AuditTaskMetadata::SetTaskType |
( |
AuditTaskType && |
value | ) |
|
|
inline |
The type of this audit. One of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
Definition at line 142 of file AuditTaskMetadata.h.
◆ SetTaskType() [2/2]
void Aws::IoT::Model::AuditTaskMetadata::SetTaskType |
( |
const AuditTaskType & |
value | ) |
|
|
inline |
The type of this audit. One of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
Definition at line 136 of file AuditTaskMetadata.h.
◆ TaskIdHasBeenSet()
bool Aws::IoT::Model::AuditTaskMetadata::TaskIdHasBeenSet |
( |
| ) |
const |
|
inline |
◆ TaskStatusHasBeenSet()
bool Aws::IoT::Model::AuditTaskMetadata::TaskStatusHasBeenSet |
( |
| ) |
const |
|
inline |
The status of this audit. One of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
Definition at line 93 of file AuditTaskMetadata.h.
◆ TaskTypeHasBeenSet()
bool Aws::IoT::Model::AuditTaskMetadata::TaskTypeHasBeenSet |
( |
| ) |
const |
|
inline |
The type of this audit. One of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
Definition at line 130 of file AuditTaskMetadata.h.
◆ WithTaskId() [1/3]
◆ WithTaskId() [2/3]
◆ WithTaskId() [3/3]
AuditTaskMetadata& Aws::IoT::Model::AuditTaskMetadata::WithTaskId |
( |
const char * |
value | ) |
|
|
inline |
◆ WithTaskStatus() [1/2]
The status of this audit. One of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
Definition at line 117 of file AuditTaskMetadata.h.
◆ WithTaskStatus() [2/2]
The status of this audit. One of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
Definition at line 111 of file AuditTaskMetadata.h.
◆ WithTaskType() [1/2]
The type of this audit. One of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
Definition at line 154 of file AuditTaskMetadata.h.
◆ WithTaskType() [2/2]
The type of this audit. One of "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
Definition at line 148 of file AuditTaskMetadata.h.
The documentation for this class was generated from the following file: