Class CfnRotationPropsMixin.RecurrenceSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ssmcontacts.CfnRotationPropsMixin.RecurrenceSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRotationPropsMixin.RecurrenceSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRotationPropsMixin.RecurrenceSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnRotationPropsMixin.RecurrenceSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRotationPropsMixin.RecurrenceSettingsProperty
An implementation for
CfnRotationPropsMixin.RecurrenceSettingsProperty-
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.ssmcontacts.CfnRotationPropsMixin.RecurrenceSettingsProperty
CfnRotationPropsMixin.RecurrenceSettingsProperty.Builder, CfnRotationPropsMixin.RecurrenceSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRotationPropsMixin.RecurrenceSettingsProperty.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 booleanInformation about on-call rotations that recur daily.final ObjectInformation about on-call rotations that recur monthly.final NumberThe number of contacts, or shift team members designated to be on call concurrently during a shift.final NumberThe number of days, weeks, or months a single rotation lasts.final ObjectInformation about the days of the week included in on-call rotation coverage.final ObjectInformation about on-call rotations that recur weekly.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 theCfnRotationPropsMixin.RecurrenceSettingsProperty.Builder.
-
-
Method Details
-
getDailySettings
Description copied from interface:CfnRotationPropsMixin.RecurrenceSettingsPropertyInformation about on-call rotations that recur daily.- Specified by:
getDailySettingsin interfaceCfnRotationPropsMixin.RecurrenceSettingsProperty- See Also:
-
getMonthlySettings
Description copied from interface:CfnRotationPropsMixin.RecurrenceSettingsPropertyInformation about on-call rotations that recur monthly.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRotationPropsMixin.MonthlySettingProperty>- Specified by:
getMonthlySettingsin interfaceCfnRotationPropsMixin.RecurrenceSettingsProperty- See Also:
-
getNumberOfOnCalls
Description copied from interface:CfnRotationPropsMixin.RecurrenceSettingsPropertyThe number of contacts, or shift team members designated to be on call concurrently during a shift.For example, in an on-call schedule that contains ten contacts, a value of
2designates that two of them are on call at any given time.- Specified by:
getNumberOfOnCallsin interfaceCfnRotationPropsMixin.RecurrenceSettingsProperty- See Also:
-
getRecurrenceMultiplier
Description copied from interface:CfnRotationPropsMixin.RecurrenceSettingsPropertyThe number of days, weeks, or months a single rotation lasts.- Specified by:
getRecurrenceMultiplierin interfaceCfnRotationPropsMixin.RecurrenceSettingsProperty- See Also:
-
getShiftCoverages
Description copied from interface:CfnRotationPropsMixin.RecurrenceSettingsPropertyInformation about the days of the week included in on-call rotation coverage.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRotationPropsMixin.ShiftCoverageProperty>- Specified by:
getShiftCoveragesin interfaceCfnRotationPropsMixin.RecurrenceSettingsProperty- See Also:
-
getWeeklySettings
Description copied from interface:CfnRotationPropsMixin.RecurrenceSettingsPropertyInformation about on-call rotations that recur weekly.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRotationPropsMixin.WeeklySettingProperty>- Specified by:
getWeeklySettingsin interfaceCfnRotationPropsMixin.RecurrenceSettingsProperty- 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()
-