60 inline void SetThingName(
const char* value) { m_thingNameHasBeenSet =
true; m_thingName.assign(value); }
91 inline void SetExpectedVersion(
long long value) { m_expectedVersionHasBeenSet =
true; m_expectedVersion = value; }
103 bool m_thingNameHasBeenSet;
104 long long m_expectedVersion;
105 bool m_expectedVersionHasBeenSet;
long long GetExpectedVersion() const
void SetThingName(const char *value)
void SetExpectedVersion(long long value)
void SetThingName(Aws::String &&value)
DeleteThingRequest & WithExpectedVersion(long long value)
const Aws::String & GetThingName() const
DeleteThingRequest & WithThingName(Aws::String &&value)
DeleteThingRequest & WithThingName(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetThingName(const Aws::String &value)
DeleteThingRequest & WithThingName(const Aws::String &value)
JSON (JavaScript Object Notation).