@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateBudgetActionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateBudgetActionResult() |
Modifier and Type | Method and Description |
---|---|
CreateBudgetActionResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId() |
String |
getActionId()
A system-generated universally unique identifier (UUID) for the action.
|
String |
getBudgetName() |
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setActionId(String actionId)
A system-generated universally unique identifier (UUID) for the action.
|
void |
setBudgetName(String budgetName) |
String |
toString()
Returns a string representation of this object.
|
CreateBudgetActionResult |
withAccountId(String accountId) |
CreateBudgetActionResult |
withActionId(String actionId)
A system-generated universally unique identifier (UUID) for the action.
|
CreateBudgetActionResult |
withBudgetName(String budgetName) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccountId(String accountId)
accountId
- public String getAccountId()
public CreateBudgetActionResult withAccountId(String accountId)
accountId
- public void setBudgetName(String budgetName)
budgetName
- public String getBudgetName()
public CreateBudgetActionResult withBudgetName(String budgetName)
budgetName
- public void setActionId(String actionId)
A system-generated universally unique identifier (UUID) for the action.
actionId
- A system-generated universally unique identifier (UUID) for the action.public String getActionId()
A system-generated universally unique identifier (UUID) for the action.
public CreateBudgetActionResult withActionId(String actionId)
A system-generated universally unique identifier (UUID) for the action.
actionId
- A system-generated universally unique identifier (UUID) for the action.public String toString()
toString
in class Object
Object.toString()
public CreateBudgetActionResult clone()