|
Did this page help you?Yes No Tell us about it... |
||||||
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)
,
Serialized FormConstructor Summary | |
---|---|
CheckDNSAvailabilityRequest()
Default constructor for a new CheckDNSAvailabilityRequest object. |
|
CheckDNSAvailabilityRequest(String cNAMEPrefix)
Constructs a new CheckDNSAvailabilityRequest object. |
Method Summary | |
---|---|
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. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, 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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |