|
AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
|
#include <GreengrassCoreIpcModel.h>
Public Member Functions | |
| MQTTMessage () noexcept | |
| MQTTMessage (const MQTTMessage &)=default | |
| void | SetTopicName (const Aws::Crt::String &topicName) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetTopicName () const noexcept |
| void | SetPayload (const Aws::Crt::Vector< uint8_t > &payload) noexcept |
| Aws::Crt::Optional< Aws::Crt::Vector< uint8_t > > | GetPayload () const noexcept |
| void | SetRetain (const bool &retain) noexcept |
| Aws::Crt::Optional< bool > | GetRetain () const noexcept |
| void | SetUserProperties (const Aws::Crt::Vector< UserProperty > &userProperties) noexcept |
| Aws::Crt::Optional< Aws::Crt::Vector< UserProperty > > | GetUserProperties () const noexcept |
| void | SetMessageExpiryIntervalSeconds (const int64_t &messageExpiryIntervalSeconds) noexcept |
| Aws::Crt::Optional< int64_t > | GetMessageExpiryIntervalSeconds () const noexcept |
| void | SetCorrelationData (const Aws::Crt::Vector< uint8_t > &correlationData) noexcept |
| Aws::Crt::Optional< Aws::Crt::Vector< uint8_t > > | GetCorrelationData () const noexcept |
| void | SetResponseTopic (const Aws::Crt::String &responseTopic) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetResponseTopic () const noexcept |
| void | SetPayloadFormat (PayloadFormat payloadFormat) noexcept |
| Aws::Crt::Optional< PayloadFormat > | GetPayloadFormat () const noexcept |
| void | SetContentType (const Aws::Crt::String &contentType) noexcept |
| Aws::Crt::Optional< Aws::Crt::String > | GetContentType () const noexcept |
| void | SerializeToJsonObject (Aws::Crt::JsonObject &payloadObject) const noexcept override |
| bool | operator< (const MQTTMessage &) const noexcept |
| Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase | |
| AbstractShapeBase () noexcept | |
| virtual | ~AbstractShapeBase () noexcept=default |
Static Public Member Functions | |
| static void | s_loadFromJsonView (MQTTMessage &, const Aws::Crt::JsonView &) noexcept |
| static Aws::Crt::ScopedResource< AbstractShapeBase > | s_allocateFromPayload (Aws::Crt::StringView, Aws::Crt::Allocator *) noexcept |
| static void | s_customDeleter (MQTTMessage *) noexcept |
| Static Public Member Functions inherited from Aws::Eventstreamrpc::AbstractShapeBase | |
| static void | s_customDeleter (AbstractShapeBase *shape) noexcept |
Static Public Attributes | |
| static const char * | MODEL_NAME = "aws.greengrass#MQTTMessage" |
Protected Member Functions | |
| Aws::Crt::String | GetModelName () const noexcept override |
Additional Inherited Members | |
| Protected Attributes inherited from Aws::Eventstreamrpc::AbstractShapeBase | |
| Crt::Allocator * | m_allocator |
|
inlinenoexcept |
|
default |
|
inlinenoexcept |
(Optional) Message content type.
|
inlinenoexcept |
(Optional) Correlation data blob for request/response.
|
inlinenoexcept |
(Optional) Message expiry interval in seconds.
|
overrideprotectedvirtualnoexcept |
Implements Aws::Eventstreamrpc::AbstractShapeBase.
|
inlinenoexcept |
(Optional) The message payload as a blob.
|
noexcept |
(Optional) Message payload format.
|
inlinenoexcept |
(Optional) Response topic for request/response.
|
inlinenoexcept |
(Optional) The value of the retain flag.
|
inlinenoexcept |
The topic to which the message was published.
|
inlinenoexcept |
(Optional) MQTT user properties associated with the message.
|
noexcept |
|
staticnoexcept |
|
staticnoexcept |
|
staticnoexcept |
|
overridevirtualnoexcept |
Implements Aws::Eventstreamrpc::AbstractShapeBase.
|
inlinenoexcept |
(Optional) Message content type.
|
inlinenoexcept |
(Optional) Correlation data blob for request/response.
|
inlinenoexcept |
(Optional) Message expiry interval in seconds.
|
inlinenoexcept |
(Optional) The message payload as a blob.
|
noexcept |
(Optional) Message payload format.
|
inlinenoexcept |
(Optional) Response topic for request/response.
|
inlinenoexcept |
(Optional) The value of the retain flag.
|
inlinenoexcept |
The topic to which the message was published.
|
inlinenoexcept |
(Optional) MQTT user properties associated with the message.
|
static |