Class ManagedActionHistoryItem
- java.lang.Object
-
- com.amazonaws.services.elasticbeanstalk.model.ManagedActionHistoryItem
-
- All Implemented Interfaces:
Serializable,Cloneable
public class ManagedActionHistoryItem extends Object implements Serializable, Cloneable
The record of a completed or failed managed action.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManagedActionHistoryItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedActionHistoryItemclone()booleanequals(Object obj)StringgetActionDescription()A description of the managed action.StringgetActionId()A unique identifier for the managed action.StringgetActionType()The type of the managed action.DategetExecutedTime()The date and time that the action started executing.StringgetFailureDescription()If the action failed, a description of the failure.StringgetFailureType()If the action failed, the type of failure.DategetFinishedTime()The date and time that the action finished executing.StringgetStatus()The status of the action.inthashCode()voidsetActionDescription(String actionDescription)A description of the managed action.voidsetActionId(String actionId)A unique identifier for the managed action.voidsetActionType(ActionType actionType)The type of the managed action.voidsetActionType(String actionType)The type of the managed action.voidsetExecutedTime(Date executedTime)The date and time that the action started executing.voidsetFailureDescription(String failureDescription)If the action failed, a description of the failure.voidsetFailureType(FailureType failureType)If the action failed, the type of failure.voidsetFailureType(String failureType)If the action failed, the type of failure.voidsetFinishedTime(Date finishedTime)The date and time that the action finished executing.voidsetStatus(ActionHistoryStatus status)The status of the action.voidsetStatus(String status)The status of the action.StringtoString()Returns a string representation of this object; useful for testing and debugging.ManagedActionHistoryItemwithActionDescription(String actionDescription)A description of the managed action.ManagedActionHistoryItemwithActionId(String actionId)A unique identifier for the managed action.ManagedActionHistoryItemwithActionType(ActionType actionType)The type of the managed action.ManagedActionHistoryItemwithActionType(String actionType)The type of the managed action.ManagedActionHistoryItemwithExecutedTime(Date executedTime)The date and time that the action started executing.ManagedActionHistoryItemwithFailureDescription(String failureDescription)If the action failed, a description of the failure.ManagedActionHistoryItemwithFailureType(FailureType failureType)If the action failed, the type of failure.ManagedActionHistoryItemwithFailureType(String failureType)If the action failed, the type of failure.ManagedActionHistoryItemwithFinishedTime(Date finishedTime)The date and time that the action finished executing.ManagedActionHistoryItemwithStatus(ActionHistoryStatus status)The status of the action.ManagedActionHistoryItemwithStatus(String status)The status of the action.
-
-
-
Method Detail
-
setActionId
public void setActionId(String actionId)
A unique identifier for the managed action.
- Parameters:
actionId- A unique identifier for the managed action.
-
getActionId
public String getActionId()
A unique identifier for the managed action.
- Returns:
- A unique identifier for the managed action.
-
withActionId
public ManagedActionHistoryItem withActionId(String actionId)
A unique identifier for the managed action.
- Parameters:
actionId- A unique identifier for the managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setActionType
public void setActionType(String actionType)
The type of the managed action.
- Parameters:
actionType- The type of the managed action.- See Also:
ActionType
-
getActionType
public String getActionType()
The type of the managed action.
- Returns:
- The type of the managed action.
- See Also:
ActionType
-
withActionType
public ManagedActionHistoryItem withActionType(String actionType)
The type of the managed action.
- Parameters:
actionType- The type of the managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionType
-
setActionType
public void setActionType(ActionType actionType)
The type of the managed action.
- Parameters:
actionType- The type of the managed action.- See Also:
ActionType
-
withActionType
public ManagedActionHistoryItem withActionType(ActionType actionType)
The type of the managed action.
- Parameters:
actionType- The type of the managed action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionType
-
setActionDescription
public void setActionDescription(String actionDescription)
A description of the managed action.
- Parameters:
actionDescription- A description of the managed action.
-
getActionDescription
public String getActionDescription()
A description of the managed action.
- Returns:
- A description of the managed action.
-
withActionDescription
public ManagedActionHistoryItem withActionDescription(String actionDescription)
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.
-
setFailureType
public void setFailureType(String failureType)
If the action failed, the type of failure.
- Parameters:
failureType- If the action failed, the type of failure.- See Also:
FailureType
-
getFailureType
public String getFailureType()
If the action failed, the type of failure.
- Returns:
- If the action failed, the type of failure.
- See Also:
FailureType
-
withFailureType
public ManagedActionHistoryItem withFailureType(String failureType)
If the action failed, the type of failure.
- Parameters:
failureType- If the action failed, the type of failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FailureType
-
setFailureType
public void setFailureType(FailureType failureType)
If the action failed, the type of failure.
- Parameters:
failureType- If the action failed, the type of failure.- See Also:
FailureType
-
withFailureType
public ManagedActionHistoryItem withFailureType(FailureType failureType)
If the action failed, the type of failure.
- Parameters:
failureType- If the action failed, the type of failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FailureType
-
setStatus
public void setStatus(String status)
The status of the action.
- Parameters:
status- The status of the action.- See Also:
ActionHistoryStatus
-
getStatus
public String getStatus()
The status of the action.
- Returns:
- The status of the action.
- See Also:
ActionHistoryStatus
-
withStatus
public ManagedActionHistoryItem withStatus(String status)
The status of the action.
- Parameters:
status- The status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionHistoryStatus
-
setStatus
public void setStatus(ActionHistoryStatus status)
The status of the action.
- Parameters:
status- The status of the action.- See Also:
ActionHistoryStatus
-
withStatus
public ManagedActionHistoryItem withStatus(ActionHistoryStatus status)
The status of the action.
- Parameters:
status- The status of the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionHistoryStatus
-
setFailureDescription
public void setFailureDescription(String failureDescription)
If the action failed, a description of the failure.
- Parameters:
failureDescription- If the action failed, a description of the failure.
-
getFailureDescription
public String getFailureDescription()
If the action failed, a description of the failure.
- Returns:
- If the action failed, a description of the failure.
-
withFailureDescription
public ManagedActionHistoryItem withFailureDescription(String failureDescription)
If the action failed, a description of the failure.
- Parameters:
failureDescription- If the action failed, a description of the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setExecutedTime
public void setExecutedTime(Date executedTime)
The date and time that the action started executing.
- Parameters:
executedTime- The date and time that the action started executing.
-
getExecutedTime
public Date getExecutedTime()
The date and time that the action started executing.
- Returns:
- The date and time that the action started executing.
-
withExecutedTime
public ManagedActionHistoryItem withExecutedTime(Date executedTime)
The date and time that the action started executing.
- Parameters:
executedTime- The date and time that the action started executing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setFinishedTime
public void setFinishedTime(Date finishedTime)
The date and time that the action finished executing.
- Parameters:
finishedTime- The date and time that the action finished executing.
-
getFinishedTime
public Date getFinishedTime()
The date and time that the action finished executing.
- Returns:
- The date and time that the action finished executing.
-
withFinishedTime
public ManagedActionHistoryItem withFinishedTime(Date finishedTime)
The date and time that the action finished executing.
- Parameters:
finishedTime- The date and time that the action finished executing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public ManagedActionHistoryItem clone()
-
-