Class CheckDNSAvailabilityResult
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.CheckDNSAvailabilityResult
- All Implemented Interfaces:
Serializable
,Cloneable
Indicates if the specified CNAME is available.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Indicates if the specified CNAME is available:The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.int
hashCode()
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.toString()
Returns a string representation of this object; useful for testing and debugging.withAvailable
(Boolean available) Indicates if the specified CNAME is available:withFullyQualifiedCNAME
(String fullyQualifiedCNAME) The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
-
Constructor Details
-
CheckDNSAvailabilityResult
public CheckDNSAvailabilityResult()
-
-
Method Details
-
setAvailable
Indicates if the specified CNAME is available:
-
true
: The CNAME is available. -
false
: The CNAME is not available.
- Parameters:
available
- Indicates if the specified CNAME is available:-
true
: The CNAME is available. -
false
: The CNAME is not available.
-
-
-
getAvailable
Indicates if the specified CNAME is available:
-
true
: The CNAME is available. -
false
: The CNAME is not available.
- Returns:
- Indicates if the specified CNAME is available:
-
true
: The CNAME is available. -
false
: The CNAME is not available.
-
-
-
withAvailable
Indicates if the specified CNAME is available:
-
true
: The CNAME is available. -
false
: The CNAME is not available.
- Parameters:
available
- Indicates if the specified CNAME is available:-
true
: The CNAME is available. -
false
: The CNAME is not available.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
isAvailable
Indicates if the specified CNAME is available:
-
true
: The CNAME is available. -
false
: The CNAME is not available.
- Returns:
- Indicates if the specified CNAME is available:
-
true
: The CNAME is available. -
false
: The CNAME is not available.
-
-
-
setFullyQualifiedCNAME
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
- Parameters:
fullyQualifiedCNAME
- The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
-
getFullyQualifiedCNAME
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
- Returns:
- The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
-
withFullyQualifiedCNAME
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
- Parameters:
fullyQualifiedCNAME
- The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-