AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
InputIdentifier.h
1
6#pragma once
7#include <aws/iotevents/IoTEvents_EXPORTS.h>
8#include <aws/iotevents/model/IotEventsInputIdentifier.h>
9#include <aws/iotevents/model/IotSiteWiseInputIdentifier.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 IoTEvents
23{
24namespace Model
25{
26
33 {
34 public:
35 AWS_IOTEVENTS_API InputIdentifier();
36 AWS_IOTEVENTS_API InputIdentifier(Aws::Utils::Json::JsonView jsonValue);
38 AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const IotEventsInputIdentifier& GetIotEventsInputIdentifier() const{ return m_iotEventsInputIdentifier; }
46 inline bool IotEventsInputIdentifierHasBeenSet() const { return m_iotEventsInputIdentifierHasBeenSet; }
47 inline void SetIotEventsInputIdentifier(const IotEventsInputIdentifier& value) { m_iotEventsInputIdentifierHasBeenSet = true; m_iotEventsInputIdentifier = value; }
48 inline void SetIotEventsInputIdentifier(IotEventsInputIdentifier&& value) { m_iotEventsInputIdentifierHasBeenSet = true; m_iotEventsInputIdentifier = std::move(value); }
52
54
57 inline const IotSiteWiseInputIdentifier& GetIotSiteWiseInputIdentifier() const{ return m_iotSiteWiseInputIdentifier; }
58 inline bool IotSiteWiseInputIdentifierHasBeenSet() const { return m_iotSiteWiseInputIdentifierHasBeenSet; }
59 inline void SetIotSiteWiseInputIdentifier(const IotSiteWiseInputIdentifier& value) { m_iotSiteWiseInputIdentifierHasBeenSet = true; m_iotSiteWiseInputIdentifier = value; }
60 inline void SetIotSiteWiseInputIdentifier(IotSiteWiseInputIdentifier&& value) { m_iotSiteWiseInputIdentifierHasBeenSet = true; m_iotSiteWiseInputIdentifier = std::move(value); }
64 private:
65
66 IotEventsInputIdentifier m_iotEventsInputIdentifier;
67 bool m_iotEventsInputIdentifierHasBeenSet = false;
68
69 IotSiteWiseInputIdentifier m_iotSiteWiseInputIdentifier;
70 bool m_iotSiteWiseInputIdentifierHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace IoTEvents
75} // namespace Aws
InputIdentifier & WithIotSiteWiseInputIdentifier(IotSiteWiseInputIdentifier &&value)
void SetIotEventsInputIdentifier(const IotEventsInputIdentifier &value)
AWS_IOTEVENTS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_IOTEVENTS_API InputIdentifier(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTEVENTS_API InputIdentifier & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIotSiteWiseInputIdentifier(const IotSiteWiseInputIdentifier &value)
void SetIotSiteWiseInputIdentifier(IotSiteWiseInputIdentifier &&value)
InputIdentifier & WithIotEventsInputIdentifier(const IotEventsInputIdentifier &value)
const IotSiteWiseInputIdentifier & GetIotSiteWiseInputIdentifier() const
InputIdentifier & WithIotSiteWiseInputIdentifier(const IotSiteWiseInputIdentifier &value)
InputIdentifier & WithIotEventsInputIdentifier(IotEventsInputIdentifier &&value)
const IotEventsInputIdentifier & GetIotEventsInputIdentifier() const
void SetIotEventsInputIdentifier(IotEventsInputIdentifier &&value)
Aws::Utils::Json::JsonValue JsonValue