7#include <aws/iot/IoT_EXPORTS.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/iot/model/AttributePayload.h>
49 inline void SetThingName(
const char* value) { m_thingNameHasBeenSet =
true; m_thingName.assign(value); }
63 inline void SetThingTypeName(
const char* value) { m_thingTypeNameHasBeenSet =
true; m_thingTypeName.assign(value); }
92 inline void SetExpectedVersion(
long long value) { m_expectedVersionHasBeenSet =
true; m_expectedVersion = value; }
103 inline void SetRemoveThingType(
bool value) { m_removeThingTypeHasBeenSet =
true; m_removeThingType = value; }
109 bool m_thingNameHasBeenSet =
false;
112 bool m_thingTypeNameHasBeenSet =
false;
115 bool m_attributePayloadHasBeenSet =
false;
117 long long m_expectedVersion;
118 bool m_expectedVersionHasBeenSet =
false;
120 bool m_removeThingType;
121 bool m_removeThingTypeHasBeenSet =
false;
const Aws::String & GetThingTypeName() const
void SetThingName(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
void SetThingName(const char *value)
const Aws::String & GetThingName() const
UpdateThingRequest & WithAttributePayload(AttributePayload &&value)
long long GetExpectedVersion() const
UpdateThingRequest & WithExpectedVersion(long long value)
bool ExpectedVersionHasBeenSet() const
UpdateThingRequest & WithThingName(const char *value)
UpdateThingRequest & WithThingTypeName(Aws::String &&value)
bool AttributePayloadHasBeenSet() const
UpdateThingRequest & WithRemoveThingType(bool value)
UpdateThingRequest & WithThingTypeName(const char *value)
void SetThingTypeName(const char *value)
UpdateThingRequest & WithThingName(const Aws::String &value)
AWS_IOT_API Aws::String SerializePayload() const override
AWS_IOT_API UpdateThingRequest()
bool ThingTypeNameHasBeenSet() const
bool ThingNameHasBeenSet() const
bool GetRemoveThingType() const
void SetRemoveThingType(bool value)
void SetThingTypeName(const Aws::String &value)
UpdateThingRequest & WithThingTypeName(const Aws::String &value)
UpdateThingRequest & WithThingName(Aws::String &&value)
void SetExpectedVersion(long long value)
void SetAttributePayload(const AttributePayload &value)
bool RemoveThingTypeHasBeenSet() const
UpdateThingRequest & WithAttributePayload(const AttributePayload &value)
void SetAttributePayload(AttributePayload &&value)
void SetThingTypeName(Aws::String &&value)
const AttributePayload & GetAttributePayload() const
void SetThingName(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String