@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BudgetNotificationsForAccount extends Object implements Serializable, Cloneable, StructuredPojo
The budget name and associated notifications for an account.
| Constructor and Description |
|---|
BudgetNotificationsForAccount() |
| Modifier and Type | Method and Description |
|---|---|
BudgetNotificationsForAccount |
clone() |
boolean |
equals(Object obj) |
String |
getBudgetName() |
List<Notification> |
getNotifications() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBudgetName(String budgetName) |
void |
setNotifications(Collection<Notification> notifications) |
String |
toString()
Returns a string representation of this object.
|
BudgetNotificationsForAccount |
withBudgetName(String budgetName) |
BudgetNotificationsForAccount |
withNotifications(Collection<Notification> notifications) |
BudgetNotificationsForAccount |
withNotifications(Notification... notifications)
NOTE: This method appends the values to the existing list (if any).
|
public List<Notification> getNotifications()
public void setNotifications(Collection<Notification> notifications)
notifications - public BudgetNotificationsForAccount 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 BudgetNotificationsForAccount withNotifications(Collection<Notification> notifications)
notifications - public void setBudgetName(String budgetName)
budgetName - public String getBudgetName()
public BudgetNotificationsForAccount withBudgetName(String budgetName)
budgetName - public String toString()
toString in class ObjectObject.toString()public BudgetNotificationsForAccount clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.