Class CfnTopicRule.RepublishActionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.RepublishActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.RepublishActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.RepublishActionProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.RepublishActionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.RepublishActionProperty
An implementation for
CfnTopicRule.RepublishActionProperty
-
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.RepublishActionProperty
CfnTopicRule.RepublishActionProperty.Builder, CfnTopicRule.RepublishActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.RepublishActionProperty.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 Object
MQTT Version 5.0 headers information.final Number
getQos()
The Quality of Service (QoS) level to use when republishing messages.final String
The ARN of the IAM role that grants access.final String
getTopic()
The name of the MQTT topic.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.RepublishActionProperty.Builder
.
-
-
Method Details
-
getRoleArn
Description copied from interface:CfnTopicRule.RepublishActionProperty
The ARN of the IAM role that grants access.- Specified by:
getRoleArn
in interfaceCfnTopicRule.RepublishActionProperty
- See Also:
-
getTopic
Description copied from interface:CfnTopicRule.RepublishActionProperty
The name of the MQTT topic.- Specified by:
getTopic
in interfaceCfnTopicRule.RepublishActionProperty
- See Also:
-
getHeaders
Description copied from interface:CfnTopicRule.RepublishActionProperty
MQTT Version 5.0 headers information. For more information, see MQTT in the IoT Core Developer Guide.- Specified by:
getHeaders
in interfaceCfnTopicRule.RepublishActionProperty
- See Also:
-
getQos
Description copied from interface:CfnTopicRule.RepublishActionProperty
The Quality of Service (QoS) level to use when republishing messages.The default value is 0.
- Specified by:
getQos
in interfaceCfnTopicRule.RepublishActionProperty
- 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()
-