JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.cloud9.model

Class DescribeEnvironmentStatusResult

    • Constructor Detail

      • DescribeEnvironmentStatusResult

        public DescribeEnvironmentStatusResult()
    • Method Detail

      • setStatus

        public void setStatus(String status)

        The status of the environment. Available values include:

        • connecting: The environment is connecting.

        • creating: The environment is being created.

        • deleting: The environment is being deleted.

        • error: The environment is in an error state.

        • ready: The environment is ready.

        • stopped: The environment is stopped.

        • stopping: The environment is stopping.

        Parameters:
        status - The status of the environment. Available values include:

        • connecting: The environment is connecting.

        • creating: The environment is being created.

        • deleting: The environment is being deleted.

        • error: The environment is in an error state.

        • ready: The environment is ready.

        • stopped: The environment is stopped.

        • stopping: The environment is stopping.

        See Also:
        EnvironmentStatus
      • getStatus

        public String getStatus()

        The status of the environment. Available values include:

        • connecting: The environment is connecting.

        • creating: The environment is being created.

        • deleting: The environment is being deleted.

        • error: The environment is in an error state.

        • ready: The environment is ready.

        • stopped: The environment is stopped.

        • stopping: The environment is stopping.

        Returns:
        The status of the environment. Available values include:

        • connecting: The environment is connecting.

        • creating: The environment is being created.

        • deleting: The environment is being deleted.

        • error: The environment is in an error state.

        • ready: The environment is ready.

        • stopped: The environment is stopped.

        • stopping: The environment is stopping.

        See Also:
        EnvironmentStatus
      • withStatus

        public DescribeEnvironmentStatusResult withStatus(String status)

        The status of the environment. Available values include:

        • connecting: The environment is connecting.

        • creating: The environment is being created.

        • deleting: The environment is being deleted.

        • error: The environment is in an error state.

        • ready: The environment is ready.

        • stopped: The environment is stopped.

        • stopping: The environment is stopping.

        Parameters:
        status - The status of the environment. Available values include:

        • connecting: The environment is connecting.

        • creating: The environment is being created.

        • deleting: The environment is being deleted.

        • error: The environment is in an error state.

        • ready: The environment is ready.

        • stopped: The environment is stopped.

        • stopping: The environment is stopping.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnvironmentStatus
      • withStatus

        public DescribeEnvironmentStatusResult withStatus(EnvironmentStatus status)

        The status of the environment. Available values include:

        • connecting: The environment is connecting.

        • creating: The environment is being created.

        • deleting: The environment is being deleted.

        • error: The environment is in an error state.

        • ready: The environment is ready.

        • stopped: The environment is stopped.

        • stopping: The environment is stopping.

        Parameters:
        status - The status of the environment. Available values include:

        • connecting: The environment is connecting.

        • creating: The environment is being created.

        • deleting: The environment is being deleted.

        • error: The environment is in an error state.

        • ready: The environment is ready.

        • stopped: The environment is stopped.

        • stopping: The environment is stopping.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EnvironmentStatus
      • setMessage

        public void setMessage(String message)

        Any informational message about the status of the environment.

        Parameters:
        message - Any informational message about the status of the environment.
      • getMessage

        public String getMessage()

        Any informational message about the status of the environment.

        Returns:
        Any informational message about the status of the environment.
      • withMessage

        public DescribeEnvironmentStatusResult withMessage(String message)

        Any informational message about the status of the environment.

        Parameters:
        message - Any informational message about the status of the environment.
        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. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /