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

public class CheckDNSAvailabilityResult
extends java.lang.Object

Indicates if the specified CNAME is available.


Constructor Summary
CheckDNSAvailabilityResult()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.Boolean getAvailable()
          Indicates if the specified CNAME is available:
 java.lang.String getFullyQualifiedCNAME()
          The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
 int hashCode()
           
 java.lang.Boolean isAvailable()
          Indicates if the specified CNAME is available:
 void setAvailable(java.lang.Boolean available)
          Indicates if the specified CNAME is available:
 void setFullyQualifiedCNAME(java.lang.String fullyQualifiedCNAME)
          The fully qualified CNAME to reserve when CreateEnvironment is called with the provided prefix.
 java.lang.String toString()
          Returns a string representation of this object; useful for testing and debugging.
 CheckDNSAvailabilityResult withAvailable(java.lang.Boolean available)
          Indicates if the specified CNAME is available:
 CheckDNSAvailabilityResult withFullyQualifiedCNAME(java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.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 java.lang.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(java.lang.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(java.lang.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 java.lang.String toString()
Returns a string representation of this object; useful for testing and debugging.

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


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