AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
DataPreProcessingConfiguration.h
1
6#pragma once
7#include <aws/lookoutequipment/LookoutEquipment_EXPORTS.h>
8#include <aws/lookoutequipment/model/TargetSamplingRate.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace LookoutEquipment
22{
23namespace Model
24{
25
40 {
41 public:
42 AWS_LOOKOUTEQUIPMENT_API DataPreProcessingConfiguration() = default;
45 AWS_LOOKOUTEQUIPMENT_API Aws::Utils::Json::JsonValue Jsonize() const;
46
47
49
59 inline TargetSamplingRate GetTargetSamplingRate() const { return m_targetSamplingRate; }
60 inline bool TargetSamplingRateHasBeenSet() const { return m_targetSamplingRateHasBeenSet; }
61 inline void SetTargetSamplingRate(TargetSamplingRate value) { m_targetSamplingRateHasBeenSet = true; m_targetSamplingRate = value; }
64 private:
65
67 bool m_targetSamplingRateHasBeenSet = false;
68 };
69
70} // namespace Model
71} // namespace LookoutEquipment
72} // namespace Aws
AWS_LOOKOUTEQUIPMENT_API DataPreProcessingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_LOOKOUTEQUIPMENT_API DataPreProcessingConfiguration()=default
AWS_LOOKOUTEQUIPMENT_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_LOOKOUTEQUIPMENT_API DataPreProcessingConfiguration(Aws::Utils::Json::JsonView jsonValue)
DataPreProcessingConfiguration & WithTargetSamplingRate(TargetSamplingRate value)
Aws::Utils::Json::JsonValue JsonValue