AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DetectMitigationActionsTaskStatistics.h
1
6#pragma once
7#include <aws/iot/IoT_EXPORTS.h>
8
9namespace Aws
10{
11namespace Utils
12{
13namespace Json
14{
15 class JsonValue;
16 class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace IoT
20{
21namespace Model
22{
23
30 {
31 public:
36
37
39
42 inline long long GetActionsExecuted() const{ return m_actionsExecuted; }
43 inline bool ActionsExecutedHasBeenSet() const { return m_actionsExecutedHasBeenSet; }
44 inline void SetActionsExecuted(long long value) { m_actionsExecutedHasBeenSet = true; m_actionsExecuted = value; }
45 inline DetectMitigationActionsTaskStatistics& WithActionsExecuted(long long value) { SetActionsExecuted(value); return *this;}
47
49
52 inline long long GetActionsSkipped() const{ return m_actionsSkipped; }
53 inline bool ActionsSkippedHasBeenSet() const { return m_actionsSkippedHasBeenSet; }
54 inline void SetActionsSkipped(long long value) { m_actionsSkippedHasBeenSet = true; m_actionsSkipped = value; }
55 inline DetectMitigationActionsTaskStatistics& WithActionsSkipped(long long value) { SetActionsSkipped(value); return *this;}
57
59
62 inline long long GetActionsFailed() const{ return m_actionsFailed; }
63 inline bool ActionsFailedHasBeenSet() const { return m_actionsFailedHasBeenSet; }
64 inline void SetActionsFailed(long long value) { m_actionsFailedHasBeenSet = true; m_actionsFailed = value; }
65 inline DetectMitigationActionsTaskStatistics& WithActionsFailed(long long value) { SetActionsFailed(value); return *this;}
67 private:
68
69 long long m_actionsExecuted;
70 bool m_actionsExecutedHasBeenSet = false;
71
72 long long m_actionsSkipped;
73 bool m_actionsSkippedHasBeenSet = false;
74
75 long long m_actionsFailed;
76 bool m_actionsFailedHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace IoT
81} // namespace Aws
AWS_IOT_API DetectMitigationActionsTaskStatistics & operator=(Aws::Utils::Json::JsonView jsonValue)
DetectMitigationActionsTaskStatistics & WithActionsExecuted(long long value)
DetectMitigationActionsTaskStatistics & WithActionsSkipped(long long value)
DetectMitigationActionsTaskStatistics & WithActionsFailed(long long value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOT_API DetectMitigationActionsTaskStatistics(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue