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