Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.cloudsearch.model
Class DescribeDomainsResult

java.lang.Object
  extended by com.amazonaws.services.cloudsearch.model.DescribeDomainsResult
All Implemented Interfaces:
Serializable

public class DescribeDomainsResult
extends Object
implements Serializable

A response message that contains the status of one or more domains.

See Also:
Serialized Form

Constructor Summary
DescribeDomainsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<DomainStatus> getDomainStatusList()
          The current status of all of your search domains.
 int hashCode()
           
 void setDomainStatusList(Collection<DomainStatus> domainStatusList)
          The current status of all of your search domains.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeDomainsResult withDomainStatusList(Collection<DomainStatus> domainStatusList)
          The current status of all of your search domains.
 DescribeDomainsResult withDomainStatusList(DomainStatus... domainStatusList)
          The current status of all of your search domains.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeDomainsResult

public DescribeDomainsResult()
Method Detail

getDomainStatusList

public List<DomainStatus> getDomainStatusList()
The current status of all of your search domains.

Returns:
The current status of all of your search domains.

setDomainStatusList

public void setDomainStatusList(Collection<DomainStatus> domainStatusList)
The current status of all of your search domains.

Parameters:
domainStatusList - The current status of all of your search domains.

withDomainStatusList

public DescribeDomainsResult withDomainStatusList(DomainStatus... domainStatusList)
The current status of all of your search domains.

Returns a reference to this object so that method calls can be chained together.

Parameters:
domainStatusList - The current status of all of your search domains.
Returns:
A reference to this updated object so that method calls can be chained together.

withDomainStatusList

public DescribeDomainsResult withDomainStatusList(Collection<DomainStatus> domainStatusList)
The current status of all of your search domains.

Returns a reference to this object so that method calls can be chained together.

Parameters:
domainStatusList - The current status of all of your search domains.
Returns:
A reference to this updated 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:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.