UpdateThingShadowRequest Class

(QtAws::IoTDataPlane::UpdateThingShadowRequest)

The UpdateThingShadowRequest class provides an interface for IoTDataPlane UpdateThingShadow requests. More...

Header: #include <UpdateThingShadowRequest>
Inherits: QtAws::IoTDataPlane::IoTDataPlaneRequest

Public Functions

UpdateThingShadowRequest(const UpdateThingShadowRequest &other)
UpdateThingShadowRequest()

Reimplemented Public Functions

virtual bool isValid() const override

Reimplemented Protected Functions

virtual QtAws::Core::AwsAbstractResponse *response(QNetworkReply * const reply) const override

Detailed Description

The UpdateThingShadowRequest class provides an interface for IoTDataPlane UpdateThingShadow requests.

<fullname>AWS IoT</fullname>

AWS IoT-Data enables secure, bi-directional communication between Internet-connected things (such as sensors, actuators, embedded devices, or smart appliances) and the AWS cloud. It implements a broker for applications and things to publish messages over HTTP (Publish) and retrieve, update, and delete thing shadows. A thing shadow is a persistent representation of your things and their state in the AWS

See also IoTDataPlaneClient::updateThingShadow.

Member Function Documentation

UpdateThingShadowRequest::UpdateThingShadowRequest(const UpdateThingShadowRequest &other)

Constructs a copy of other.

UpdateThingShadowRequest::UpdateThingShadowRequest()

Constructs a UpdateThingShadowRequest object.

[override virtual] bool UpdateThingShadowRequest::isValid() const

Reimplemented from AwsAbstractRequest::isValid().

[override virtual protected] QtAws::Core::AwsAbstractResponse *UpdateThingShadowRequest::response(QNetworkReply * const reply) const

Reimplemented from AwsAbstractRequest::response().

Returns a UpdateThingShadowResponse object to process reply.

See also QtAws::Core::AwsAbstractClient::send.

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.