Class CfnServiceLevelObjective.IntervalProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationsignals.CfnServiceLevelObjective.IntervalProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceLevelObjective.IntervalProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceLevelObjective.IntervalProperty
@Stability(Stable)
@Internal
public static final class CfnServiceLevelObjective.IntervalProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceLevelObjective.IntervalProperty
An implementation for
CfnServiceLevelObjective.IntervalProperty-
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.services.applicationsignals.CfnServiceLevelObjective.IntervalProperty
CfnServiceLevelObjective.IntervalProperty.Builder, CfnServiceLevelObjective.IntervalProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceLevelObjective.IntervalProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectIf the interval is a calendar interval, this structure contains the interval specifications.final ObjectIf the interval is a rolling interval, this structure contains the interval specifications.final inthashCode()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 theCfnServiceLevelObjective.IntervalProperty.Builder.
-
-
Method Details
-
getCalendarInterval
Description copied from interface:CfnServiceLevelObjective.IntervalPropertyIf the interval is a calendar interval, this structure contains the interval specifications.Returns union: either
IResolvableorCfnServiceLevelObjective.CalendarIntervalProperty- Specified by:
getCalendarIntervalin interfaceCfnServiceLevelObjective.IntervalProperty- See Also:
-
getRollingInterval
Description copied from interface:CfnServiceLevelObjective.IntervalPropertyIf the interval is a rolling interval, this structure contains the interval specifications.Returns union: either
IResolvableorCfnServiceLevelObjective.RollingIntervalProperty- Specified by:
getRollingIntervalin interfaceCfnServiceLevelObjective.IntervalProperty- 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()
-