55 inline void SetThingName(
const char* value) { m_thingNameHasBeenSet =
true; m_thingName.assign(value); }
90 inline void SetThingTypeName(
const char* value) { m_thingTypeNameHasBeenSet =
true; m_thingTypeName.assign(value); }
156 inline void SetExpectedVersion(
long long value) { m_expectedVersionHasBeenSet =
true; m_expectedVersion = value; }
176 inline void SetRemoveThingType(
bool value) { m_removeThingTypeHasBeenSet =
true; m_removeThingType = value; }
186 bool m_thingNameHasBeenSet;
188 bool m_thingTypeNameHasBeenSet;
190 bool m_attributePayloadHasBeenSet;
191 long long m_expectedVersion;
192 bool m_expectedVersionHasBeenSet;
193 bool m_removeThingType;
194 bool m_removeThingTypeHasBeenSet;
void SetThingName(const Aws::String &value)
UpdateThingRequest & WithThingName(const char *value)
void SetThingTypeName(const char *value)
const Aws::String & GetThingTypeName() const
UpdateThingRequest & WithThingName(Aws::String &&value)
void SetRemoveThingType(bool value)
const Aws::String & GetThingName() const
void SetThingName(Aws::String &&value)
UpdateThingRequest & WithRemoveThingType(bool value)
void SetExpectedVersion(long long value)
UpdateThingRequest & WithExpectedVersion(long long value)
UpdateThingRequest & WithThingTypeName(Aws::String &&value)
void SetAttributePayload(AttributePayload &&value)
void SetThingTypeName(const Aws::String &value)
void SetAttributePayload(const AttributePayload &value)
long long GetExpectedVersion() const
void SetThingName(const char *value)
void SetThingTypeName(Aws::String &&value)
const AttributePayload & GetAttributePayload() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
UpdateThingRequest & WithThingTypeName(const Aws::String &value)
UpdateThingRequest & WithAttributePayload(const AttributePayload &value)
UpdateThingRequest & WithThingName(const Aws::String &value)
UpdateThingRequest & WithThingTypeName(const char *value)
bool GetRemoveThingType() const
UpdateThingRequest & WithAttributePayload(AttributePayload &&value)
JSON (JavaScript Object Notation).