Class ApplyEnvironmentManagedActionResult
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.ApplyEnvironmentManagedActionResult
- All Implemented Interfaces:
Serializable, Cloneable
The result message containing information about the managed action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA description of the managed action.The action ID of the managed action.The type of managed action.The status of the managed action.inthashCode()voidsetActionDescription(String actionDescription) A description of the managed action.voidsetActionId(String actionId) The action ID of the managed action.voidsetActionType(ActionType actionType) The type of managed action.voidsetActionType(String actionType) The type of managed action.voidThe status of the managed action.toString()Returns a string representation of this object; useful for testing and debugging.withActionDescription(String actionDescription) A description of the managed action.withActionId(String actionId) The action ID of the managed action.withActionType(ActionType actionType) The type of managed action.withActionType(String actionType) The type of managed action.withStatus(String status) The status of the managed action.
-
Constructor Details
-
ApplyEnvironmentManagedActionResult
public ApplyEnvironmentManagedActionResult()
-
-
Method Details
-
setActionId
The action ID of the managed action.
- Parameters:
actionId- The action ID of the managed action.
-
getActionId
The action ID of the managed action.
- Returns:
- The action ID of the managed action.
-
withActionId
The action ID of the managed action.
- Parameters:
actionId- The action ID of the managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setActionDescription
A description of the managed action.
- Parameters:
actionDescription- A description of the managed action.
-
getActionDescription
A description of the managed action.
- Returns:
- A description of the managed action.
-
withActionDescription
A description of the managed action.
- Parameters:
actionDescription- A description of the managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setActionType
The type of managed action.
- Parameters:
actionType- The type of managed action.- See Also:
-
getActionType
The type of managed action.
- Returns:
- The type of managed action.
- See Also:
-
withActionType
The type of managed action.
- Parameters:
actionType- The type of managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setActionType
The type of managed action.
- Parameters:
actionType- The type of managed action.- See Also:
-
withActionType
The type of managed action.
- Parameters:
actionType- The type of managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setStatus
The status of the managed action.
- Parameters:
status- The status of the managed action.
-
getStatus
The status of the managed action.
- Returns:
- The status of the managed action.
-
withStatus
The status of the managed action.
- Parameters:
status- The status of the managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-