|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticbeanstalk.model.CheckDNSAvailabilityRequest
public class CheckDNSAvailabilityRequest
Container for the parameters to the CheckDNSAvailability operation
.
Checks if the specified CNAME is available.
AWSElasticBeanstalk.checkDNSAvailability(CheckDNSAvailabilityRequest)
Constructor Summary | |
---|---|
CheckDNSAvailabilityRequest()
Default constructor for a new CheckDNSAvailabilityRequest object. |
|
CheckDNSAvailabilityRequest(String cNAMEPrefix)
Constructs a new CheckDNSAvailabilityRequest object. |
Method Summary | |
---|---|
String |
getCNAMEPrefix()
The prefix used when this CNAME is reserved. |
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CheckDNSAvailabilityRequest()
public CheckDNSAvailabilityRequest(String cNAMEPrefix)
cNAMEPrefix
- The prefix used when this CNAME is reserved.Method Detail |
---|
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 Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |