public class CheckDNSAvailabilityResult extends Object implements Serializable
Indicates if the specified CNAME is available.
| Constructor and Description |
|---|
CheckDNSAvailabilityResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAvailable()
Indicates if the specified CNAME is available:
|
String |
getFullyQualifiedCNAME()
The fully qualified CNAME to reserve when CreateEnvironment is
called with the provided prefix.
|
int |
hashCode() |
Boolean |
isAvailable()
Indicates if the specified CNAME is available:
|
void |
setAvailable(Boolean available)
Indicates if the specified CNAME is available:
|
void |
setFullyQualifiedCNAME(String fullyQualifiedCNAME)
The fully qualified CNAME to reserve when CreateEnvironment is
called with the provided prefix.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CheckDNSAvailabilityResult |
withAvailable(Boolean available)
Indicates if the specified CNAME is available:
|
CheckDNSAvailabilityResult |
withFullyQualifiedCNAME(String fullyQualifiedCNAME)
The fully qualified CNAME to reserve when CreateEnvironment is
called with the provided prefix.
|
public Boolean isAvailable()
true : The CNAME is available.
true : The CNAME is not
available.
true :
The CNAME is available. false : The CNAME is
not available. true : The CNAME is available.
true : The CNAME is not
available.
true :
The CNAME is available. false : The CNAME is
not available. public void setAvailable(Boolean available)
true : The CNAME is available.
true : The CNAME is not
available.
true :
The CNAME is available. false : The CNAME is
not available. available - Indicates if the specified CNAME is available: true : The CNAME is available.
true : The CNAME is not
available.
true :
The CNAME is available. false : The CNAME is
not available. public CheckDNSAvailabilityResult withAvailable(Boolean available)
true : The CNAME is available.
true : The CNAME is not
available.
true :
The CNAME is available. false : The CNAME is
not available. Returns a reference to this object so that method calls can be chained together.
available - Indicates if the specified CNAME is available: true : The CNAME is available.
true : The CNAME is not
available.
true :
The CNAME is available. false : The CNAME is
not available. public Boolean getAvailable()
true : The CNAME is available.
true : The CNAME is not
available.
true :
The CNAME is available. false : The CNAME is
not available. true : The CNAME is available.
true : The CNAME is not
available.
true :
The CNAME is available. false : The CNAME is
not available. public String getFullyQualifiedCNAME()
Constraints:
Length: 1 - 255
public void setFullyQualifiedCNAME(String fullyQualifiedCNAME)
Constraints:
Length: 1 - 255
fullyQualifiedCNAME - The fully qualified CNAME to reserve when CreateEnvironment is
called with the provided prefix.public CheckDNSAvailabilityResult withFullyQualifiedCNAME(String fullyQualifiedCNAME)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 255
fullyQualifiedCNAME - The fully qualified CNAME to reserve when CreateEnvironment is
called with the provided prefix.public String toString()
toString in class ObjectObject.toString()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.