public class DescribeDomainsRequest extends AmazonWebServiceRequest implements java.io.Serializable
DescribeDomains operation.
Gets information about the search domains owned by this account. Can be limited to specific domains. Shows all domains by default.
| コンストラクタと説明 |
|---|
DescribeDomainsRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getDomainNames()
Limits the DescribeDomains response to the specified search domains.
|
int |
hashCode() |
void |
setDomainNames(java.util.Collection<java.lang.String> domainNames)
Limits the DescribeDomains response to the specified search domains.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeDomainsRequest |
withDomainNames(java.util.Collection<java.lang.String> domainNames)
Limits the DescribeDomains response to the specified search domains.
|
DescribeDomainsRequest |
withDomainNames(java.lang.String... domainNames)
Limits the DescribeDomains response to the specified search domains.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.util.List<java.lang.String> getDomainNames()
public void setDomainNames(java.util.Collection<java.lang.String> domainNames)
domainNames - Limits the DescribeDomains response to the specified search domains.public DescribeDomainsRequest withDomainNames(java.lang.String... domainNames)
Returns a reference to this object so that method calls can be chained together.
domainNames - Limits the DescribeDomains response to the specified search domains.public DescribeDomainsRequest withDomainNames(java.util.Collection<java.lang.String> domainNames)
Returns a reference to this object so that method calls can be chained together.
domainNames - Limits the DescribeDomains response to the specified search domains.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object