7#include <aws/greengrassv2/GreengrassV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/greengrassv2/model/CoreDeviceStatus.h>
10#include <aws/core/utils/DateTime.h>
51 inline void SetCoreDeviceThingName(
const char* value) { m_coreDeviceThingNameHasBeenSet =
true; m_coreDeviceThingName.assign(value); }
88 bool m_coreDeviceThingNameHasBeenSet =
false;
91 bool m_statusHasBeenSet =
false;
94 bool m_lastStatusUpdateTimestampHasBeenSet =
false;
bool StatusHasBeenSet() const
void SetLastStatusUpdateTimestamp(Aws::Utils::DateTime &&value)
AWS_GREENGRASSV2_API CoreDevice(Aws::Utils::Json::JsonView jsonValue)
CoreDevice & WithLastStatusUpdateTimestamp(const Aws::Utils::DateTime &value)
void SetCoreDeviceThingName(Aws::String &&value)
bool LastStatusUpdateTimestampHasBeenSet() const
void SetCoreDeviceThingName(const Aws::String &value)
CoreDevice & WithCoreDeviceThingName(const Aws::String &value)
CoreDevice & WithCoreDeviceThingName(const char *value)
CoreDevice & WithCoreDeviceThingName(Aws::String &&value)
const Aws::String & GetCoreDeviceThingName() const
bool CoreDeviceThingNameHasBeenSet() const
AWS_GREENGRASSV2_API CoreDevice & operator=(Aws::Utils::Json::JsonView jsonValue)
const CoreDeviceStatus & GetStatus() const
AWS_GREENGRASSV2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(CoreDeviceStatus &&value)
CoreDevice & WithStatus(CoreDeviceStatus &&value)
const Aws::Utils::DateTime & GetLastStatusUpdateTimestamp() const
CoreDevice & WithStatus(const CoreDeviceStatus &value)
void SetLastStatusUpdateTimestamp(const Aws::Utils::DateTime &value)
CoreDevice & WithLastStatusUpdateTimestamp(Aws::Utils::DateTime &&value)
void SetStatus(const CoreDeviceStatus &value)
void SetCoreDeviceThingName(const char *value)
AWS_GREENGRASSV2_API CoreDevice()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue