Class CfnTopicRule.RepublishActionHeadersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.RepublishActionHeadersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.RepublishActionHeadersProperty
CfnTopicRule.RepublishActionHeadersProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.RepublishActionHeadersProperty
CfnTopicRule.RepublishActionHeadersProperty.Builder, CfnTopicRule.RepublishActionHeadersProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.RepublishActionHeadersProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
A UTF-8 encoded string that describes the content of the publishing message.final String
The base64-encoded binary data used by the sender of the request message to identify which request the response message is for.final String
A user-defined integer value that represents the message expiry interval at the broker.final String
AnEnum
string value that indicates whether the payload is formatted as UTF-8.final String
A UTF-8 encoded string that's used as the topic name for a response message.final Object
An array of key-value pairs that you define in the MQTT5 header.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.RepublishActionHeadersProperty.Builder
.
-
-
Method Details
-
getContentType
Description copied from interface:CfnTopicRule.RepublishActionHeadersProperty
A UTF-8 encoded string that describes the content of the publishing message.For more information, see Content Type in the MQTT Version 5.0 specification.
Supports substitution templates .
- Specified by:
getContentType
in interfaceCfnTopicRule.RepublishActionHeadersProperty
- See Also:
-
getCorrelationData
Description copied from interface:CfnTopicRule.RepublishActionHeadersProperty
The base64-encoded binary data used by the sender of the request message to identify which request the response message is for.For more information, see Correlation Data in the MQTT Version 5.0 specification.
Supports substitution templates .
This binary data must be base64-encoded.
- Specified by:
getCorrelationData
in interfaceCfnTopicRule.RepublishActionHeadersProperty
- See Also:
-
getMessageExpiry
Description copied from interface:CfnTopicRule.RepublishActionHeadersProperty
A user-defined integer value that represents the message expiry interval at the broker.If the messages haven't been sent to the subscribers within that interval, the message expires and is removed. The value of
messageExpiry
represents the number of seconds before it expires. For more information about the limits ofmessageExpiry
, see Message broker and protocol limits and quotas in the IoT Core Reference Guide.Supports substitution templates .
- Specified by:
getMessageExpiry
in interfaceCfnTopicRule.RepublishActionHeadersProperty
- See Also:
-
getPayloadFormatIndicator
Description copied from interface:CfnTopicRule.RepublishActionHeadersProperty
AnEnum
string value that indicates whether the payload is formatted as UTF-8.Valid values are
UNSPECIFIED_BYTES
andUTF8_DATA
.For more information, see Payload Format Indicator from the MQTT Version 5.0 specification.
Supports substitution templates .
- Specified by:
getPayloadFormatIndicator
in interfaceCfnTopicRule.RepublishActionHeadersProperty
- See Also:
-
getResponseTopic
Description copied from interface:CfnTopicRule.RepublishActionHeadersProperty
A UTF-8 encoded string that's used as the topic name for a response message.The response topic is used to describe the topic to which the receiver should publish as part of the request-response flow. The topic must not contain wildcard characters.
For more information, see Response Topic in the MQTT Version 5.0 specification.
Supports substitution templates .
- Specified by:
getResponseTopic
in interfaceCfnTopicRule.RepublishActionHeadersProperty
- See Also:
-
getUserProperties
Description copied from interface:CfnTopicRule.RepublishActionHeadersProperty
An array of key-value pairs that you define in the MQTT5 header.- Specified by:
getUserProperties
in interfaceCfnTopicRule.RepublishActionHeadersProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-