AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
45 AWS_LOOKOUTEQUIPMENT_API Aws::Utils::Json::JsonValue Jsonize() const;
46
47
49
59 inline const TargetSamplingRate& GetTargetSamplingRate() const{ return m_targetSamplingRate; }
60 inline bool TargetSamplingRateHasBeenSet() const { return m_targetSamplingRateHasBeenSet; }
61 inline void SetTargetSamplingRate(const TargetSamplingRate& value) { m_targetSamplingRateHasBeenSet = true; m_targetSamplingRate = value; }
62 inline void SetTargetSamplingRate(TargetSamplingRate&& value) { m_targetSamplingRateHasBeenSet = true; m_targetSamplingRate = std::move(value); }
66 private:
67
68 TargetSamplingRate m_targetSamplingRate;
69 bool m_targetSamplingRateHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace LookoutEquipment
74} // namespace Aws
AWS_LOOKOUTEQUIPMENT_API DataPreProcessingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
DataPreProcessingConfiguration & WithTargetSamplingRate(const TargetSamplingRate &value)
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