Class DescribeEnvironmentManagedActionsRequest

    • Constructor Detail

      • DescribeEnvironmentManagedActionsRequest

        public DescribeEnvironmentManagedActionsRequest()
    • Method Detail

      • 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:
        ActionStatus
      • 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:
        ActionStatus
      • withStatus

        public DescribeEnvironmentManagedActionsRequest withStatus​(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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionStatus
      • 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:
        ActionStatus
      • withStatus

        public DescribeEnvironmentManagedActionsRequest withStatus​(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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ActionStatus
      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object