com.amazonaws.services.cloudsearchv2.model
Class DescribeDomainsResult

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

public class DescribeDomainsResult
extends Object
implements Serializable

The result of a DescribeDomains request. Contains the status of the domains specified in the request or all domains owned by the account.

See Also:
Serialized Form

Constructor Summary
DescribeDomainsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<DomainStatus> getDomainStatusList()
          A list that contains the status of each requested domain.
 int hashCode()
           
 void setDomainStatusList(Collection<DomainStatus> domainStatusList)
          A list that contains the status of each requested domain.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeDomainsResult withDomainStatusList(Collection<DomainStatus> domainStatusList)
          A list that contains the status of each requested domain.
 DescribeDomainsResult withDomainStatusList(DomainStatus... domainStatusList)
          A list that contains the status of each requested domain.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeDomainsResult

public DescribeDomainsResult()
Method Detail

getDomainStatusList

public List<DomainStatus> getDomainStatusList()
A list that contains the status of each requested domain.

Returns:
A list that contains the status of each requested domain.

setDomainStatusList

public void setDomainStatusList(Collection<DomainStatus> domainStatusList)
A list that contains the status of each requested domain.

Parameters:
domainStatusList - A list that contains the status of each requested domain.

withDomainStatusList

public DescribeDomainsResult withDomainStatusList(DomainStatus... domainStatusList)
A list that contains the status of each requested domain.

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

Parameters:
domainStatusList - A list that contains the status of each requested domain.
Returns:
A reference to this updated object so that method calls can be chained together.

withDomainStatusList

public DescribeDomainsResult withDomainStatusList(Collection<DomainStatus> domainStatusList)
A list that contains the status of each requested domain.

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

Parameters:
domainStatusList - A list that contains the status of each requested domain.
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 © 2016. All rights reserved.