@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBudgetNotificationsForAccountRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DescribeBudgetNotificationsForAccountRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DescribeBudgetNotificationsForAccountRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getAccountId() | 
| Integer | getMaxResults()
 An integer that represents how many budgets a paginated response contains. | 
| String | getNextToken() | 
| int | hashCode() | 
| void | setAccountId(String accountId) | 
| void | setMaxResults(Integer maxResults)
 An integer that represents how many budgets a paginated response contains. | 
| void | setNextToken(String nextToken) | 
| String | toString()Returns a string representation of this object. | 
| DescribeBudgetNotificationsForAccountRequest | withAccountId(String accountId) | 
| DescribeBudgetNotificationsForAccountRequest | withMaxResults(Integer maxResults)
 An integer that represents how many budgets a paginated response contains. | 
| DescribeBudgetNotificationsForAccountRequest | withNextToken(String nextToken) | 
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 DescribeBudgetNotificationsForAccountRequest()
public void setAccountId(String accountId)
accountId - public String getAccountId()
public DescribeBudgetNotificationsForAccountRequest withAccountId(String accountId)
accountId - public void setMaxResults(Integer maxResults)
An integer that represents how many budgets a paginated response contains. The default is 50.
maxResults - An integer that represents how many budgets a paginated response contains. The default is 50.public Integer getMaxResults()
An integer that represents how many budgets a paginated response contains. The default is 50.
public DescribeBudgetNotificationsForAccountRequest withMaxResults(Integer maxResults)
An integer that represents how many budgets a paginated response contains. The default is 50.
maxResults - An integer that represents how many budgets a paginated response contains. The default is 50.public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public DescribeBudgetNotificationsForAccountRequest withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public DescribeBudgetNotificationsForAccountRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()