|
|||||||
| 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
Container for the parameters to the ConfigureHealthCheck operation.
Enables the client to define an application healthcheck for the instances.
AmazonElasticLoadBalancing.configureHealthCheck(ConfigureHealthCheckRequest)| Constructor Summary | |
|---|---|
ConfigureHealthCheckRequest()
Default constructor for a new ConfigureHealthCheckRequest object. |
|
ConfigureHealthCheckRequest(String loadBalancerName,
HealthCheck healthCheck)
Constructs a new ConfigureHealthCheckRequest object. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
HealthCheck |
getHealthCheck()
A structure containing the configuration information for the new healthcheck. |
String |
getLoadBalancerName()
The mnemonic name associated with the LoadBalancer. |
int |
hashCode()
|
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. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
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, getDelegationToken, getRequestClientOptions, getRequestCredentials, setDelegationToken, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigureHealthCheckRequest()
public ConfigureHealthCheckRequest(String loadBalancerName,
HealthCheck healthCheck)
loadBalancerName - The mnemonic name associated with the
LoadBalancer. This name must be unique within the client AWS account.healthCheck - A structure containing the configuration
information for the new healthcheck.| 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.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||