AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
AwsJobRateIncreaseCriteria.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
31 {
32 public:
37
38
40
44 inline int GetNumberOfNotifiedThings() const{ return m_numberOfNotifiedThings; }
45 inline bool NumberOfNotifiedThingsHasBeenSet() const { return m_numberOfNotifiedThingsHasBeenSet; }
46 inline void SetNumberOfNotifiedThings(int value) { m_numberOfNotifiedThingsHasBeenSet = true; m_numberOfNotifiedThings = value; }
49
51
55 inline int GetNumberOfSucceededThings() const{ return m_numberOfSucceededThings; }
56 inline bool NumberOfSucceededThingsHasBeenSet() const { return m_numberOfSucceededThingsHasBeenSet; }
57 inline void SetNumberOfSucceededThings(int value) { m_numberOfSucceededThingsHasBeenSet = true; m_numberOfSucceededThings = value; }
60 private:
61
62 int m_numberOfNotifiedThings;
63 bool m_numberOfNotifiedThingsHasBeenSet = false;
64
65 int m_numberOfSucceededThings;
66 bool m_numberOfSucceededThingsHasBeenSet = false;
67 };
68
69} // namespace Model
70} // namespace IoT
71} // namespace Aws
AWS_IOT_API AwsJobRateIncreaseCriteria(Aws::Utils::Json::JsonView jsonValue)
AWS_IOT_API AwsJobRateIncreaseCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsJobRateIncreaseCriteria & WithNumberOfNotifiedThings(int value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
AwsJobRateIncreaseCriteria & WithNumberOfSucceededThings(int value)
Aws::Utils::Json::JsonValue JsonValue