7#include <aws/iotthingsgraph/IoTThingsGraph_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace IoTThingsGraph
48 inline void SetThingArn(
const char* value) { m_thingArnHasBeenSet =
true; m_thingArn.assign(value); }
62 inline void SetThingName(
const char* value) { m_thingNameHasBeenSet =
true; m_thingName.assign(value); }
70 bool m_thingArnHasBeenSet =
false;
73 bool m_thingNameHasBeenSet =
false;
void SetThingName(const char *value)
AWS_IOTTHINGSGRAPH_API Thing & operator=(Aws::Utils::Json::JsonView jsonValue)
Thing & WithThingName(const char *value)
bool ThingNameHasBeenSet() const
AWS_IOTTHINGSGRAPH_API Thing(Aws::Utils::Json::JsonView jsonValue)
Thing & WithThingName(const Aws::String &value)
Thing & WithThingArn(Aws::String &&value)
const Aws::String & GetThingArn() const
void SetThingName(const Aws::String &value)
Thing & WithThingArn(const Aws::String &value)
const Aws::String & GetThingName() const
void SetThingArn(const Aws::String &value)
Thing & WithThingName(Aws::String &&value)
AWS_IOTTHINGSGRAPH_API Thing()
Thing & WithThingArn(const char *value)
void SetThingArn(Aws::String &&value)
void SetThingName(Aws::String &&value)
void SetThingArn(const char *value)
AWS_IOTTHINGSGRAPH_API Aws::Utils::Json::JsonValue Jsonize() const
bool ThingArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue