public static final class CfnBudget.TimePeriodProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBudget.TimePeriodProperty
CfnBudget.TimePeriodProperty
CfnBudget.TimePeriodProperty.Builder, CfnBudget.TimePeriodProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getEnd()
The end date for a budget.
|
java.lang.String |
getStart()
The start date for a budget.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getEnd()
CfnBudget.TimePeriodProperty
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.
getEnd
in interface CfnBudget.TimePeriodProperty
public final java.lang.String getStart()
CfnBudget.TimePeriodProperty
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
:
BudgetType
is COST
or USAGE
: Valid values are MONTHLY
, QUARTERLY
, and ANNUALLY
.BudgetType
is RI_UTILIZATION
or RI_COVERAGE
: Valid values are DAILY
, MONTHLY
, QUARTERLY
, and ANNUALLY
.getStart
in interface CfnBudget.TimePeriodProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()