public static final class CfnDetectorModel.SetTimerProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDetectorModel.SetTimerProperty
CfnDetectorModel.SetTimerProperty
CfnDetectorModel.SetTimerProperty.Builder, CfnDetectorModel.SetTimerProperty.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 |
getDurationExpression()
The duration of the timer, in seconds.
|
java.lang.Number |
getSeconds()
The number of seconds until the timer expires.
|
java.lang.String |
getTimerName()
The name of the timer.
|
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 getTimerName()
CfnDetectorModel.SetTimerProperty
getTimerName
in interface CfnDetectorModel.SetTimerProperty
public final java.lang.String getDurationExpression()
CfnDetectorModel.SetTimerProperty
You can use a string expression that includes numbers, variables ( $variable.<variable-name>
), and input values ( $input.<input-name>.<path-to-datum>
) as the duration. The range of the duration is 1-31622400 seconds. To ensure accuracy, the minimum duration is 60 seconds. The evaluated result of the duration is rounded down to the nearest whole number.
getDurationExpression
in interface CfnDetectorModel.SetTimerProperty
public final java.lang.Number getSeconds()
CfnDetectorModel.SetTimerProperty
The minimum value is 60 seconds to ensure accuracy. The maximum value is 31622400 seconds.
getSeconds
in interface CfnDetectorModel.SetTimerProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()