64 inline void SetThingName(
const char* value) { m_thingNameHasBeenSet =
true; m_thingName.assign(value); }
99 inline void SetThingTypeName(
const char* value) { m_thingTypeNameHasBeenSet =
true; m_thingTypeName.assign(value); }
174 inline ThingAttribute&
AddAttributes(
const char* key,
const char* value) { m_attributesHasBeenSet =
true; m_attributes[key] = value;
return *
this; }
184 inline void SetVersion(
long long value) { m_versionHasBeenSet =
true; m_version = value; }
193 bool m_thingNameHasBeenSet;
195 bool m_thingTypeNameHasBeenSet;
197 bool m_attributesHasBeenSet;
199 bool m_versionHasBeenSet;
ThingAttribute & WithThingTypeName(Aws::String &&value)
ThingAttribute & WithThingTypeName(const Aws::String &value)
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 SetVersion(long long value)
void SetThingName(Aws::String &&value)
void SetAttributes(Aws::Map< Aws::String, Aws::String > &&value)
const Aws::String & GetThingTypeName() const
ThingAttribute & WithAttributes(Aws::Map< Aws::String, Aws::String > &&value)
void SetThingTypeName(const char *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
void SetThingTypeName(const Aws::String &value)
long long GetVersion() const
void SetThingTypeName(Aws::String &&value)
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 & WithVersion(long long value)
ThingAttribute & WithThingTypeName(const char *value)
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)