@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBudgetPerformanceHistoryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeBudgetPerformanceHistoryRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetPerformanceHistoryRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId() |
String |
getBudgetName() |
Integer |
getMaxResults() |
String |
getNextToken() |
TimePeriod |
getTimePeriod()
Retrieves how often the budget went into an
ALARM state for the specified time period. |
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setBudgetName(String budgetName) |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setTimePeriod(TimePeriod timePeriod)
Retrieves how often the budget went into an
ALARM state for the specified time period. |
String |
toString()
Returns a string representation of this object.
|
DescribeBudgetPerformanceHistoryRequest |
withAccountId(String accountId) |
DescribeBudgetPerformanceHistoryRequest |
withBudgetName(String budgetName) |
DescribeBudgetPerformanceHistoryRequest |
withMaxResults(Integer maxResults) |
DescribeBudgetPerformanceHistoryRequest |
withNextToken(String nextToken) |
DescribeBudgetPerformanceHistoryRequest |
withTimePeriod(TimePeriod timePeriod)
Retrieves how often the budget went into an
ALARM state for the specified time period. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeBudgetPerformanceHistoryRequest()
public void setAccountId(String accountId)
accountId - public String getAccountId()
public DescribeBudgetPerformanceHistoryRequest withAccountId(String accountId)
accountId - public void setBudgetName(String budgetName)
budgetName - public String getBudgetName()
public DescribeBudgetPerformanceHistoryRequest withBudgetName(String budgetName)
budgetName - public void setTimePeriod(TimePeriod timePeriod)
Retrieves how often the budget went into an ALARM state for the specified time period.
timePeriod - Retrieves how often the budget went into an ALARM state for the specified time period.public TimePeriod getTimePeriod()
Retrieves how often the budget went into an ALARM state for the specified time period.
ALARM state for the specified time period.public DescribeBudgetPerformanceHistoryRequest withTimePeriod(TimePeriod timePeriod)
Retrieves how often the budget went into an ALARM state for the specified time period.
timePeriod - Retrieves how often the budget went into an ALARM state for the specified time period.public void setMaxResults(Integer maxResults)
maxResults - public Integer getMaxResults()
public DescribeBudgetPerformanceHistoryRequest withMaxResults(Integer maxResults)
maxResults - public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public DescribeBudgetPerformanceHistoryRequest withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public DescribeBudgetPerformanceHistoryRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()