7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
52 inline void SetThingName(
const char* value) { m_thingNameHasBeenSet =
true; m_thingName.assign(value); }
67 inline void SetExpectedVersion(
long long value) { m_expectedVersionHasBeenSet =
true; m_expectedVersion = value; }
73 bool m_thingNameHasBeenSet =
false;
75 long long m_expectedVersion;
76 bool m_expectedVersionHasBeenSet =
false;
AWS_IOT_API Aws::String SerializePayload() const override
DeleteThingRequest & WithThingName(const char *value)
void SetExpectedVersion(long long value)
bool ExpectedVersionHasBeenSet() const
DeleteThingRequest & WithExpectedVersion(long long value)
AWS_IOT_API DeleteThingRequest()
virtual const char * GetServiceRequestName() const override
DeleteThingRequest & WithThingName(Aws::String &&value)
const Aws::String & GetThingName() const
void SetThingName(Aws::String &&value)
bool ThingNameHasBeenSet() const
void SetThingName(const char *value)
long long GetExpectedVersion() const
void SetThingName(const Aws::String &value)
DeleteThingRequest & WithThingName(const Aws::String &value)
AWS_IOT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String