@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBudgetsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Request of DescribeBudgets
NOOP| Constructor and Description |
|---|
DescribeBudgetsRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The
accountId that is associated with the budgets that you want descriptions of. |
Integer |
getMaxResults()
Optional integer.
|
String |
getNextToken()
The pagination token that indicates the next set of results to retrieve.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The
accountId that is associated with the budgets that you want descriptions of. |
void |
setMaxResults(Integer maxResults)
Optional integer.
|
void |
setNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeBudgetsRequest |
withAccountId(String accountId)
The
accountId that is associated with the budgets that you want descriptions of. |
DescribeBudgetsRequest |
withMaxResults(Integer maxResults)
Optional integer.
|
DescribeBudgetsRequest |
withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
addHandlerContext, copyBaseTo, 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 void setAccountId(String accountId)
The accountId that is associated with the budgets that you want descriptions of.
accountId - The accountId that is associated with the budgets that you want descriptions of.public String getAccountId()
The accountId that is associated with the budgets that you want descriptions of.
accountId that is associated with the budgets that you want descriptions of.public DescribeBudgetsRequest withAccountId(String accountId)
The accountId that is associated with the budgets that you want descriptions of.
accountId - The accountId that is associated with the budgets that you want descriptions of.public void setMaxResults(Integer maxResults)
Optional integer. Specifies the maximum number of results to return in response.
maxResults - Optional integer. Specifies the maximum number of results to return in response.public Integer getMaxResults()
Optional integer. Specifies the maximum number of results to return in response.
public DescribeBudgetsRequest withMaxResults(Integer maxResults)
Optional integer. Specifies the maximum number of results to return in response.
maxResults - Optional integer. Specifies the maximum number of results to return in response.public void setNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.public String getNextToken()
The pagination token that indicates the next set of results to retrieve.
public DescribeBudgetsRequest withNextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.public String toString()
toString in class ObjectObject.toString()public DescribeBudgetsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.