com.amazonaws.services.elasticloadbalancing.model
Class ConfigureHealthCheckRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticloadbalancing.model.ConfigureHealthCheckRequest

public class ConfigureHealthCheckRequest
extends AmazonWebServiceRequest

Container for the parameters to the ConfigureHealthCheck operation.

See Also:
AmazonElasticLoadBalancing.configureHealthCheck(ConfigureHealthCheckRequest)

Constructor Summary
ConfigureHealthCheckRequest()
           
 
Method Summary
 HealthCheck getHealthCheck()
          Returns the value of the HealthCheck property for this object.
 String getLoadBalancerName()
          Returns the value of the LoadBalancerName property for this object.
 void setHealthCheck(HealthCheck healthCheck)
          Sets the value of the HealthCheck property for this object.
 void setLoadBalancerName(String loadBalancerName)
          Sets the value of the LoadBalancerName property for this object.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 ConfigureHealthCheckRequest withHealthCheck(HealthCheck healthCheck)
          Sets the value of the HealthCheck property for this object.
 ConfigureHealthCheckRequest withLoadBalancerName(String loadBalancerName)
          Sets the value of the LoadBalancerName property for this object.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigureHealthCheckRequest

public ConfigureHealthCheckRequest()
Method Detail

getLoadBalancerName

public String getLoadBalancerName()
Returns the value of the LoadBalancerName property for this object.

Returns:
The value of the LoadBalancerName property for this object.

setLoadBalancerName

public void setLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object.

Parameters:
loadBalancerName - The new value for the LoadBalancerName property for this object.

withLoadBalancerName

public ConfigureHealthCheckRequest withLoadBalancerName(String loadBalancerName)
Sets the value of the LoadBalancerName property for this object.

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

Parameters:
loadBalancerName - The new value for the LoadBalancerName property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getHealthCheck

public HealthCheck getHealthCheck()
Returns the value of the HealthCheck property for this object.

Returns:
The value of the HealthCheck property for this object.

setHealthCheck

public void setHealthCheck(HealthCheck healthCheck)
Sets the value of the HealthCheck property for this object.

Parameters:
healthCheck - The new value for the HealthCheck property for this object.

withHealthCheck

public ConfigureHealthCheckRequest withHealthCheck(HealthCheck healthCheck)
Sets the value of the HealthCheck property for this object.

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

Parameters:
healthCheck - The new value for the HealthCheck property for this object.
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()


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