@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeNotificationsForBudgetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeNotificationsForBudgetResult() |
Modifier and Type | Method and Description |
---|---|
DescribeNotificationsForBudgetResult |
clone() |
boolean |
equals(Object obj) |
String |
getNextToken() |
List<Notification> |
getNotifications() |
int |
hashCode() |
void |
setNextToken(String nextToken) |
void |
setNotifications(Collection<Notification> notifications) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DescribeNotificationsForBudgetResult |
withNextToken(String nextToken) |
DescribeNotificationsForBudgetResult |
withNotifications(Collection<Notification> notifications) |
DescribeNotificationsForBudgetResult |
withNotifications(Notification... notifications)
NOTE: This method appends the values to the existing list (if any).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public DescribeNotificationsForBudgetResult()
public List<Notification> getNotifications()
public void setNotifications(Collection<Notification> notifications)
notifications
- public DescribeNotificationsForBudgetResult withNotifications(Notification... notifications)
NOTE: This method appends the values to the existing list (if any). Use
setNotifications(java.util.Collection)
or withNotifications(java.util.Collection)
if you want
to override the existing values.
notifications
- public DescribeNotificationsForBudgetResult withNotifications(Collection<Notification> notifications)
notifications
- public void setNextToken(String nextToken)
nextToken
- public String getNextToken()
public DescribeNotificationsForBudgetResult withNextToken(String nextToken)
nextToken
- public String toString()
toString
in class Object
Object.toString()
public DescribeNotificationsForBudgetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.