public static final class CfnAssetModel.TransformProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAssetModel.TransformProperty
CfnAssetModel.TransformProperty
CfnAssetModel.TransformProperty.Builder, CfnAssetModel.TransformProperty.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 |
getExpression()
The mathematical expression that defines the transformation function.
|
java.lang.Object |
getVariables()
The list of variables used in the expression.
|
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 getExpression()
CfnAssetModel.TransformProperty
You can specify up to 10 variables per expression. You can specify up to 10 functions per expression.
For more information, see Quotas in the AWS IoT SiteWise User Guide .
getExpression
in interface CfnAssetModel.TransformProperty
public final java.lang.Object getVariables()
CfnAssetModel.TransformProperty
getVariables
in interface CfnAssetModel.TransformProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()