Class CfnAnomalyDetector.RangeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector.RangeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetector.RangeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnomalyDetector.RangeProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetector.RangeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetector.RangeProperty
An implementation for
CfnAnomalyDetector.RangeProperty
-
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.cloudwatch.CfnAnomalyDetector.RangeProperty
CfnAnomalyDetector.RangeProperty.Builder, CfnAnomalyDetector.RangeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.RangeProperty.Builder
.protected
Jsii$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 theCfnAnomalyDetector.RangeProperty.Builder
.
-
-
Method Details
-
getEndTime
Description copied from interface:CfnAnomalyDetector.RangeProperty
The end time of the range to exclude.The format is
yyyy-MM-dd'T'HH:mm:ss
. For example,2019-07-01T23:59:59
.- Specified by:
getEndTime
in interfaceCfnAnomalyDetector.RangeProperty
- See Also:
-
getStartTime
Description copied from interface:CfnAnomalyDetector.RangeProperty
The start time of the range to exclude.The format is
yyyy-MM-dd'T'HH:mm:ss
. For example,2019-07-01T23:59:59
.- Specified by:
getStartTime
in interfaceCfnAnomalyDetector.RangeProperty
- 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()
-