@Stability(value=Stable) @Internal public static final class CfnTopicRule.RepublishActionHeadersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnTopicRule.RepublishActionHeadersProperty
CfnTopicRule.RepublishActionHeadersPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnTopicRule.RepublishActionHeadersProperty.Builder, CfnTopicRule.RepublishActionHeadersProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnTopicRule.RepublishActionHeadersProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnTopicRule.ActionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getContentType()
A UTF-8 encoded string that describes the content of the publishing message.
|
String |
getCorrelationData()
The base64-encoded binary data used by the sender of the request message to identify which request the response message is for.
|
String |
getMessageExpiry()
A user-defined integer value that represents the message expiry interval at the broker.
|
String |
getPayloadFormatIndicator()
An `Enum` string value that indicates whether the payload is formatted as UTF-8.
|
String |
getResponseTopic()
A UTF-8 encoded string that's used as the topic name for a response message.
|
Object |
getUserProperties()
An array of key-value pairs that you define in the MQTT5 header.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnTopicRule.RepublishActionHeadersProperty.Builder builder)
CfnTopicRule.ActionProperty.Builder.public final String getContentType()
CfnTopicRule.RepublishActionHeadersPropertyFor more information, see Content Type in the MQTT Version 5.0 specification.
Supports substitution templates .
getContentType in interface CfnTopicRule.RepublishActionHeadersPropertypublic final String getCorrelationData()
CfnTopicRule.RepublishActionHeadersPropertyFor more information, see Correlation Data in the MQTT Version 5.0 specification.
Supports substitution templates .
This binary data must be base64-encoded.
getCorrelationData in interface CfnTopicRule.RepublishActionHeadersPropertypublic final String getMessageExpiry()
CfnTopicRule.RepublishActionHeadersProperty
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 of messageExpiry , see Message broker and protocol limits and quotas in the IoT Core Reference Guide.
Supports substitution templates .
getMessageExpiry in interface CfnTopicRule.RepublishActionHeadersPropertypublic final String getPayloadFormatIndicator()
CfnTopicRule.RepublishActionHeadersProperty
Valid values are UNSPECIFIED_BYTES and UTF8_DATA .
For more information, see Payload Format Indicator from the MQTT Version 5.0 specification.
Supports substitution templates .
getPayloadFormatIndicator in interface CfnTopicRule.RepublishActionHeadersPropertypublic final String getResponseTopic()
CfnTopicRule.RepublishActionHeadersPropertyThe 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 .
getResponseTopic in interface CfnTopicRule.RepublishActionHeadersPropertypublic final Object getUserProperties()
CfnTopicRule.RepublishActionHeadersPropertygetUserProperties in interface CfnTopicRule.RepublishActionHeadersProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.