Class CfnComponentType.DataValueProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iottwinmaker.CfnComponentType.DataValueProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentType.DataValueProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponentType.DataValueProperty
@Stability(Stable)
@Internal
public static final class CfnComponentType.DataValueProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponentType.DataValueProperty
An implementation for
CfnComponentType.DataValueProperty-
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.iottwinmaker.CfnComponentType.DataValueProperty
CfnComponentType.DataValueProperty.Builder, CfnComponentType.DataValueProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponentType.DataValueProperty.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 ObjectA boolean value.final NumberA double value.final StringAn expression that produces the value.final NumberAn integer value.final ObjectA list of multiple values.final NumberA long value.final ObjectAn object that maps strings to multipleDataValueobjects.final ObjectA value that relates a component to another component.final StringA string value.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 theCfnComponentType.DataValueProperty.Builder.
-
-
Method Details
-
getBooleanValue
Description copied from interface:CfnComponentType.DataValuePropertyA boolean value.- Specified by:
getBooleanValuein interfaceCfnComponentType.DataValueProperty- See Also:
-
getDoubleValue
Description copied from interface:CfnComponentType.DataValuePropertyA double value.- Specified by:
getDoubleValuein interfaceCfnComponentType.DataValueProperty- See Also:
-
getExpression
Description copied from interface:CfnComponentType.DataValuePropertyAn expression that produces the value.- Specified by:
getExpressionin interfaceCfnComponentType.DataValueProperty- See Also:
-
getIntegerValue
Description copied from interface:CfnComponentType.DataValuePropertyAn integer value.- Specified by:
getIntegerValuein interfaceCfnComponentType.DataValueProperty- See Also:
-
getListValue
Description copied from interface:CfnComponentType.DataValuePropertyA list of multiple values.- Specified by:
getListValuein interfaceCfnComponentType.DataValueProperty- See Also:
-
getLongValue
Description copied from interface:CfnComponentType.DataValuePropertyA long value.- Specified by:
getLongValuein interfaceCfnComponentType.DataValueProperty- See Also:
-
getMapValue
Description copied from interface:CfnComponentType.DataValuePropertyAn object that maps strings to multipleDataValueobjects.- Specified by:
getMapValuein interfaceCfnComponentType.DataValueProperty- See Also:
-
getRelationshipValue
Description copied from interface:CfnComponentType.DataValuePropertyA value that relates a component to another component.- Specified by:
getRelationshipValuein interfaceCfnComponentType.DataValueProperty- See Also:
-
getStringValue
Description copied from interface:CfnComponentType.DataValuePropertyA string value.- Specified by:
getStringValuein interfaceCfnComponentType.DataValueProperty- 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()
-