DescribeDomainsResult
instead.@Deprecated public class DescribeDomainsResult extends Object implements Serializable
A response message that contains the status of one or more domains.
Constructor and Description |
---|
DescribeDomainsResult()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
List<DomainStatus> |
getDomainStatusList()
Deprecated.
The current status of all of your search domains.
|
int |
hashCode()
Deprecated.
|
void |
setDomainStatusList(Collection<DomainStatus> domainStatusList)
Deprecated.
The current status of all of your search domains.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDomainsResult |
withDomainStatusList(Collection<DomainStatus> domainStatusList)
Deprecated.
The current status of all of your search domains.
|
DescribeDomainsResult |
withDomainStatusList(DomainStatus... domainStatusList)
Deprecated.
The current status of all of your search domains.
|
public List<DomainStatus> getDomainStatusList()
public void setDomainStatusList(Collection<DomainStatus> domainStatusList)
domainStatusList
- The current status of all of your search domains.public DescribeDomainsResult withDomainStatusList(DomainStatus... domainStatusList)
Returns a reference to this object so that method calls can be chained together.
domainStatusList
- The current status of all of your search domains.public DescribeDomainsResult withDomainStatusList(Collection<DomainStatus> domainStatusList)
Returns a reference to this object so that method calls can be chained together.
domainStatusList
- The current status of all of your search domains.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.