Class CfnDetectorModelPropsMixin.SetTimerProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotevents.CfnDetectorModelPropsMixin.SetTimerProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDetectorModelPropsMixin.SetTimerProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDetectorModelPropsMixin.SetTimerProperty
@Stability(Stable)
@Internal
public static final class CfnDetectorModelPropsMixin.SetTimerProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetectorModelPropsMixin.SetTimerProperty
An implementation for
CfnDetectorModelPropsMixin.SetTimerProperty-
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.cfnpropertymixins.services.iotevents.CfnDetectorModelPropsMixin.SetTimerProperty
CfnDetectorModelPropsMixin.SetTimerProperty.Builder, CfnDetectorModelPropsMixin.SetTimerProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDetectorModelPropsMixin.SetTimerProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnDetectorModelPropsMixin.SetTimerProperty.Builder.
-
-
Method Details
-
getDurationExpression
Description copied from interface:CfnDetectorModelPropsMixin.SetTimerPropertyThe duration of the timer, in seconds.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.- Specified by:
getDurationExpressionin interfaceCfnDetectorModelPropsMixin.SetTimerProperty- See Also:
-
getSeconds
Description copied from interface:CfnDetectorModelPropsMixin.SetTimerPropertyThe number of seconds until the timer expires.The minimum value is 60 seconds to ensure accuracy. The maximum value is 31622400 seconds.
- Specified by:
getSecondsin interfaceCfnDetectorModelPropsMixin.SetTimerProperty- See Also:
-
getTimerName
Description copied from interface:CfnDetectorModelPropsMixin.SetTimerPropertyThe name of the timer.- Specified by:
getTimerNamein interfaceCfnDetectorModelPropsMixin.SetTimerProperty- 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()
-