AWS IoT Device SDK C++ v2
1.35.0
AWS IoT Device SDK C++ v2
|
#include <MqttRequestResponseClient.h>
Public Member Functions | |
UnmodeledResponse () | |
UnmodeledResponse & | WithPayload (Aws::Crt::ByteCursor payload) |
UnmodeledResponse & | WithTopic (Aws::Crt::ByteCursor topic) |
Aws::Crt::ByteCursor | GetPayload () const |
Aws::Crt::ByteCursor | GetTopic () const |
Encapsulates a response to an AWS IoT Core MQTT-based service request
|
inline |
Default constructor
|
inline |
Gets the payload of the response that correlates to a submitted request.
|
inline |
Gets the MQTT Topic that the response was received on.
|
inline |
Sets the payload of the response that correlates to a submitted request.
payload | the payload of the response that correlates to a submitted request |
|
inline |
Sets the MQTT Topic that the response was received on.
topic | the MQTT Topic that the response was received on |