AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
IoTJobRateIncreaseCriteria.h
1
6#pragma once
7#include <aws/greengrassv2/GreengrassV2_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 GreengrassV2
20{
21namespace Model
22{
23
32 {
33 public:
34 AWS_GREENGRASSV2_API IoTJobRateIncreaseCriteria();
37 AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
38
39
41
45 inline int GetNumberOfNotifiedThings() const{ return m_numberOfNotifiedThings; }
46 inline bool NumberOfNotifiedThingsHasBeenSet() const { return m_numberOfNotifiedThingsHasBeenSet; }
47 inline void SetNumberOfNotifiedThings(int value) { m_numberOfNotifiedThingsHasBeenSet = true; m_numberOfNotifiedThings = value; }
50
52
56 inline int GetNumberOfSucceededThings() const{ return m_numberOfSucceededThings; }
57 inline bool NumberOfSucceededThingsHasBeenSet() const { return m_numberOfSucceededThingsHasBeenSet; }
58 inline void SetNumberOfSucceededThings(int value) { m_numberOfSucceededThingsHasBeenSet = true; m_numberOfSucceededThings = value; }
61 private:
62
63 int m_numberOfNotifiedThings;
64 bool m_numberOfNotifiedThingsHasBeenSet = false;
65
66 int m_numberOfSucceededThings;
67 bool m_numberOfSucceededThingsHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace GreengrassV2
72} // namespace Aws
AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GREENGRASSV2_API IoTJobRateIncreaseCriteria(Aws::Utils::Json::JsonView jsonValue)
AWS_GREENGRASSV2_API IoTJobRateIncreaseCriteria & operator=(Aws::Utils::Json::JsonView jsonValue)
IoTJobRateIncreaseCriteria & WithNumberOfSucceededThings(int value)
IoTJobRateIncreaseCriteria & WithNumberOfNotifiedThings(int value)
Aws::Utils::Json::JsonValue JsonValue