Class DescribeEnvironmentManagedActionsRequest

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

public class DescribeEnvironmentManagedActionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable

Request to list an environment's upcoming and in-progress managed actions.

See Also:
  • Constructor Details

    • DescribeEnvironmentManagedActionsRequest

      public DescribeEnvironmentManagedActionsRequest()
  • Method Details

    • setEnvironmentName

      public void setEnvironmentName(String environmentName)

      The name of the target environment.

      Parameters:
      environmentName - The name of the target environment.
    • getEnvironmentName

      public String getEnvironmentName()

      The name of the target environment.

      Returns:
      The name of the target environment.
    • withEnvironmentName

      public DescribeEnvironmentManagedActionsRequest withEnvironmentName(String environmentName)

      The name of the target environment.

      Parameters:
      environmentName - The name of the target environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setEnvironmentId

      public void setEnvironmentId(String environmentId)

      The environment ID of the target environment.

      Parameters:
      environmentId - The environment ID of the target environment.
    • getEnvironmentId

      public String getEnvironmentId()

      The environment ID of the target environment.

      Returns:
      The environment ID of the target environment.
    • withEnvironmentId

      public DescribeEnvironmentManagedActionsRequest withEnvironmentId(String environmentId)

      The environment ID of the target environment.

      Parameters:
      environmentId - The environment ID of the target environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setStatus

      public void setStatus(String status)

      To show only actions with a particular status, specify a status.

      Parameters:
      status - To show only actions with a particular status, specify a status.
      See Also:
    • getStatus

      public String getStatus()

      To show only actions with a particular status, specify a status.

      Returns:
      To show only actions with a particular status, specify a status.
      See Also:
    • withStatus

      To show only actions with a particular status, specify a status.

      Parameters:
      status - To show only actions with a particular status, specify a status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setStatus

      public void setStatus(ActionStatus status)

      To show only actions with a particular status, specify a status.

      Parameters:
      status - To show only actions with a particular status, specify a status.
      See Also:
    • withStatus

      To show only actions with a particular status, specify a status.

      Parameters:
      status - To show only actions with a particular status, specify a status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: