Class BillingBudgetAmountSpecifiedAmount.Jsii$Proxy

    • 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.
    • Method Detail

      • getNanos

        public final Number getNanos()
        Description copied from interface: BillingBudgetAmountSpecifiedAmount
        Number of nano (10^-9) units of the amount.

        The value must be between -999,999,999 and +999,999,999 inclusive. If units is positive, nanos must be positive or zero. If units is zero, nanos can be positive, zero, or negative. If units is negative, nanos must be negative or zero. For example $-1.75 is represented as units=-1 and nanos=-750,000,000. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#nanos BillingBudget#nanos}

        Specified by:
        getNanos in interface BillingBudgetAmountSpecifiedAmount
      • getUnits

        public final String getUnits()
        Description copied from interface: BillingBudgetAmountSpecifiedAmount
        The whole units of the amount. For example if currencyCode is "USD", then 1 unit is one US dollar.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/billing_budget#units BillingBudget#units}

        Specified by:
        getUnits in interface BillingBudgetAmountSpecifiedAmount
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object