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