Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.route53.model
Class GetHealthCheckResult

java.lang.Object
  extended by com.amazonaws.services.route53.model.GetHealthCheckResult
All Implemented Interfaces:
Serializable

public class GetHealthCheckResult
extends Object
implements Serializable

A complex type containing information about the specified health check.

See Also:
Serialized Form

Constructor Summary
GetHealthCheckResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 HealthCheck getHealthCheck()
          A complex type that contains the information about the specified health check.
 int hashCode()
           
 void setHealthCheck(HealthCheck healthCheck)
          A complex type that contains the information about the specified health check.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 GetHealthCheckResult withHealthCheck(HealthCheck healthCheck)
          A complex type that contains the information about the specified health check.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetHealthCheckResult

public GetHealthCheckResult()
Method Detail

getHealthCheck

public HealthCheck getHealthCheck()
A complex type that contains the information about the specified health check.

Returns:
A complex type that contains the information about the specified health check.

setHealthCheck

public void setHealthCheck(HealthCheck healthCheck)
A complex type that contains the information about the specified health check.

Parameters:
healthCheck - A complex type that contains the information about the specified health check.

withHealthCheck

public GetHealthCheckResult withHealthCheck(HealthCheck healthCheck)
A complex type that contains the information about the specified health check.

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

Parameters:
healthCheck - A complex type that contains the information about the specified health check.
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.