Class BillingBudgetAmount.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.billing_budget.BillingBudgetAmount.Jsii$Proxy
-
- All Implemented Interfaces:
BillingBudgetAmount,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- BillingBudgetAmount
@Stability(Stable) @Internal public static final class BillingBudgetAmount.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BillingBudgetAmount
An implementation forBillingBudgetAmount
-
-
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.BillingBudgetAmount
BillingBudgetAmount.Builder, BillingBudgetAmount.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(BillingBudgetAmount.Builder builder)Constructor that initializes the object based on literal property values passed by theBillingBudgetAmount.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)ObjectgetLastPeriodAmount()Configures a budget amount that is automatically set to 100% of last period's spend.BillingBudgetAmountSpecifiedAmountgetSpecifiedAmount()specified_amount block.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(BillingBudgetAmount.Builder builder)
Constructor that initializes the object based on literal property values passed by theBillingBudgetAmount.Builder.
-
-
Method Detail
-
getLastPeriodAmount
public final Object getLastPeriodAmount()
Description copied from interface:BillingBudgetAmountConfigures a budget amount that is automatically set to 100% of last period's spend.Boolean. Set value to true to use. Do not set to false, instead use the 'specified_amount' block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#last_period_amount BillingBudget#last_period_amount}
- Specified by:
getLastPeriodAmountin interfaceBillingBudgetAmount
-
getSpecifiedAmount
public final BillingBudgetAmountSpecifiedAmount getSpecifiedAmount()
Description copied from interface:BillingBudgetAmountspecified_amount block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#specified_amount BillingBudget#specified_amount}
- Specified by:
getSpecifiedAmountin interfaceBillingBudgetAmount
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-