public static final class CfnDetectorModel.IotTopicPublishProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDetectorModel.IotTopicPublishProperty
CfnDetectorModel.IotTopicPublishProperty
CfnDetectorModel.IotTopicPublishProperty.Builder, CfnDetectorModel.IotTopicPublishProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getMqttTopic()
The MQTT topic of the message.
|
java.lang.Object |
getPayload()
You can configure the action payload when you publish a message to an AWS IoT Core topic.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getMqttTopic()
CfnDetectorModel.IotTopicPublishProperty
You can use a string expression that includes variables ( $variable.<variable-name>
) and input values ( $input.<input-name>.<path-to-datum>
) as the topic string.
getMqttTopic
in interface CfnDetectorModel.IotTopicPublishProperty
public final java.lang.Object getPayload()
CfnDetectorModel.IotTopicPublishProperty
getPayload
in interface CfnDetectorModel.IotTopicPublishProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()