Class CfnThingType.PropagatingAttributeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnThingType.PropagatingAttributeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnThingType.PropagatingAttributeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnThingType.PropagatingAttributeProperty
@Stability(Stable)
@Internal
public static final class CfnThingType.PropagatingAttributeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnThingType.PropagatingAttributeProperty
An implementation for
CfnThingType.PropagatingAttributeProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnThingType.PropagatingAttributeProperty
CfnThingType.PropagatingAttributeProperty.Builder, CfnThingType.PropagatingAttributeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnThingType.PropagatingAttributeProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe attribute associated with the connection details.final StringThe thing attribute that is propagating for MQTT 5 message enrichment.final StringThe key of the MQTT 5 user property, which is a key-value pair.final inthashCode()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 theCfnThingType.PropagatingAttributeProperty.Builder.
-
-
Method Details
-
getUserPropertyKey
Description copied from interface:CfnThingType.PropagatingAttributePropertyThe key of the MQTT 5 user property, which is a key-value pair.- Specified by:
getUserPropertyKeyin interfaceCfnThingType.PropagatingAttributeProperty- See Also:
-
getConnectionAttribute
Description copied from interface:CfnThingType.PropagatingAttributePropertyThe attribute associated with the connection details.- Specified by:
getConnectionAttributein interfaceCfnThingType.PropagatingAttributeProperty- See Also:
-
getThingAttribute
Description copied from interface:CfnThingType.PropagatingAttributePropertyThe thing attribute that is propagating for MQTT 5 message enrichment.- Specified by:
getThingAttributein interfaceCfnThingType.PropagatingAttributeProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-