Class StorageTransferJobScheduleScheduleStartDate.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobScheduleScheduleStartDate.Jsii$Proxy
-
- All Implemented Interfaces:
StorageTransferJobScheduleScheduleStartDate,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageTransferJobScheduleScheduleStartDate
@Stability(Stable) @Internal public static final class StorageTransferJobScheduleScheduleStartDate.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageTransferJobScheduleScheduleStartDate
An implementation forStorageTransferJobScheduleScheduleStartDate
-
-
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.StorageTransferJobScheduleScheduleStartDate
StorageTransferJobScheduleScheduleStartDate.Builder, StorageTransferJobScheduleScheduleStartDate.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageTransferJobScheduleScheduleStartDate.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageTransferJobScheduleScheduleStartDate.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)NumbergetDay()Day of month.NumbergetMonth()Month of year.NumbergetYear()Year of date.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(StorageTransferJobScheduleScheduleStartDate.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageTransferJobScheduleScheduleStartDate.Builder.
-
-
Method Detail
-
getDay
public final Number getDay()
Description copied from interface:StorageTransferJobScheduleScheduleStartDateDay of month. Must be from 1 to 31 and valid for the year and month.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#day StorageTransferJob#day}
- Specified by:
getDayin interfaceStorageTransferJobScheduleScheduleStartDate
-
getMonth
public final Number getMonth()
Description copied from interface:StorageTransferJobScheduleScheduleStartDateMonth of year. Must be from 1 to 12.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#month StorageTransferJob#month}
- Specified by:
getMonthin interfaceStorageTransferJobScheduleScheduleStartDate
-
getYear
public final Number getYear()
Description copied from interface:StorageTransferJobScheduleScheduleStartDateYear of date. Must be from 1 to 9999.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_transfer_job#year StorageTransferJob#year}
- Specified by:
getYearin interfaceStorageTransferJobScheduleScheduleStartDate
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-