AWS SDK for C++

AWS SDK for C++ Version 1.11.717

Loading...
Searching...
No Matches
BurnRateConfiguration.h
1
6#pragma once
7#include <aws/application-signals/ApplicationSignals_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace ApplicationSignals {
17namespace Model {
18
34 public:
35 AWS_APPLICATIONSIGNALS_API BurnRateConfiguration() = default;
36 AWS_APPLICATIONSIGNALS_API BurnRateConfiguration(Aws::Utils::Json::JsonView jsonValue);
37 AWS_APPLICATIONSIGNALS_API BurnRateConfiguration& operator=(Aws::Utils::Json::JsonView jsonValue);
38 AWS_APPLICATIONSIGNALS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
41
44 inline int GetLookBackWindowMinutes() const { return m_lookBackWindowMinutes; }
45 inline bool LookBackWindowMinutesHasBeenSet() const { return m_lookBackWindowMinutesHasBeenSet; }
46 inline void SetLookBackWindowMinutes(int value) {
47 m_lookBackWindowMinutesHasBeenSet = true;
48 m_lookBackWindowMinutes = value;
49 }
52 return *this;
53 }
55 private:
56 int m_lookBackWindowMinutes{0};
57 bool m_lookBackWindowMinutesHasBeenSet = false;
58};
59
60} // namespace Model
61} // namespace ApplicationSignals
62} // 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