@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBudgetNotificationsForAccountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeBudgetNotificationsForAccountResult() |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic DescribeBudgetNotificationsForAccountResult()
public List<BudgetNotificationsForAccount> getBudgetNotificationsForAccount()
A list of budget names and associated notifications for an account.
public void setBudgetNotificationsForAccount(Collection<BudgetNotificationsForAccount> budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
budgetNotificationsForAccount - A list of budget names and associated notifications for an account.public DescribeBudgetNotificationsForAccountResult withBudgetNotificationsForAccount(BudgetNotificationsForAccount... budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
NOTE: This method appends the values to the existing list (if any). Use
setBudgetNotificationsForAccount(java.util.Collection) or
withBudgetNotificationsForAccount(java.util.Collection) if you want to override the existing values.
budgetNotificationsForAccount - A list of budget names and associated notifications for an account.public DescribeBudgetNotificationsForAccountResult withBudgetNotificationsForAccount(Collection<BudgetNotificationsForAccount> budgetNotificationsForAccount)
A list of budget names and associated notifications for an account.
budgetNotificationsForAccount - A list of budget names and associated notifications for an account.public void setNextToken(String nextToken)
nextToken - public String getNextToken()
public DescribeBudgetNotificationsForAccountResult withNextToken(String nextToken)
nextToken - public String toString()
toString in class ObjectObject.toString()public DescribeBudgetNotificationsForAccountResult clone()