@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() |
boolean |
equals(Object obj) |
String |
getAccountId() |
Integer |
getMaxResults()
An integer that shows how many budget name entries a paginated response contains.
|
String |
getNextToken() |
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setMaxResults(Integer maxResults)
An integer that shows how many budget name entries 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 shows how many budget name entries a paginated response contains.
|
DescribeBudgetNotificationsForAccountRequest |
withNextToken(String nextToken) |
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 DescribeBudgetNotificationsForAccountRequest()
public void setAccountId(String accountId)
accountId - public String getAccountId()
public DescribeBudgetNotificationsForAccountRequest withAccountId(String accountId)
accountId - public void setMaxResults(Integer maxResults)
An integer that shows how many budget name entries a paginated response contains.
maxResults - An integer that shows how many budget name entries a paginated response contains.public Integer getMaxResults()
An integer that shows how many budget name entries a paginated response contains.
public DescribeBudgetNotificationsForAccountRequest withMaxResults(Integer maxResults)
An integer that shows how many budget name entries a paginated response contains.
maxResults - An integer that shows how many budget name entries a paginated response contains.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()
clone in class AmazonWebServiceRequestCopyright © 2022. All rights reserved.