AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
TransformProcessingConfig.h
1
6#pragma once
7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/iotsitewise/model/ComputeLocation.h>
9#include <aws/iotsitewise/model/ForwardingConfig.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace IoTSiteWise
23{
24namespace Model
25{
26
36 {
37 public:
38 AWS_IOTSITEWISE_API TransformProcessingConfig() = default;
41 AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline ComputeLocation GetComputeLocation() const { return m_computeLocation; }
49 inline bool ComputeLocationHasBeenSet() const { return m_computeLocationHasBeenSet; }
50 inline void SetComputeLocation(ComputeLocation value) { m_computeLocationHasBeenSet = true; m_computeLocation = value; }
53
55
56 inline const ForwardingConfig& GetForwardingConfig() const { return m_forwardingConfig; }
57 inline bool ForwardingConfigHasBeenSet() const { return m_forwardingConfigHasBeenSet; }
58 template<typename ForwardingConfigT = ForwardingConfig>
59 void SetForwardingConfig(ForwardingConfigT&& value) { m_forwardingConfigHasBeenSet = true; m_forwardingConfig = std::forward<ForwardingConfigT>(value); }
60 template<typename ForwardingConfigT = ForwardingConfig>
61 TransformProcessingConfig& WithForwardingConfig(ForwardingConfigT&& value) { SetForwardingConfig(std::forward<ForwardingConfigT>(value)); return *this;}
63 private:
64
66 bool m_computeLocationHasBeenSet = false;
67
68 ForwardingConfig m_forwardingConfig;
69 bool m_forwardingConfigHasBeenSet = false;
70 };
71
72} // namespace Model
73} // namespace IoTSiteWise
74} // namespace Aws
AWS_IOTSITEWISE_API TransformProcessingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API TransformProcessingConfig(Aws::Utils::Json::JsonView jsonValue)
TransformProcessingConfig & WithComputeLocation(ComputeLocation value)
TransformProcessingConfig & WithForwardingConfig(ForwardingConfigT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTSITEWISE_API TransformProcessingConfig()=default
Aws::Utils::Json::JsonValue JsonValue