AWS SDK for C++

AWS SDK for C++ Version 1.11.607

Loading...
Searching...
No Matches
TimeBasedSignalFetchConfig.h
1
6#pragma once
7#include <aws/iotfleetwise/IoTFleetWise_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 IoTFleetWise
20{
21namespace Model
22{
23
31 {
32 public:
33 AWS_IOTFLEETWISE_API TimeBasedSignalFetchConfig() = default;
36 AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
43 inline long long GetExecutionFrequencyMs() const { return m_executionFrequencyMs; }
44 inline bool ExecutionFrequencyMsHasBeenSet() const { return m_executionFrequencyMsHasBeenSet; }
45 inline void SetExecutionFrequencyMs(long long value) { m_executionFrequencyMsHasBeenSet = true; m_executionFrequencyMs = value; }
46 inline TimeBasedSignalFetchConfig& WithExecutionFrequencyMs(long long value) { SetExecutionFrequencyMs(value); return *this;}
48 private:
49
50 long long m_executionFrequencyMs{0};
51 bool m_executionFrequencyMsHasBeenSet = false;
52 };
53
54} // namespace Model
55} // namespace IoTFleetWise
56} // namespace Aws
AWS_IOTFLEETWISE_API TimeBasedSignalFetchConfig()=default
AWS_IOTFLEETWISE_API TimeBasedSignalFetchConfig(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTFLEETWISE_API TimeBasedSignalFetchConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
TimeBasedSignalFetchConfig & WithExecutionFrequencyMs(long long value)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue