public static final class CfnAlarmModel.AssetPropertyVariantProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAlarmModel.AssetPropertyVariantProperty
CfnAlarmModel.AssetPropertyVariantProperty
CfnAlarmModel.AssetPropertyVariantProperty.Builder, CfnAlarmModel.AssetPropertyVariantProperty.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 |
getBooleanValue()
The asset property value is a Boolean value that must be `'TRUE'` or `'FALSE'` .
|
java.lang.String |
getDoubleValue()
The asset property value is a double.
|
java.lang.String |
getIntegerValue()
The asset property value is an integer.
|
java.lang.String |
getStringValue()
The asset property value is a string.
|
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 getBooleanValue()
CfnAlarmModel.AssetPropertyVariantProperty
You must use an expression, and the evaluated result should be a Boolean value.
getBooleanValue
in interface CfnAlarmModel.AssetPropertyVariantProperty
public final java.lang.String getDoubleValue()
CfnAlarmModel.AssetPropertyVariantProperty
You must use an expression, and the evaluated result should be a double.
getDoubleValue
in interface CfnAlarmModel.AssetPropertyVariantProperty
public final java.lang.String getIntegerValue()
CfnAlarmModel.AssetPropertyVariantProperty
You must use an expression, and the evaluated result should be an integer.
getIntegerValue
in interface CfnAlarmModel.AssetPropertyVariantProperty
public final java.lang.String getStringValue()
CfnAlarmModel.AssetPropertyVariantProperty
You must use an expression, and the evaluated result should be a string.
getStringValue
in interface CfnAlarmModel.AssetPropertyVariantProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()