Class CfnHoursOfOperation.RecurrencePatternProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnHoursOfOperation.RecurrencePatternProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnHoursOfOperation.RecurrencePatternProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnHoursOfOperation.RecurrencePatternProperty
@Stability(Stable)
@Internal
public static final class CfnHoursOfOperation.RecurrencePatternProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHoursOfOperation.RecurrencePatternProperty
An implementation for
CfnHoursOfOperation.RecurrencePatternProperty-
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.connect.CfnHoursOfOperation.RecurrencePatternProperty
CfnHoursOfOperation.RecurrencePatternProperty.Builder, CfnHoursOfOperation.RecurrencePatternProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHoursOfOperation.RecurrencePatternProperty.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 ObjectList of months (1-12) for recurrence pattern.final ObjectList of month days (-1 to 31) for recurrence pattern.final Objectfinal StringThe frequency of recurrence for hours of operation overrides.final Numberfinal 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 theCfnHoursOfOperation.RecurrencePatternProperty.Builder.
-
-
Method Details
-
getByMonth
Description copied from interface:CfnHoursOfOperation.RecurrencePatternPropertyList of months (1-12) for recurrence pattern.Returns union: either Listinvalid input: '<'
Number> orIResolvable- Specified by:
getByMonthin interfaceCfnHoursOfOperation.RecurrencePatternProperty- See Also:
-
getByMonthDay
Description copied from interface:CfnHoursOfOperation.RecurrencePatternPropertyList of month days (-1 to 31) for recurrence pattern.Returns union: either Listinvalid input: '<'
Number> orIResolvable- Specified by:
getByMonthDayin interfaceCfnHoursOfOperation.RecurrencePatternProperty- See Also:
-
getByWeekdayOccurrence
Description copied from interface:CfnHoursOfOperation.RecurrencePatternProperty- Specified by:
getByWeekdayOccurrencein interfaceCfnHoursOfOperation.RecurrencePatternProperty- See Also:
-
getFrequency
Description copied from interface:CfnHoursOfOperation.RecurrencePatternPropertyThe frequency of recurrence for hours of operation overrides.- Specified by:
getFrequencyin interfaceCfnHoursOfOperation.RecurrencePatternProperty- See Also:
-
getInterval
- Specified by:
getIntervalin interfaceCfnHoursOfOperation.RecurrencePatternProperty- 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()
-