Class CfnDetectorModel.AssetPropertyVariantProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotevents.CfnDetectorModel.AssetPropertyVariantProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorModel.AssetPropertyVariantProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetectorModel.AssetPropertyVariantProperty
@Stability(Stable)
@Internal
public static final class CfnDetectorModel.AssetPropertyVariantProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetectorModel.AssetPropertyVariantProperty
An implementation for
CfnDetectorModel.AssetPropertyVariantProperty-
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.iotevents.CfnDetectorModel.AssetPropertyVariantProperty
CfnDetectorModel.AssetPropertyVariantProperty.Builder, CfnDetectorModel.AssetPropertyVariantProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDetectorModel.AssetPropertyVariantProperty.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 asset property value is a Boolean value that must be'TRUE'or'FALSE'.final StringThe asset property value is a double.final StringThe asset property value is an integer.final StringThe asset property value is a string.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 theCfnDetectorModel.AssetPropertyVariantProperty.Builder.
-
-
Method Details
-
getBooleanValue
Description copied from interface:CfnDetectorModel.AssetPropertyVariantPropertyThe asset property value is a Boolean value that must be'TRUE'or'FALSE'.You must use an expression, and the evaluated result should be a Boolean value.
- Specified by:
getBooleanValuein interfaceCfnDetectorModel.AssetPropertyVariantProperty- See Also:
-
getDoubleValue
Description copied from interface:CfnDetectorModel.AssetPropertyVariantPropertyThe asset property value is a double.You must use an expression, and the evaluated result should be a double.
- Specified by:
getDoubleValuein interfaceCfnDetectorModel.AssetPropertyVariantProperty- See Also:
-
getIntegerValue
Description copied from interface:CfnDetectorModel.AssetPropertyVariantPropertyThe asset property value is an integer.You must use an expression, and the evaluated result should be an integer.
- Specified by:
getIntegerValuein interfaceCfnDetectorModel.AssetPropertyVariantProperty- See Also:
-
getStringValue
Description copied from interface:CfnDetectorModel.AssetPropertyVariantPropertyThe asset property value is a string.You must use an expression, and the evaluated result should be a string.
- Specified by:
getStringValuein interfaceCfnDetectorModel.AssetPropertyVariantProperty- 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()
-