Class ScheduleGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.scheduler.ScheduleGroupProps.Jsii$Proxy
- All Implemented Interfaces:
ScheduleGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
ScheduleGroupProps
@Stability(Stable)
@Internal
public static final class ScheduleGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ScheduleGroupProps
An implementation for
ScheduleGroupProps-
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.ScheduleGroupProps
ScheduleGroupProps.Builder, ScheduleGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(ScheduleGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theScheduleGroupProps.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 RemovalPolicyThe removal policy for the group.final StringThe name of the schedule group.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 theScheduleGroupProps.Builder.
-
-
Method Details
-
getRemovalPolicy
Description copied from interface:ScheduleGroupPropsThe removal policy for the group.If the group is removed also all schedules are removed.
Default: RemovalPolicy.RETAIN
- Specified by:
getRemovalPolicyin interfaceScheduleGroupProps
-
getScheduleGroupName
Description copied from interface:ScheduleGroupPropsThe name of the schedule group.Up to 64 letters (uppercase and lowercase), numbers, hyphens, underscores and dots are allowed.
Default: - A unique name will be generated
- Specified by:
getScheduleGroupNamein interfaceScheduleGroupProps
-
$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()
-