7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/iot/IoTRequest.h>
9#include <aws/iot/IoT_EXPORTS.h>
10#include <aws/iot/model/AttributePayload.h>
43 template <
typename ThingNameT = Aws::String>
45 m_thingNameHasBeenSet =
true;
46 m_thingName = std::forward<ThingNameT>(value);
48 template <
typename ThingNameT = Aws::String>
61 template <
typename ThingTypeNameT = Aws::String>
63 m_thingTypeNameHasBeenSet =
true;
64 m_thingTypeName = std::forward<ThingTypeNameT>(value);
66 template <
typename ThingTypeNameT = Aws::String>
81 template <
typename AttributePayloadT = AttributePayload>
83 m_attributePayloadHasBeenSet =
true;
84 m_attributePayload = std::forward<AttributePayloadT>(value);
86 template <
typename AttributePayloadT = AttributePayload>
103 m_expectedVersionHasBeenSet =
true;
104 m_expectedVersion = value;
120 m_removeThingTypeHasBeenSet =
true;
121 m_removeThingType = value;
130 bool m_thingNameHasBeenSet =
false;
133 bool m_thingTypeNameHasBeenSet =
false;
136 bool m_attributePayloadHasBeenSet =
false;
138 long long m_expectedVersion{0};
139 bool m_expectedVersionHasBeenSet =
false;
141 bool m_removeThingType{
false};
142 bool m_removeThingTypeHasBeenSet =
false;
const Aws::String & GetThingTypeName() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetThingName() const
long long GetExpectedVersion() const
UpdateThingRequest & WithExpectedVersion(long long value)
bool ExpectedVersionHasBeenSet() const
bool AttributePayloadHasBeenSet() const
UpdateThingRequest & WithRemoveThingType(bool value)
AWS_IOT_API Aws::String SerializePayload() const override
void SetAttributePayload(AttributePayloadT &&value)
bool ThingTypeNameHasBeenSet() const
bool ThingNameHasBeenSet() const
bool GetRemoveThingType() const
void SetRemoveThingType(bool value)
void SetThingTypeName(ThingTypeNameT &&value)
UpdateThingRequest & WithThingTypeName(ThingTypeNameT &&value)
void SetExpectedVersion(long long value)
AWS_IOT_API UpdateThingRequest()=default
bool RemoveThingTypeHasBeenSet() const
UpdateThingRequest & WithThingName(ThingNameT &&value)
void SetThingName(ThingNameT &&value)
UpdateThingRequest & WithAttributePayload(AttributePayloadT &&value)
const AttributePayload & GetAttributePayload() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String