Class StorageTransferJobScheduleStartTimeOfDay.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobScheduleStartTimeOfDay.Jsii$Proxy
-
- All Implemented Interfaces:
StorageTransferJobScheduleStartTimeOfDay,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageTransferJobScheduleStartTimeOfDay
@Stability(Stable) @Internal public static final class StorageTransferJobScheduleStartTimeOfDay.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageTransferJobScheduleStartTimeOfDay
An implementation forStorageTransferJobScheduleStartTimeOfDay
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobScheduleStartTimeOfDay
StorageTransferJobScheduleStartTimeOfDay.Builder, StorageTransferJobScheduleStartTimeOfDay.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageTransferJobScheduleStartTimeOfDay.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageTransferJobScheduleStartTimeOfDay.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)NumbergetHours()Hours of day in 24 hour format.NumbergetMinutes()Minutes of hour of day.NumbergetNanos()Fractions of seconds in nanoseconds.NumbergetSeconds()Seconds of minutes of the time.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(StorageTransferJobScheduleStartTimeOfDay.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageTransferJobScheduleStartTimeOfDay.Builder.
-
-
Method Detail
-
getHours
public final Number getHours()
Description copied from interface:StorageTransferJobScheduleStartTimeOfDayHours of day in 24 hour format. Should be from 0 to 23.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#hours StorageTransferJob#hours}
- Specified by:
getHoursin interfaceStorageTransferJobScheduleStartTimeOfDay
-
getMinutes
public final Number getMinutes()
Description copied from interface:StorageTransferJobScheduleStartTimeOfDayMinutes of hour of day. Must be from 0 to 59.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#minutes StorageTransferJob#minutes}
- Specified by:
getMinutesin interfaceStorageTransferJobScheduleStartTimeOfDay
-
getNanos
public final Number getNanos()
Description copied from interface:StorageTransferJobScheduleStartTimeOfDayFractions of seconds in nanoseconds. Must be from 0 to 999,999,999.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#nanos StorageTransferJob#nanos}
- Specified by:
getNanosin interfaceStorageTransferJobScheduleStartTimeOfDay
-
getSeconds
public final Number getSeconds()
Description copied from interface:StorageTransferJobScheduleStartTimeOfDaySeconds of minutes of the time. Must normally be from 0 to 59.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#seconds StorageTransferJob#seconds}
- Specified by:
getSecondsin interfaceStorageTransferJobScheduleStartTimeOfDay
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-