Class CfnServiceLevelObjective.ExclusionWindowProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationsignals.CfnServiceLevelObjective.ExclusionWindowProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceLevelObjective.ExclusionWindowProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceLevelObjective.ExclusionWindowProperty
@Stability(Stable)
@Internal
public static final class CfnServiceLevelObjective.ExclusionWindowProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceLevelObjective.ExclusionWindowProperty
An implementation for
CfnServiceLevelObjective.ExclusionWindowProperty-
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.ExclusionWindowProperty
CfnServiceLevelObjective.ExclusionWindowProperty.Builder, CfnServiceLevelObjective.ExclusionWindowProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceLevelObjective.ExclusionWindowProperty.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 StringThe reason for the time exclusion windows.final ObjectThe recurrence rule for the time exclusion window.final StringThe start time of the time exclusion window.final ObjectThe time exclusion window.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.ExclusionWindowProperty.Builder.
-
-
Method Details
-
getWindow
Description copied from interface:CfnServiceLevelObjective.ExclusionWindowPropertyThe time exclusion window.Returns union: either
IResolvableorCfnServiceLevelObjective.WindowProperty- Specified by:
getWindowin interfaceCfnServiceLevelObjective.ExclusionWindowProperty- See Also:
-
getReason
Description copied from interface:CfnServiceLevelObjective.ExclusionWindowPropertyThe reason for the time exclusion windows.For example, maintenance.
Default: - "No reason"
- Specified by:
getReasonin interfaceCfnServiceLevelObjective.ExclusionWindowProperty- See Also:
-
getRecurrenceRule
Description copied from interface:CfnServiceLevelObjective.ExclusionWindowPropertyThe recurrence rule for the time exclusion window.Returns union: either
IResolvableorCfnServiceLevelObjective.RecurrenceRuleProperty- Specified by:
getRecurrenceRulein interfaceCfnServiceLevelObjective.ExclusionWindowProperty- See Also:
-
getStartTime
Description copied from interface:CfnServiceLevelObjective.ExclusionWindowPropertyThe start time of the time exclusion window.- Specified by:
getStartTimein interfaceCfnServiceLevelObjective.ExclusionWindowProperty- 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()
-