public class CheckDNSAvailabilityRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Results message indicating whether a CNAME is available.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
cNAMEPrefix
The prefix used when this CNAME is reserved.
|
NOOP
Constructor and Description |
---|
CheckDNSAvailabilityRequest()
Default constructor for CheckDNSAvailabilityRequest object.
|
CheckDNSAvailabilityRequest(java.lang.String cNAMEPrefix)
Constructs a new CheckDNSAvailabilityRequest object.
|
Modifier and Type | Method and Description |
---|---|
CheckDNSAvailabilityRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCNAMEPrefix()
The prefix used when this CNAME is reserved.
|
int |
hashCode() |
void |
setCNAMEPrefix(java.lang.String cNAMEPrefix)
The prefix used when this CNAME is reserved.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CheckDNSAvailabilityRequest |
withCNAMEPrefix(java.lang.String cNAMEPrefix)
The prefix used when this CNAME is reserved.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String cNAMEPrefix
The prefix used when this CNAME is reserved.
public CheckDNSAvailabilityRequest()
public CheckDNSAvailabilityRequest(java.lang.String cNAMEPrefix)
cNAMEPrefix
- The prefix used when this CNAME is reserved.public void setCNAMEPrefix(java.lang.String cNAMEPrefix)
The prefix used when this CNAME is reserved.
cNAMEPrefix
- The prefix used when this CNAME is reserved.public java.lang.String getCNAMEPrefix()
The prefix used when this CNAME is reserved.
public CheckDNSAvailabilityRequest withCNAMEPrefix(java.lang.String cNAMEPrefix)
The prefix used when this CNAME is reserved.
cNAMEPrefix
- The prefix used when this CNAME is reserved.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CheckDNSAvailabilityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()