7#include <aws/iotsitewise/IoTSiteWise_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/iotsitewise/model/CoreDeviceOperatingSystem.h>
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>
73 bool m_coreDeviceThingNameHasBeenSet =
false;
76 bool m_coreDeviceOperatingSystemHasBeenSet =
false;
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
bool CoreDeviceThingNameHasBeenSet() const
CoreDeviceOperatingSystem GetCoreDeviceOperatingSystem() const
bool CoreDeviceOperatingSystemHasBeenSet() const
const Aws::String & GetCoreDeviceThingName() const
CoreDeviceOperatingSystem
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue