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:
  • Constructor Details

    • ManagedActionHistoryItem

      public ManagedActionHistoryItem()
  • Method Details

    • 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:
    • getActionType

      public String getActionType()

      The type of the managed action.

      Returns:
      The type of the managed action.
      See Also:
    • 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:
    • setActionType

      public void setActionType(ActionType actionType)

      The type of the managed action.

      Parameters:
      actionType - The type of the managed action.
      See Also:
    • 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:
    • 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:
    • getFailureType

      public String getFailureType()

      If the action failed, the type of failure.

      Returns:
      If the action failed, the type of failure.
      See Also:
    • 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:
    • 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:
    • 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:
    • setStatus

      public void setStatus(String status)

      The status of the action.

      Parameters:
      status - The status of the action.
      See Also:
    • getStatus

      public String getStatus()

      The status of the action.

      Returns:
      The status of the action.
      See Also:
    • 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:
    • setStatus

      public void setStatus(ActionHistoryStatus status)

      The status of the action.

      Parameters:
      status - The status of the action.
      See Also:
    • 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:
    • 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:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public ManagedActionHistoryItem clone()
      Overrides:
      clone in class Object