Class DescribeDomainsResult
java.lang.Object
com.amazonaws.services.cloudsearchv2.model.DescribeDomainsResult
- All Implemented Interfaces:
Serializable,Cloneable
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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetDomainStatusList(Collection<DomainStatus> domainStatusList) toString()Returns a string representation of this object; useful for testing and debugging.withDomainStatusList(DomainStatus... domainStatusList) NOTE: This method appends the values to the existing list (if any).withDomainStatusList(Collection<DomainStatus> domainStatusList)
-
Constructor Details
-
DescribeDomainsResult
public DescribeDomainsResult()
-
-
Method Details
-
getDomainStatusList
- Returns:
-
setDomainStatusList
- Parameters:
domainStatusList-
-
withDomainStatusList
NOTE: This method appends the values to the existing list (if any). Use
setDomainStatusList(java.util.Collection)orwithDomainStatusList(java.util.Collection)if you want to override the existing values.- Parameters:
domainStatusList-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withDomainStatusList
- Parameters:
domainStatusList-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-