AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
41 AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const;
42
43
45
48 inline const ComputeLocation& GetComputeLocation() const{ return m_computeLocation; }
49 inline bool ComputeLocationHasBeenSet() const { return m_computeLocationHasBeenSet; }
50 inline void SetComputeLocation(const ComputeLocation& value) { m_computeLocationHasBeenSet = true; m_computeLocation = value; }
51 inline void SetComputeLocation(ComputeLocation&& value) { m_computeLocationHasBeenSet = true; m_computeLocation = std::move(value); }
53 inline TransformProcessingConfig& WithComputeLocation(ComputeLocation&& value) { SetComputeLocation(std::move(value)); return *this;}
55
57
58 inline const ForwardingConfig& GetForwardingConfig() const{ return m_forwardingConfig; }
59 inline bool ForwardingConfigHasBeenSet() const { return m_forwardingConfigHasBeenSet; }
60 inline void SetForwardingConfig(const ForwardingConfig& value) { m_forwardingConfigHasBeenSet = true; m_forwardingConfig = value; }
61 inline void SetForwardingConfig(ForwardingConfig&& value) { m_forwardingConfigHasBeenSet = true; m_forwardingConfig = std::move(value); }
63 inline TransformProcessingConfig& WithForwardingConfig(ForwardingConfig&& value) { SetForwardingConfig(std::move(value)); return *this;}
65 private:
66
67 ComputeLocation m_computeLocation;
68 bool m_computeLocationHasBeenSet = false;
69
70 ForwardingConfig m_forwardingConfig;
71 bool m_forwardingConfigHasBeenSet = false;
72 };
73
74} // namespace Model
75} // namespace IoTSiteWise
76} // namespace Aws
AWS_IOTSITEWISE_API TransformProcessingConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
TransformProcessingConfig & WithForwardingConfig(ForwardingConfig &&value)
AWS_IOTSITEWISE_API TransformProcessingConfig(Aws::Utils::Json::JsonView jsonValue)
TransformProcessingConfig & WithForwardingConfig(const ForwardingConfig &value)
TransformProcessingConfig & WithComputeLocation(const ComputeLocation &value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
TransformProcessingConfig & WithComputeLocation(ComputeLocation &&value)
Aws::Utils::Json::JsonValue JsonValue