Class DescribeElasticsearchDomainResult

java.lang.Object
com.amazonaws.services.elasticsearch.model.DescribeElasticsearchDomainResult
All Implemented Interfaces:
Serializable, Cloneable

public class DescribeElasticsearchDomainResult extends Object implements Serializable, Cloneable

The result of a DescribeElasticsearchDomain request. Contains the status of the domain specified in the request.

See Also:
  • Constructor Details

    • DescribeElasticsearchDomainResult

      public DescribeElasticsearchDomainResult()
  • Method Details

    • setDomainStatus

      public void setDomainStatus(ElasticsearchDomainStatus domainStatus)

      The current status of the Elasticsearch domain.

      Parameters:
      domainStatus - The current status of the Elasticsearch domain.
    • getDomainStatus

      public ElasticsearchDomainStatus getDomainStatus()

      The current status of the Elasticsearch domain.

      Returns:
      The current status of the Elasticsearch domain.
    • withDomainStatus

      public DescribeElasticsearchDomainResult withDomainStatus(ElasticsearchDomainStatus domainStatus)

      The current status of the Elasticsearch domain.

      Parameters:
      domainStatus - The current status of the Elasticsearch domain.
      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