|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticloadbalancing.model.ConfigureHealthCheckRequest
public class ConfigureHealthCheckRequest
| 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 |
|---|
public ConfigureHealthCheckRequest()
| Method Detail |
|---|
public String getLoadBalancerName()
public void setLoadBalancerName(String loadBalancerName)
loadBalancerName - The mnemonic name associated with the LoadBalancer. This name must be
unique within the client AWS account.public ConfigureHealthCheckRequest withLoadBalancerName(String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName - The mnemonic name associated with the LoadBalancer. This name must be
unique within the client AWS account.
public HealthCheck getHealthCheck()
public void setHealthCheck(HealthCheck healthCheck)
healthCheck - A structure containing the configuration information for the new
healthcheck.public ConfigureHealthCheckRequest withHealthCheck(HealthCheck healthCheck)
Returns a reference to this object so that method calls can be chained together.
healthCheck - A structure containing the configuration information for the new
healthcheck.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||