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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.iottwinmaker.CfnEntity.DataValueProperty
CfnEntity.DataValueProperty.Builder, CfnEntity.DataValueProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEntity.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 multiple DataValue objects.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 theCfnEntity.DataValueProperty.Builder.
-
-
Method Details
-
getBooleanValue
Description copied from interface:CfnEntity.DataValuePropertyA boolean value.Returns union: either
BooleanorIResolvable- Specified by:
getBooleanValuein interfaceCfnEntity.DataValueProperty- See Also:
-
getDoubleValue
Description copied from interface:CfnEntity.DataValuePropertyA double value.- Specified by:
getDoubleValuein interfaceCfnEntity.DataValueProperty- See Also:
-
getExpression
Description copied from interface:CfnEntity.DataValuePropertyAn expression that produces the value.- Specified by:
getExpressionin interfaceCfnEntity.DataValueProperty- See Also:
-
getIntegerValue
Description copied from interface:CfnEntity.DataValuePropertyAn integer value.- Specified by:
getIntegerValuein interfaceCfnEntity.DataValueProperty- See Also:
-
getListValue
Description copied from interface:CfnEntity.DataValuePropertyA list of multiple values.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnEntity.DataValueProperty>- Specified by:
getListValuein interfaceCfnEntity.DataValueProperty- See Also:
-
getLongValue
Description copied from interface:CfnEntity.DataValuePropertyA long value.- Specified by:
getLongValuein interfaceCfnEntity.DataValueProperty- See Also:
-
getMapValue
Description copied from interface:CfnEntity.DataValuePropertyAn object that maps strings to multiple DataValue objects.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnEntity.DataValueProperty>- Specified by:
getMapValuein interfaceCfnEntity.DataValueProperty- See Also:
-
getRelationshipValue
Description copied from interface:CfnEntity.DataValuePropertyA value that relates a component to another component.- Specified by:
getRelationshipValuein interfaceCfnEntity.DataValueProperty- See Also:
-
getStringValue
Description copied from interface:CfnEntity.DataValuePropertyA string value.- Specified by:
getStringValuein interfaceCfnEntity.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()
-