Constructs a new ConfigureHealthCheckRequest object.
            Callers should use the properties or fluent setter (With...) methods to
            initialize any additional object members.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public ConfigureHealthCheckRequest( string loadBalancerName, HealthCheck healthCheck )
 Parameters
 Parameters- loadBalancerName (String)
- The mnemonic name associated with the load balancer. The name must be unique within the set of load balancers associated with your AWS account.
- healthCheck (HealthCheck)
- A structure containing the configuration information for the new healthcheck.