AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
GreengrassV2.h
1
6#pragma once
7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/CoreDeviceOperatingSystem.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
41 {
42 public:
43 AWS_IOTSITEWISE_API GreengrassV2() = default;
44 AWS_IOTSITEWISE_API GreengrassV2(Aws::Utils::Json::JsonView jsonValue);
45 AWS_IOTSITEWISE_API GreengrassV2& operator=(Aws::Utils::Json::JsonView jsonValue);
46 AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const;
47
48
50
53 inline const Aws::String& GetCoreDeviceThingName() const { return m_coreDeviceThingName; }
54 inline bool CoreDeviceThingNameHasBeenSet() const { return m_coreDeviceThingNameHasBeenSet; }
55 template<typename CoreDeviceThingNameT = Aws::String>
56 void SetCoreDeviceThingName(CoreDeviceThingNameT&& value) { m_coreDeviceThingNameHasBeenSet = true; m_coreDeviceThingName = std::forward<CoreDeviceThingNameT>(value); }
57 template<typename CoreDeviceThingNameT = Aws::String>
58 GreengrassV2& WithCoreDeviceThingName(CoreDeviceThingNameT&& value) { SetCoreDeviceThingName(std::forward<CoreDeviceThingNameT>(value)); return *this;}
60
62
65 inline CoreDeviceOperatingSystem GetCoreDeviceOperatingSystem() const { return m_coreDeviceOperatingSystem; }
66 inline bool CoreDeviceOperatingSystemHasBeenSet() const { return m_coreDeviceOperatingSystemHasBeenSet; }
67 inline void SetCoreDeviceOperatingSystem(CoreDeviceOperatingSystem value) { m_coreDeviceOperatingSystemHasBeenSet = true; m_coreDeviceOperatingSystem = value; }
70 private:
71
72 Aws::String m_coreDeviceThingName;
73 bool m_coreDeviceThingNameHasBeenSet = false;
74
76 bool m_coreDeviceOperatingSystemHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace IoTSiteWise
81} // namespace Aws
AWS_IOTSITEWISE_API GreengrassV2 & operator=(Aws::Utils::Json::JsonView jsonValue)
GreengrassV2 & WithCoreDeviceOperatingSystem(CoreDeviceOperatingSystem value)
void SetCoreDeviceOperatingSystem(CoreDeviceOperatingSystem value)
GreengrassV2 & WithCoreDeviceThingName(CoreDeviceThingNameT &&value)
AWS_IOTSITEWISE_API GreengrassV2(Aws::Utils::Json::JsonView jsonValue)
AWS_IOTSITEWISE_API GreengrassV2()=default
void SetCoreDeviceThingName(CoreDeviceThingNameT &&value)
AWS_IOTSITEWISE_API Aws::Utils::Json::JsonValue Jsonize() const
CoreDeviceOperatingSystem GetCoreDeviceOperatingSystem() const
const Aws::String & GetCoreDeviceThingName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue