public class GetDomainDetailRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
GetDomainDetail operation.
This operation returns detailed information about the domain. The domain's contact information is also returned as part of the output.
NOOP| Constructor and Description |
|---|
GetDomainDetailRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDomainDetailRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDomainName()
The name of a domain.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of a domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDomainDetailRequest |
withDomainName(String domainName)
The name of a domain.
|
copyBaseTo, copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getDomainName()
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
public void setDomainName(String domainName)
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
domainName - The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
public GetDomainDetailRequest withDomainName(String domainName)
Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 255
Pattern: [a-zA-Z0-9_\-.]*
domainName - The name of a domain. Type: String
Default: None
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Required: Yes
public String toString()
toString in class ObjectObject.toString()public GetDomainDetailRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2015. All rights reserved.