Class CronOptionsWithTimezone.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.scheduler.CronOptionsWithTimezone.Jsii$Proxy
- All Implemented Interfaces:
CronOptions,CronOptionsWithTimezone,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CronOptionsWithTimezone
@Stability(Stable)
@Internal
public static final class CronOptionsWithTimezone.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CronOptionsWithTimezone
An implementation for
CronOptionsWithTimezone-
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.scheduler.CronOptionsWithTimezone
CronOptionsWithTimezone.Builder, CronOptionsWithTimezone.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCronOptionsWithTimezone.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 StringgetDay()The day of the month to run this rule at.final StringgetHour()The hour to run this rule at.final StringThe minute to run this rule at.final StringgetMonth()The month to run this rule at.final TimeZoneThe timezone to run the schedule in.final StringThe day of the week to run this rule at.final StringgetYear()The year to run this rule at.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 theCronOptionsWithTimezone.Builder.
-
-
Method Details
-
getTimeZone
Description copied from interface:CronOptionsWithTimezoneThe timezone to run the schedule in.Default: - TimeZone.ETC_UTC
- Specified by:
getTimeZonein interfaceCronOptionsWithTimezone
-
getDay
Description copied from interface:CronOptionsThe day of the month to run this rule at.Default: - Every day of the month
- Specified by:
getDayin interfaceCronOptions
-
getHour
Description copied from interface:CronOptionsThe hour to run this rule at.Default: - Every hour
- Specified by:
getHourin interfaceCronOptions
-
getMinute
Description copied from interface:CronOptionsThe minute to run this rule at.Default: - Every minute
- Specified by:
getMinutein interfaceCronOptions
-
getMonth
Description copied from interface:CronOptionsThe month to run this rule at.Default: - Every month
- Specified by:
getMonthin interfaceCronOptions
-
getWeekDay
Description copied from interface:CronOptionsThe day of the week to run this rule at.Default: - Any day of the week
- Specified by:
getWeekDayin interfaceCronOptions
-
getYear
Description copied from interface:CronOptionsThe year to run this rule at.Default: - Every year
- Specified by:
getYearin interfaceCronOptions
-
$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()
-