Class CfnTopicRule.TimestampProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnTopicRule.TimestampProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopicRule.TimestampProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopicRule.TimestampProperty
@Stability(Stable)
@Internal
public static final class CfnTopicRule.TimestampProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopicRule.TimestampProperty
An implementation for
CfnTopicRule.TimestampProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnTopicRule.TimestampProperty
CfnTopicRule.TimestampProperty.Builder, CfnTopicRule.TimestampProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTopicRule.TimestampProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
getUnit()
The precision of the timestamp value that results from the expression described invalue
.final String
getValue()
An expression that returns a long epoch time value.final int
hashCode()
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 theCfnTopicRule.TimestampProperty.Builder
.
-
-
Method Details
-
getValue
Description copied from interface:CfnTopicRule.TimestampProperty
An expression that returns a long epoch time value.- Specified by:
getValue
in interfaceCfnTopicRule.TimestampProperty
- See Also:
-
getUnit
Description copied from interface:CfnTopicRule.TimestampProperty
The precision of the timestamp value that results from the expression described invalue
.- Specified by:
getUnit
in interfaceCfnTopicRule.TimestampProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-