Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.route53.model
Class CreateHealthCheckResult

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

public class CreateHealthCheckResult
extends Object
implements Serializable

A complex type containing the response information for the new health check.

See Also:
Serialized Form

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

Constructor Detail

CreateHealthCheckResult

public CreateHealthCheckResult()
Method Detail

getHealthCheck

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

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

setHealthCheck

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

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

withHealthCheck

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

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

Parameters:
healthCheck - A complex type that contains identifying information about the health check.
Returns:
A reference to this updated object so that method calls can be chained together.

getLocation

public String getLocation()
The unique URL representing the new health check.

Constraints:
Length: 0 - 1024

Returns:
The unique URL representing the new health check.

setLocation

public void setLocation(String location)
The unique URL representing the new health check.

Constraints:
Length: 0 - 1024

Parameters:
location - The unique URL representing the new health check.

withLocation

public CreateHealthCheckResult withLocation(String location)
The unique URL representing the new health check.

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

Constraints:
Length: 0 - 1024

Parameters:
location - The unique URL representing the new 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.