@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BudgetDetail extends Object implements Serializable, Cloneable, StructuredPojo
Information about a budget.
| Constructor and Description |
|---|
BudgetDetail() |
| Modifier and Type | Method and Description |
|---|---|
BudgetDetail |
clone() |
boolean |
equals(Object obj) |
String |
getBudgetName()
Name of the associated budget.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBudgetName(String budgetName)
Name of the associated budget.
|
String |
toString()
Returns a string representation of this object.
|
BudgetDetail |
withBudgetName(String budgetName)
Name of the associated budget.
|
public void setBudgetName(String budgetName)
Name of the associated budget.
budgetName - Name of the associated budget.public String getBudgetName()
Name of the associated budget.
public BudgetDetail withBudgetName(String budgetName)
Name of the associated budget.
budgetName - Name of the associated budget.public String toString()
toString in class ObjectObject.toString()public BudgetDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.