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


Constructor Summary
ConfigureHealthCheckRequest()
           
 
Method Summary
 HealthCheck getHealthCheck()
          A structure containing the configuration information for the new healthcheck.
 String getLoadBalancerName()
          The mnemonic name associated with the LoadBalancer.
 void setHealthCheck(HealthCheck healthCheck)
          A structure containing the configuration information for the new healthcheck.
 void setLoadBalancerName(String loadBalancerName)
          The mnemonic name associated with the LoadBalancer.
 ConfigureHealthCheckRequest withHealthCheck(HealthCheck healthCheck)
          A structure containing the configuration information for the new healthcheck.
 ConfigureHealthCheckRequest withLoadBalancerName(String loadBalancerName)
          The mnemonic name associated with the LoadBalancer.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigureHealthCheckRequest

public ConfigureHealthCheckRequest()
Method Detail

getLoadBalancerName

public String getLoadBalancerName()
The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.

Returns:
The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.

setLoadBalancerName

public void setLoadBalancerName(String loadBalancerName)
The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.

Parameters:
loadBalancerName - The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.

withLoadBalancerName

public ConfigureHealthCheckRequest withLoadBalancerName(String loadBalancerName)
The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.

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

Parameters:
loadBalancerName - The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account.
Returns:
A reference to this updated object so that method calls can be chained together.

getHealthCheck

public HealthCheck getHealthCheck()
A structure containing the configuration information for the new healthcheck.

Returns:
A structure containing the configuration information for the new healthcheck.

setHealthCheck

public void setHealthCheck(HealthCheck healthCheck)
A structure containing the configuration information for the new healthcheck.

Parameters:
healthCheck - A structure containing the configuration information for the new healthcheck.

withHealthCheck

public ConfigureHealthCheckRequest withHealthCheck(HealthCheck healthCheck)
A structure containing the configuration information for the new healthcheck.

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

Parameters:
healthCheck - A structure containing the configuration information for the new healthcheck.
Returns:
A reference to this updated object so that method calls can be chained together.


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