Class CfnEntity.DataValueProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iottwinmaker.CfnEntity.DataValueProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEntity.DataValueProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEntity.DataValueProperty
@Stability(Stable)
@Internal
public static final class CfnEntity.DataValueProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEntity.DataValueProperty
An implementation for
CfnEntity.DataValueProperty
-
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.iottwinmaker.CfnEntity.DataValueProperty
CfnEntity.DataValueProperty.Builder, CfnEntity.DataValueProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEntity.DataValueProperty.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
A boolean value.final Number
A double value.final String
An expression that produces the value.final Number
An integer value.final Object
A list of multiple values.final Number
A long value.final Object
An object that maps strings to multiple DataValue objects.final Object
A value that relates a component to another component.final String
A string value.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 theCfnEntity.DataValueProperty.Builder
.
-
-
Method Details
-
getBooleanValue
Description copied from interface:CfnEntity.DataValueProperty
A boolean value.- Specified by:
getBooleanValue
in interfaceCfnEntity.DataValueProperty
- See Also:
-
getDoubleValue
Description copied from interface:CfnEntity.DataValueProperty
A double value.- Specified by:
getDoubleValue
in interfaceCfnEntity.DataValueProperty
- See Also:
-
getExpression
Description copied from interface:CfnEntity.DataValueProperty
An expression that produces the value.- Specified by:
getExpression
in interfaceCfnEntity.DataValueProperty
- See Also:
-
getIntegerValue
Description copied from interface:CfnEntity.DataValueProperty
An integer value.- Specified by:
getIntegerValue
in interfaceCfnEntity.DataValueProperty
- See Also:
-
getListValue
Description copied from interface:CfnEntity.DataValueProperty
A list of multiple values.- Specified by:
getListValue
in interfaceCfnEntity.DataValueProperty
- See Also:
-
getLongValue
Description copied from interface:CfnEntity.DataValueProperty
A long value.- Specified by:
getLongValue
in interfaceCfnEntity.DataValueProperty
- See Also:
-
getMapValue
Description copied from interface:CfnEntity.DataValueProperty
An object that maps strings to multiple DataValue objects.- Specified by:
getMapValue
in interfaceCfnEntity.DataValueProperty
- See Also:
-
getRelationshipValue
Description copied from interface:CfnEntity.DataValueProperty
A value that relates a component to another component.- Specified by:
getRelationshipValue
in interfaceCfnEntity.DataValueProperty
- See Also:
-
getStringValue
Description copied from interface:CfnEntity.DataValueProperty
A string value.- Specified by:
getStringValue
in interfaceCfnEntity.DataValueProperty
- 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()
-