@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CheckDNSAvailabilityRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Results message indicating whether a CNAME is available.
NOOP
Constructor and Description |
---|
CheckDNSAvailabilityRequest()
Default constructor for CheckDNSAvailabilityRequest object.
|
CheckDNSAvailabilityRequest(String cNAMEPrefix)
Constructs a new CheckDNSAvailabilityRequest object.
|
Modifier and Type | Method and Description |
---|---|
CheckDNSAvailabilityRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public CheckDNSAvailabilityRequest()
public CheckDNSAvailabilityRequest(String cNAMEPrefix)
cNAMEPrefix
- The prefix used when this CNAME is reserved.public void setCNAMEPrefix(String cNAMEPrefix)
The prefix used when this CNAME is reserved.
cNAMEPrefix
- The prefix used when this CNAME is reserved.public String getCNAMEPrefix()
The prefix used when this CNAME is reserved.
public CheckDNSAvailabilityRequest withCNAMEPrefix(String cNAMEPrefix)
The prefix used when this CNAME is reserved.
cNAMEPrefix
- The prefix used when this CNAME is reserved.public String toString()
toString
in class Object
Object.toString()
public CheckDNSAvailabilityRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.