Class DescribeEnvironmentManagedActionsResult

java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.DescribeEnvironmentManagedActionsResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeEnvironmentManagedActionsResult extends Object implements Serializable, Cloneable

The result message containing a list of managed actions.

See Also:
  • Constructor Details

    • DescribeEnvironmentManagedActionsResult

      public DescribeEnvironmentManagedActionsResult()
  • Method Details

    • getManagedActions

      public List<ManagedAction> getManagedActions()

      A list of upcoming and in-progress managed actions.

      Returns:
      A list of upcoming and in-progress managed actions.
    • setManagedActions

      public void setManagedActions(Collection<ManagedAction> managedActions)

      A list of upcoming and in-progress managed actions.

      Parameters:
      managedActions - A list of upcoming and in-progress managed actions.
    • withManagedActions

      public DescribeEnvironmentManagedActionsResult withManagedActions(ManagedAction... managedActions)

      A list of upcoming and in-progress managed actions.

      NOTE: This method appends the values to the existing list (if any). Use setManagedActions(java.util.Collection) or withManagedActions(java.util.Collection) if you want to override the existing values.

      Parameters:
      managedActions - A list of upcoming and in-progress managed actions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withManagedActions

      public DescribeEnvironmentManagedActionsResult withManagedActions(Collection<ManagedAction> managedActions)

      A list of upcoming and in-progress managed actions.

      Parameters:
      managedActions - A list of upcoming and in-progress managed actions.
      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

      Overrides:
      clone in class Object