public static final class CfnAssetModel.ExpressionVariableProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAssetModel.ExpressionVariableProperty
CfnAssetModel.ExpressionVariableProperty
CfnAssetModel.ExpressionVariableProperty.Builder, CfnAssetModel.ExpressionVariableProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getName()
The friendly name of the variable to be used in the expression.
|
java.lang.Object |
getValue()
The variable that identifies an asset property from which to use values.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getName()
CfnAssetModel.ExpressionVariableProperty
The maximum length is 64 characters with the pattern ^[a-z][a-z0-9_]*$
.
getName
in interface CfnAssetModel.ExpressionVariableProperty
public final java.lang.Object getValue()
CfnAssetModel.ExpressionVariableProperty
getValue
in interface CfnAssetModel.ExpressionVariableProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()