public class CheckDNSAvailabilityRequest extends AmazonWebServiceRequest implements Serializable
CheckDNSAvailability operation.
 Checks if the specified CNAME is available.
NOOP| Constructor and Description | 
|---|
| CheckDNSAvailabilityRequest()Default constructor for a new CheckDNSAvailabilityRequest object. | 
| CheckDNSAvailabilityRequest(String cNAMEPrefix)Constructs a new CheckDNSAvailabilityRequest object. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getCNAMEPrefix()The prefix used when this CNAME is reserved. | 
| int | hashCode() | 
| void | setCNAMEPrefix(String cNAMEPrefix)The prefix used when this CNAME is reserved. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| CheckDNSAvailabilityRequest | withCNAMEPrefix(String cNAMEPrefix)The prefix used when this CNAME is reserved. | 
copyPrivateRequestParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic CheckDNSAvailabilityRequest()
public CheckDNSAvailabilityRequest(String cNAMEPrefix)
cNAMEPrefix - The prefix used when this CNAME is reserved.public String getCNAMEPrefix()
 Constraints:
 Length: 4 - 63
public void setCNAMEPrefix(String cNAMEPrefix)
 Constraints:
 Length: 4 - 63
cNAMEPrefix - The prefix used when this CNAME is reserved.public CheckDNSAvailabilityRequest withCNAMEPrefix(String cNAMEPrefix)
Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 4 - 63
cNAMEPrefix - The prefix used when this CNAME is reserved.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.