#include <GreengrassCoreIpcModel.h>
◆ MQTTMessage() [1/2]
Aws::Greengrass::MQTTMessage::MQTTMessage |
( |
| ) |
|
|
inlinenoexcept |
◆ MQTTMessage() [2/2]
Aws::Greengrass::MQTTMessage::MQTTMessage |
( |
const MQTTMessage & |
| ) |
|
|
default |
◆ GetContentType()
(Optional) Message content type.
◆ GetCorrelationData()
(Optional) Correlation data blob for request/response.
◆ GetMessageExpiryIntervalSeconds()
Aws::Crt::Optional<int64_t> Aws::Greengrass::MQTTMessage::GetMessageExpiryIntervalSeconds |
( |
| ) |
|
|
inlinenoexcept |
(Optional) Message expiry interval in seconds.
◆ GetModelName()
|
overrideprotectedvirtualnoexcept |
◆ GetPayload()
(Optional) The message payload as a blob.
◆ GetPayloadFormat()
(Optional) Message payload format.
◆ GetResponseTopic()
(Optional) Response topic for request/response.
◆ GetRetain()
(Optional) The value of the retain flag.
◆ GetTopicName()
The topic to which the message was published.
◆ GetUserProperties()
(Optional) MQTT user properties associated with the message.
◆ operator<()
bool Aws::Greengrass::MQTTMessage::operator< |
( |
const MQTTMessage & |
| ) |
const |
|
noexcept |
◆ s_allocateFromPayload()
◆ s_customDeleter()
void Aws::Greengrass::MQTTMessage::s_customDeleter |
( |
MQTTMessage * |
shape | ) |
|
|
staticnoexcept |
◆ s_loadFromJsonView()
◆ SerializeToJsonObject()
void Aws::Greengrass::MQTTMessage::SerializeToJsonObject |
( |
Aws::Crt::JsonObject & |
payloadObject | ) |
const |
|
overridevirtualnoexcept |
◆ SetContentType()
void Aws::Greengrass::MQTTMessage::SetContentType |
( |
const Aws::Crt::String & |
contentType | ) |
|
|
inlinenoexcept |
(Optional) Message content type.
◆ SetCorrelationData()
void Aws::Greengrass::MQTTMessage::SetCorrelationData |
( |
const Aws::Crt::Vector< uint8_t > & |
correlationData | ) |
|
|
inlinenoexcept |
(Optional) Correlation data blob for request/response.
◆ SetMessageExpiryIntervalSeconds()
void Aws::Greengrass::MQTTMessage::SetMessageExpiryIntervalSeconds |
( |
const int64_t & |
messageExpiryIntervalSeconds | ) |
|
|
inlinenoexcept |
(Optional) Message expiry interval in seconds.
◆ SetPayload()
void Aws::Greengrass::MQTTMessage::SetPayload |
( |
const Aws::Crt::Vector< uint8_t > & |
payload | ) |
|
|
inlinenoexcept |
(Optional) The message payload as a blob.
◆ SetPayloadFormat()
void Aws::Greengrass::MQTTMessage::SetPayloadFormat |
( |
PayloadFormat |
payloadFormat | ) |
|
|
noexcept |
(Optional) Message payload format.
◆ SetResponseTopic()
void Aws::Greengrass::MQTTMessage::SetResponseTopic |
( |
const Aws::Crt::String & |
responseTopic | ) |
|
|
inlinenoexcept |
(Optional) Response topic for request/response.
◆ SetRetain()
void Aws::Greengrass::MQTTMessage::SetRetain |
( |
const bool & |
retain | ) |
|
|
inlinenoexcept |
(Optional) The value of the retain flag.
◆ SetTopicName()
void Aws::Greengrass::MQTTMessage::SetTopicName |
( |
const Aws::Crt::String & |
topicName | ) |
|
|
inlinenoexcept |
The topic to which the message was published.
◆ SetUserProperties()
(Optional) MQTT user properties associated with the message.
◆ MODEL_NAME
const char * Aws::Greengrass::MQTTMessage::MODEL_NAME = "aws.greengrass#MQTTMessage" |
|
static |
The documentation for this class was generated from the following files: