AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
BurnRateConfiguration.h
1
6#pragma once
7#include <aws/application-signals/ApplicationSignals_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 ApplicationSignals
20{
21namespace Model
22{
23
39 {
40 public:
41 AWS_APPLICATIONSIGNALS_API BurnRateConfiguration() = default;
42 AWS_APPLICATIONSIGNALS_API BurnRateConfiguration(Aws::Utils::Json::JsonView jsonValue);
43 AWS_APPLICATIONSIGNALS_API BurnRateConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
44 AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const;
45
46
48
51 inline int GetLookBackWindowMinutes() const { return m_lookBackWindowMinutes; }
52 inline bool LookBackWindowMinutesHasBeenSet() const { return m_lookBackWindowMinutesHasBeenSet; }
53 inline void SetLookBackWindowMinutes(int value) { m_lookBackWindowMinutesHasBeenSet = true; m_lookBackWindowMinutes = value; }
56 private:
57
58 int m_lookBackWindowMinutes{0};
59 bool m_lookBackWindowMinutesHasBeenSet = false;
60 };
61
62} // namespace Model
63} // namespace ApplicationSignals
64} // namespace Aws
AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_APPLICATIONSIGNALS_API BurnRateConfiguration(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONSIGNALS_API BurnRateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_APPLICATIONSIGNALS_API BurnRateConfiguration()=default
BurnRateConfiguration & WithLookBackWindowMinutes(int value)
Aws::Utils::Json::JsonValue JsonValue