AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
TimeBasedCollectionScheme.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 TimeBasedCollectionScheme();
36 AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const;
37
38
40
45 inline long long GetPeriodMs() const{ return m_periodMs; }
46 inline bool PeriodMsHasBeenSet() const { return m_periodMsHasBeenSet; }
47 inline void SetPeriodMs(long long value) { m_periodMsHasBeenSet = true; m_periodMs = value; }
48 inline TimeBasedCollectionScheme& WithPeriodMs(long long value) { SetPeriodMs(value); return *this;}
50 private:
51
52 long long m_periodMs;
53 bool m_periodMsHasBeenSet = false;
54 };
55
56} // namespace Model
57} // namespace IoTFleetWise
58} // namespace Aws
AWS_IOTFLEETWISE_API TimeBasedCollectionScheme & operator=(Aws::Utils::Json::JsonView jsonValue)
TimeBasedCollectionScheme & WithPeriodMs(long long value)
AWS_IOTFLEETWISE_API TimeBasedCollectionScheme(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTFLEETWISE_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue