Class CfnBudget.TimePeriodProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.budgets.CfnBudget.TimePeriodProperty.Jsii$Proxy
All Implemented Interfaces:
CfnBudget.TimePeriodProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnBudget.TimePeriodProperty

@Stability(Stable) @Internal public static final class CfnBudget.TimePeriodProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBudget.TimePeriodProperty
An implementation for CfnBudget.TimePeriodProperty
  • Constructor Details

    • 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(CfnBudget.TimePeriodProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnBudget.TimePeriodProperty.Builder.
  • Method Details

    • getEnd

      public final String getEnd()
      Description copied from interface: CfnBudget.TimePeriodProperty
      The end date for a budget.

      If you didn't specify an end date, AWS set your end date to 06/15/87 00:00 UTC . The defaults are the same for the AWS Billing and Cost Management console and the API.

      After the end date, AWS deletes the budget and all the associated notifications and subscribers. You can change your end date with the UpdateBudget operation.

      Specified by:
      getEnd in interface CfnBudget.TimePeriodProperty
    • getStart

      public final String getStart()
      Description copied from interface: CfnBudget.TimePeriodProperty
      The start date for a budget.

      If you created your budget and didn't specify a start date, the start date defaults to the start of the chosen time period (MONTHLY, QUARTERLY, or ANNUALLY). For example, if you create your budget on January 24, 2019, choose MONTHLY , and don't set a start date, the start date defaults to 01/01/19 00:00 UTC . The defaults are the same for the AWS Billing and Cost Management console and the API.

      You can change your start date with the UpdateBudget operation.

      Valid values depend on the value of BudgetType :

      • If BudgetType is COST or USAGE : Valid values are MONTHLY , QUARTERLY , and ANNUALLY .
      • If BudgetType is RI_UTILIZATION or RI_COVERAGE : Valid values are DAILY , MONTHLY , QUARTERLY , and ANNUALLY .
      Specified by:
      getStart in interface CfnBudget.TimePeriodProperty
    • $jsii$toJson

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

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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