Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.elasticbeanstalk.model
Class CheckDNSAvailabilityResult

java.lang.Object
  extended by com.amazonaws.services.elasticbeanstalk.model.CheckDNSAvailabilityResult
All Implemented Interfaces:
Serializable

public class CheckDNSAvailabilityResult
extends Object
implements Serializable

Indicates if the specified CNAME is available.

See Also:
Serialized Form

Constructor Summary
CheckDNSAvailabilityResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CheckDNSAvailabilityResult

public CheckDNSAvailabilityResult()
Method Detail

isAvailable

public Boolean isAvailable()
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.

Returns:
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.

setAvailable

public void setAvailable(Boolean 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.

Parameters:
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.

withAvailable

public CheckDNSAvailabilityResult withAvailable(Boolean 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

getAvailable

public Boolean getAvailable()
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.

Returns:
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.

getFullyQualifiedCNAME

public String getFullyQualifiedCNAME()
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.

Constraints:
Length: 1 - 255

Returns:
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.

setFullyQualifiedCNAME

public void setFullyQualifiedCNAME(String fullyQualifiedCNAME)
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.

Constraints:
Length: 1 - 255

Parameters:
fullyQualifiedCNAME - The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.

withFullyQualifiedCNAME

public CheckDNSAvailabilityResult withFullyQualifiedCNAME(String fullyQualifiedCNAME)
The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 255

Parameters:
fullyQualifiedCNAME - The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.