AWS SDK for C++

AWS SDK for C++ Version 1.11.712

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
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace LookoutEquipment {
20namespace Model {
21
36 public:
37 AWS_LOOKOUTEQUIPMENT_API DataPreProcessingConfiguration() = default;
40 AWS_LOOKOUTEQUIPMENT_API Aws::Utils::Json::JsonValue Jsonize() const;
41
43
53 inline TargetSamplingRate GetTargetSamplingRate() const { return m_targetSamplingRate; }
54 inline bool TargetSamplingRateHasBeenSet() const { return m_targetSamplingRateHasBeenSet; }
56 m_targetSamplingRateHasBeenSet = true;
57 m_targetSamplingRate = value;
58 }
61 return *this;
62 }
64 private:
66 bool m_targetSamplingRateHasBeenSet = false;
67};
68
69} // namespace Model
70} // namespace LookoutEquipment
71} // 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