@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBudgetPerformanceHistoryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeBudgetPerformanceHistoryResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetPerformanceHistoryResult |
clone() |
boolean |
equals(Object obj) |
BudgetPerformanceHistory |
getBudgetPerformanceHistory()
The history of how often the budget has gone into an
ALARM state. |
String |
getNextToken() |
int |
hashCode() |
void |
setBudgetPerformanceHistory(BudgetPerformanceHistory budgetPerformanceHistory)
The history of how often the budget has gone into an
ALARM state. |
void |
setNextToken(String nextToken) |
String |
toString()
Returns a string representation of this object.
|
DescribeBudgetPerformanceHistoryResult |
withBudgetPerformanceHistory(BudgetPerformanceHistory budgetPerformanceHistory)
The history of how often the budget has gone into an
ALARM state. |
DescribeBudgetPerformanceHistoryResult |
withNextToken(String nextToken) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeBudgetPerformanceHistoryResult()
public void setBudgetPerformanceHistory(BudgetPerformanceHistory budgetPerformanceHistory)
The history of how often the budget has gone into an ALARM state.
For DAILY budgets, the history saves the state of the budget for the last 60 days. For
MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12
months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.
budgetPerformanceHistory - The history of how often the budget has gone into an ALARM state.
For DAILY budgets, the history saves the state of the budget for the last 60 days. For
MONTHLY budgets, the history saves the state of the budget for the current month plus the
last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last
four quarters.
public BudgetPerformanceHistory getBudgetPerformanceHistory()
The history of how often the budget has gone into an ALARM state.
For DAILY budgets, the history saves the state of the budget for the last 60 days. For
MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12
months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.
ALARM state.
For DAILY budgets, the history saves the state of the budget for the last 60 days. For
MONTHLY budgets, the history saves the state of the budget for the current month plus the
last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the
last four quarters.
public DescribeBudgetPerformanceHistoryResult withBudgetPerformanceHistory(BudgetPerformanceHistory budgetPerformanceHistory)
The history of how often the budget has gone into an ALARM state.
For DAILY budgets, the history saves the state of the budget for the last 60 days. For
MONTHLY budgets, the history saves the state of the budget for the current month plus the last 12
months. For QUARTERLY budgets, the history saves the state of the budget for the last four quarters.
budgetPerformanceHistory - The history of how often the budget has gone into an ALARM state.
For DAILY budgets, the history saves the state of the budget for the last 60 days. For
MONTHLY budgets, the history saves the state of the budget for the current month plus the
last 12 months. For QUARTERLY budgets, the history saves the state of the budget for the last
four quarters.
public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public DescribeBudgetPerformanceHistoryResult withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public DescribeBudgetPerformanceHistoryResult clone()