Class CalendarDateTime.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CalendarDateTime.Jsii$Proxy
- All Implemented Interfaces:
CalendarDateTime,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CalendarDateTime
@Stability(Stable)
@Internal
public static final class CalendarDateTime.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CalendarDateTime
An implementation for
CalendarDateTime-
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.cloudwatch.CalendarDateTime
CalendarDateTime.Builder, CalendarDateTime.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CalendarDateTime.Builder builder) Constructor that initializes the object based on literal property values passed by theCalendarDateTime.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 NumbergetDay()The day of the date.final NumbergetHour()The hour of the time.final NumberThe minute of the time.final NumbergetMonth()The month of the date.final NumbergetYear()The year of the date.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 theCalendarDateTime.Builder.
-
-
Method Details
-
getDay
Description copied from interface:CalendarDateTimeThe day of the date.Valid range: 1-31
- Specified by:
getDayin interfaceCalendarDateTime
-
getHour
Description copied from interface:CalendarDateTimeThe hour of the time.Valid range: 0-23
- Specified by:
getHourin interfaceCalendarDateTime
-
getMinute
Description copied from interface:CalendarDateTimeThe minute of the time.Valid range: 0-59
- Specified by:
getMinutein interfaceCalendarDateTime
-
getMonth
Description copied from interface:CalendarDateTimeThe month of the date.Valid range: 1-12
- Specified by:
getMonthin interfaceCalendarDateTime
-
getYear
Description copied from interface:CalendarDateTimeThe year of the date.- Specified by:
getYearin interfaceCalendarDateTime
-
$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()
-