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