AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
DeltaTimeSessionWindowConfiguration.h
1
6#pragma once
7#include <aws/iotanalytics/IoTAnalytics_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 IoTAnalytics
20{
21namespace Model
22{
23
39 {
40 public:
44 AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const;
45
46
48
57 inline int GetTimeoutInMinutes() const{ return m_timeoutInMinutes; }
58 inline bool TimeoutInMinutesHasBeenSet() const { return m_timeoutInMinutesHasBeenSet; }
59 inline void SetTimeoutInMinutes(int value) { m_timeoutInMinutesHasBeenSet = true; m_timeoutInMinutes = value; }
62 private:
63
64 int m_timeoutInMinutes;
65 bool m_timeoutInMinutesHasBeenSet = false;
66 };
67
68} // namespace Model
69} // namespace IoTAnalytics
70} // namespace Aws
AWS_IOTANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTANALYTICS_API DeltaTimeSessionWindowConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTANALYTICS_API DeltaTimeSessionWindowConfiguration(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue