Class CfnTopicRule.AssetPropertyVariantProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.AssetPropertyVariantProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.AssetPropertyVariantProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.AssetPropertyVariantProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.AssetPropertyVariantProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.AssetPropertyVariantProperty
An implementation for
CfnTopicRule.AssetPropertyVariantProperty
-
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.AssetPropertyVariantProperty
CfnTopicRule.AssetPropertyVariantProperty.Builder, CfnTopicRule.AssetPropertyVariantProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.AssetPropertyVariantProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.AssetPropertyVariantProperty.Builder
.
-
-
Method Details
-
getBooleanValue
Description copied from interface:CfnTopicRule.AssetPropertyVariantProperty
Optional.A string that contains the boolean value (
true
orfalse
) of the value entry. Accepts substitution templates.- Specified by:
getBooleanValue
in interfaceCfnTopicRule.AssetPropertyVariantProperty
- See Also:
-
getDoubleValue
Description copied from interface:CfnTopicRule.AssetPropertyVariantProperty
Optional.A string that contains the double value of the value entry. Accepts substitution templates.
- Specified by:
getDoubleValue
in interfaceCfnTopicRule.AssetPropertyVariantProperty
- See Also:
-
getIntegerValue
Description copied from interface:CfnTopicRule.AssetPropertyVariantProperty
Optional.A string that contains the integer value of the value entry. Accepts substitution templates.
- Specified by:
getIntegerValue
in interfaceCfnTopicRule.AssetPropertyVariantProperty
- See Also:
-
getStringValue
Description copied from interface:CfnTopicRule.AssetPropertyVariantProperty
Optional.The string value of the value entry. Accepts substitution templates.
- Specified by:
getStringValue
in interfaceCfnTopicRule.AssetPropertyVariantProperty
- 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()
-