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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list of upcoming and in-progress managed actions.int
hashCode()
void
setManagedActions
(Collection<ManagedAction> managedActions) A list of upcoming and in-progress managed actions.toString()
Returns a string representation of this object; useful for testing and debugging.withManagedActions
(ManagedAction... managedActions) A list of upcoming and in-progress managed actions.withManagedActions
(Collection<ManagedAction> managedActions) A list of upcoming and in-progress managed actions.
-
Constructor Details
-
DescribeEnvironmentManagedActionsResult
public DescribeEnvironmentManagedActionsResult()
-
-
Method Details
-
getManagedActions
A list of upcoming and in-progress managed actions.
- Returns:
- A list of upcoming and in-progress managed actions.
-
setManagedActions
A list of upcoming and in-progress managed actions.
- Parameters:
managedActions
- A list of upcoming and in-progress managed actions.
-
withManagedActions
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)
orwithManagedActions(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-