AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
JobExecutionsRolloutConfig.h
1
6#pragma once
7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/model/ExponentialRolloutRate.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace IoT
22{
23namespace Model
24{
25
32 {
33 public:
38
39
41
45 inline int GetMaximumPerMinute() const{ return m_maximumPerMinute; }
46 inline bool MaximumPerMinuteHasBeenSet() const { return m_maximumPerMinuteHasBeenSet; }
47 inline void SetMaximumPerMinute(int value) { m_maximumPerMinuteHasBeenSet = true; m_maximumPerMinute = value; }
48 inline JobExecutionsRolloutConfig& WithMaximumPerMinute(int value) { SetMaximumPerMinute(value); return *this;}
50
52
56 inline const ExponentialRolloutRate& GetExponentialRate() const{ return m_exponentialRate; }
57 inline bool ExponentialRateHasBeenSet() const { return m_exponentialRateHasBeenSet; }
58 inline void SetExponentialRate(const ExponentialRolloutRate& value) { m_exponentialRateHasBeenSet = true; m_exponentialRate = value; }
59 inline void SetExponentialRate(ExponentialRolloutRate&& value) { m_exponentialRateHasBeenSet = true; m_exponentialRate = std::move(value); }
63 private:
64
65 int m_maximumPerMinute;
66 bool m_maximumPerMinuteHasBeenSet = false;
67
68 ExponentialRolloutRate m_exponentialRate;
69 bool m_exponentialRateHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace IoT
74} // namespace Aws
JobExecutionsRolloutConfig & WithMaximumPerMinute(int value)
AWS_IOT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetExponentialRate(const ExponentialRolloutRate &value)
JobExecutionsRolloutConfig & WithExponentialRate(ExponentialRolloutRate &&value)
AWS_IOT_API JobExecutionsRolloutConfig(Aws::Utils::Json::JsonView jsonValue)
const ExponentialRolloutRate & GetExponentialRate() const
AWS_IOT_API JobExecutionsRolloutConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
JobExecutionsRolloutConfig & WithExponentialRate(const ExponentialRolloutRate &value)
void SetExponentialRate(ExponentialRolloutRate &&value)
Aws::Utils::Json::JsonValue JsonValue