Class CfnServiceLevelObjective.CalendarIntervalProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.applicationsignals.CfnServiceLevelObjective.CalendarIntervalProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServiceLevelObjective.CalendarIntervalProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnServiceLevelObjective.CalendarIntervalProperty
@Stability(Stable)
@Internal
public static final class CfnServiceLevelObjective.CalendarIntervalProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServiceLevelObjective.CalendarIntervalProperty
An implementation for
CfnServiceLevelObjective.CalendarIntervalProperty-
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.applicationsignals.CfnServiceLevelObjective.CalendarIntervalProperty
CfnServiceLevelObjective.CalendarIntervalProperty.Builder, CfnServiceLevelObjective.CalendarIntervalProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnServiceLevelObjective.CalendarIntervalProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnServiceLevelObjective.CalendarIntervalProperty.Builder.
-
-
Method Details
-
getDuration
Description copied from interface:CfnServiceLevelObjective.CalendarIntervalPropertySpecifies the duration of each calendar interval.For example, if
Durationis1andDurationUnitisMONTH, each interval is one month, aligned with the calendar.- Specified by:
getDurationin interfaceCfnServiceLevelObjective.CalendarIntervalProperty- See Also:
-
getDurationUnit
Description copied from interface:CfnServiceLevelObjective.CalendarIntervalPropertySpecifies the calendar interval unit.- Specified by:
getDurationUnitin interfaceCfnServiceLevelObjective.CalendarIntervalProperty- See Also:
-
getStartTime
Description copied from interface:CfnServiceLevelObjective.CalendarIntervalPropertyThe date and time when you want the first interval to start.Be sure to choose a time that configures the intervals the way that you want. For example, if you want weekly intervals starting on Mondays at 6 a.m., be sure to specify a start time that is a Monday at 6 a.m.
When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example:
1698778057As soon as one calendar interval ends, another automatically begins.
- Specified by:
getStartTimein interfaceCfnServiceLevelObjective.CalendarIntervalProperty- 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()
-