Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.route53.model
Class HealthCheck

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

public class HealthCheck
extends Object
implements Serializable

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

See Also:
Serialized Form

Constructor Summary
HealthCheck()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCallerReference()
          A unique string that identifies the request to create the health check.
 HealthCheckConfig getHealthCheckConfig()
          A complex type that contains the health check configuration.
 String getId()
          The ID of the specified health check.
 int hashCode()
           
 void setCallerReference(String callerReference)
          A unique string that identifies the request to create the health check.
 void setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
          A complex type that contains the health check configuration.
 void setId(String id)
          The ID of the specified health check.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 HealthCheck withCallerReference(String callerReference)
          A unique string that identifies the request to create the health check.
 HealthCheck withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
          A complex type that contains the health check configuration.
 HealthCheck withId(String id)
          The ID of the specified health check.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HealthCheck

public HealthCheck()
Method Detail

getId

public String getId()
The ID of the specified health check.

Constraints:
Length: 0 - 64

Returns:
The ID of the specified health check.

setId

public void setId(String id)
The ID of the specified health check.

Constraints:
Length: 0 - 64

Parameters:
id - The ID of the specified health check.

withId

public HealthCheck withId(String id)
The ID of the specified health check.

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

Constraints:
Length: 0 - 64

Parameters:
id - The ID of the specified health check.
Returns:
A reference to this updated object so that method calls can be chained together.

getCallerReference

public String getCallerReference()
A unique string that identifies the request to create the health check.

Constraints:
Length: 1 - 64

Returns:
A unique string that identifies the request to create the health check.

setCallerReference

public void setCallerReference(String callerReference)
A unique string that identifies the request to create the health check.

Constraints:
Length: 1 - 64

Parameters:
callerReference - A unique string that identifies the request to create the health check.

withCallerReference

public HealthCheck withCallerReference(String callerReference)
A unique string that identifies the request to create the health check.

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

Constraints:
Length: 1 - 64

Parameters:
callerReference - A unique string that identifies the request to create the health check.
Returns:
A reference to this updated object so that method calls can be chained together.

getHealthCheckConfig

public HealthCheckConfig getHealthCheckConfig()
A complex type that contains the health check configuration.

Returns:
A complex type that contains the health check configuration.

setHealthCheckConfig

public void setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains the health check configuration.

Parameters:
healthCheckConfig - A complex type that contains the health check configuration.

withHealthCheckConfig

public HealthCheck withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains the health check configuration.

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

Parameters:
healthCheckConfig - A complex type that contains the health check configuration.
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.