@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBudgetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Response of DescribeBudget
Constructor and Description |
---|
DescribeBudgetResult() |
Modifier and Type | Method and Description |
---|---|
DescribeBudgetResult |
clone() |
boolean |
equals(Object obj) |
Budget |
getBudget()
The description of the budget.
|
int |
hashCode() |
void |
setBudget(Budget budget)
The description of the budget.
|
String |
toString()
Returns a string representation of this object.
|
DescribeBudgetResult |
withBudget(Budget budget)
The description of the budget.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBudget(Budget budget)
The description of the budget.
budget
- The description of the budget.public Budget getBudget()
The description of the budget.
public DescribeBudgetResult withBudget(Budget budget)
The description of the budget.
budget
- The description of the budget.public String toString()
toString
in class Object
Object.toString()
public DescribeBudgetResult clone()