Class StorageInsightsReportConfigFrequencyOptionsEndDate.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_insights_report_config.StorageInsightsReportConfigFrequencyOptionsEndDate.Jsii$Proxy
-
- All Implemented Interfaces:
StorageInsightsReportConfigFrequencyOptionsEndDate,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageInsightsReportConfigFrequencyOptionsEndDate
@Stability(Stable) @Internal public static final class StorageInsightsReportConfigFrequencyOptionsEndDate.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageInsightsReportConfigFrequencyOptionsEndDate
An implementation forStorageInsightsReportConfigFrequencyOptionsEndDate
-
-
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_insights_report_config.StorageInsightsReportConfigFrequencyOptionsEndDate
StorageInsightsReportConfigFrequencyOptionsEndDate.Builder, StorageInsightsReportConfigFrequencyOptionsEndDate.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageInsightsReportConfigFrequencyOptionsEndDate.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageInsightsReportConfigFrequencyOptionsEndDate.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()The day of the month to stop generating inventory reports.NumbergetMonth()The month to stop generating inventory reports.NumbergetYear()The year to stop generating inventory reports.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(StorageInsightsReportConfigFrequencyOptionsEndDate.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageInsightsReportConfigFrequencyOptionsEndDate.Builder.
-
-
Method Detail
-
getDay
public final Number getDay()
Description copied from interface:StorageInsightsReportConfigFrequencyOptionsEndDateThe day of the month to stop generating inventory reports.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#day StorageInsightsReportConfig#day}
- Specified by:
getDayin interfaceStorageInsightsReportConfigFrequencyOptionsEndDate
-
getMonth
public final Number getMonth()
Description copied from interface:StorageInsightsReportConfigFrequencyOptionsEndDateThe month to stop generating inventory reports.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#month StorageInsightsReportConfig#month}
- Specified by:
getMonthin interfaceStorageInsightsReportConfigFrequencyOptionsEndDate
-
getYear
public final Number getYear()
Description copied from interface:StorageInsightsReportConfigFrequencyOptionsEndDateThe year to stop generating inventory reports.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#year StorageInsightsReportConfig#year}
- Specified by:
getYearin interfaceStorageInsightsReportConfigFrequencyOptionsEndDate
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-