7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/IoT_EXPORTS.h>
45 template <
typename ThingNameT = Aws::String>
47 m_thingNameHasBeenSet =
true;
48 m_thingName = std::forward<ThingNameT>(value);
50 template <
typename ThingNameT = Aws::String>
67 m_expectedVersionHasBeenSet =
true;
68 m_expectedVersion = value;
78 long long m_expectedVersion{0};
79 bool m_thingNameHasBeenSet =
false;
80 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