Class CronOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.synthetics.alpha.CronOptions.Jsii$Proxy
- All Implemented Interfaces:
CronOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CronOptions
@Stability(Deprecated)
@Deprecated
@Internal
public static final class CronOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CronOptions
Deprecated.
An implementation for
CronOptions-
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.synthetics.alpha.CronOptions
CronOptions.Builder, CronOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CronOptions.Builder builder) Deprecated.Constructor that initializes the object based on literal property values passed by theCronOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodeDeprecated.final booleanDeprecated.final StringgetDay()Deprecated.(deprecated) The day of the month to run this rule at.final StringgetHour()Deprecated.(deprecated) The hour to run this rule at.final StringDeprecated.(deprecated) The minute to run this rule at.final StringgetMonth()Deprecated.(deprecated) The month to run this rule at.final StringDeprecated.(deprecated) The day of the week to run this rule at.final inthashCode()Deprecated.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) Deprecated.Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Deprecated.Constructor that initializes the object based on literal property values passed by theCronOptions.Builder.
-
-
Method Details
-
getDay
Deprecated.Description copied from interface:CronOptions(deprecated) The day of the month to run this rule at.Default: - Every day of the month
- Specified by:
getDayin interfaceCronOptions
-
getHour
Deprecated.Description copied from interface:CronOptions(deprecated) The hour to run this rule at.Default: - Every hour
- Specified by:
getHourin interfaceCronOptions
-
getMinute
Deprecated.Description copied from interface:CronOptions(deprecated) The minute to run this rule at.Default: - Every minute
- Specified by:
getMinutein interfaceCronOptions
-
getMonth
Deprecated.Description copied from interface:CronOptions(deprecated) The month to run this rule at.Default: - Every month
- Specified by:
getMonthin interfaceCronOptions
-
getWeekDay
Deprecated.Description copied from interface:CronOptions(deprecated) The day of the week to run this rule at.Default: - Any day of the week
- Specified by:
getWeekDayin interfaceCronOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()Deprecated.- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
Deprecated. -
hashCode
public final int hashCode()Deprecated.
-