63 inline void SetThingName(
const char* value) { m_thingNameHasBeenSet =
true; m_thingName.assign(value); }
138 inline ThingAttribute&
AddAttributes(
const char* key,
const char* value) { m_attributesHasBeenSet =
true; m_attributes[key] = value;
return *
this; }
142 bool m_thingNameHasBeenSet;
144 bool m_attributesHasBeenSet;
const Aws::String & GetThingName() const
ThingAttribute & AddAttributes(Aws::String &&key, const Aws::String &value)
void SetThingName(const Aws::String &value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
ThingAttribute & WithAttributes(const Aws::Map< Aws::String, Aws::String > &value)
ThingAttribute & AddAttributes(Aws::String &&key, Aws::String &&value)
ThingAttribute & WithThingName(const Aws::String &value)
void SetThingName(Aws::String &&value)
void SetAttributes(Aws::Map< Aws::String, Aws::String > &&value)
ThingAttribute & WithAttributes(Aws::Map< Aws::String, Aws::String > &&value)
ThingAttribute & AddAttributes(Aws::String &&key, const char *value)
ThingAttribute & AddAttributes(const Aws::String &key, const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetAttributes() const
ThingAttribute & AddAttributes(const char *key, Aws::String &&value)
void SetAttributes(const Aws::Map< Aws::String, Aws::String > &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
ThingAttribute & AddAttributes(const Aws::String &key, Aws::String &&value)
void SetThingName(const char *value)
ThingAttribute & AddAttributes(const char *key, const char *value)
ThingAttribute & WithThingName(const char *value)
JSON (JavaScript Object Notation).
ThingAttribute & WithThingName(Aws::String &&value)