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