public class DescribeUserPoolDomainRequest extends AmazonWebServiceRequest implements Serializable
Gets information about a domain.
| Constructor and Description |
|---|
DescribeUserPoolDomainRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDomain()
The domain string.
|
int |
hashCode() |
void |
setDomain(String domain)
The domain string.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeUserPoolDomainRequest |
withDomain(String domain)
The domain string.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getDomain()
The domain string.
Constraints:
Length: 1 - 63
Pattern: ^[a-z0-9](?:[a-z0-9\-]{0,61}[a-z0-9])?$
The domain string.
public void setDomain(String domain)
The domain string.
Constraints:
Length: 1 - 63
Pattern: ^[a-z0-9](?:[a-z0-9\-]{0,61}[a-z0-9])?$
domain - The domain string.
public DescribeUserPoolDomainRequest withDomain(String domain)
The domain string.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 63
Pattern: ^[a-z0-9](?:[a-z0-9\-]{0,61}[a-z0-9])?$
domain - The domain string.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.