AWS SDK for C++
1.8.182
AWS SDK for C++
|
#include <AbortConfig.h>
Public Member Functions | |
AbortConfig () | |
AbortConfig (Aws::Utils::Json::JsonView jsonValue) | |
AbortConfig & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const Aws::Vector< AbortCriteria > & | GetCriteriaList () const |
bool | CriteriaListHasBeenSet () const |
void | SetCriteriaList (const Aws::Vector< AbortCriteria > &value) |
void | SetCriteriaList (Aws::Vector< AbortCriteria > &&value) |
AbortConfig & | WithCriteriaList (const Aws::Vector< AbortCriteria > &value) |
AbortConfig & | WithCriteriaList (Aws::Vector< AbortCriteria > &&value) |
AbortConfig & | AddCriteriaList (const AbortCriteria &value) |
AbortConfig & | AddCriteriaList (AbortCriteria &&value) |
The criteria that determine when and how a job abort takes place.
Definition at line 33 of file AbortConfig.h.
Aws::IoT::Model::AbortConfig::AbortConfig | ( | ) |
Aws::IoT::Model::AbortConfig::AbortConfig | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The list of criteria that determine when and how to abort the job.
Definition at line 80 of file AbortConfig.h.
|
inline |
The list of criteria that determine when and how to abort the job.
Definition at line 75 of file AbortConfig.h.
|
inline |
The list of criteria that determine when and how to abort the job.
Definition at line 50 of file AbortConfig.h.
|
inline |
The list of criteria that determine when and how to abort the job.
Definition at line 45 of file AbortConfig.h.
Aws::Utils::Json::JsonValue Aws::IoT::Model::AbortConfig::Jsonize | ( | ) | const |
AbortConfig& Aws::IoT::Model::AbortConfig::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
The list of criteria that determine when and how to abort the job.
Definition at line 60 of file AbortConfig.h.
|
inline |
The list of criteria that determine when and how to abort the job.
Definition at line 55 of file AbortConfig.h.
|
inline |
The list of criteria that determine when and how to abort the job.
Definition at line 70 of file AbortConfig.h.
|
inline |
The list of criteria that determine when and how to abort the job.
Definition at line 65 of file AbortConfig.h.