@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeBudgetActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeBudgetActionResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeBudgetActionResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId() |
Action |
getAction()
A budget action resource.
|
String |
getBudgetName() |
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setAction(Action action)
A budget action resource.
|
void |
setBudgetName(String budgetName) |
String |
toString()
Returns a string representation of this object.
|
DescribeBudgetActionResult |
withAccountId(String accountId) |
DescribeBudgetActionResult |
withAction(Action action)
A budget action resource.
|
DescribeBudgetActionResult |
withBudgetName(String budgetName) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAccountId(String accountId)
accountId - public String getAccountId()
public DescribeBudgetActionResult withAccountId(String accountId)
accountId - public void setBudgetName(String budgetName)
budgetName - public String getBudgetName()
public DescribeBudgetActionResult withBudgetName(String budgetName)
budgetName - public void setAction(Action action)
A budget action resource.
action - A budget action resource.public Action getAction()
A budget action resource.
public DescribeBudgetActionResult withAction(Action action)
A budget action resource.
action - A budget action resource.public String toString()
toString in class ObjectObject.toString()public DescribeBudgetActionResult clone()