|
|||||||
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
.
Specifies the health check settings to use for evaluating the health state of your back-end instances.
For more information, see Health Check in the Elastic Load Balancing Developer Guide .
AmazonElasticLoadBalancing.configureHealthCheck(ConfigureHealthCheckRequest)
,
Serialized FormConstructor Summary | |
---|---|
ConfigureHealthCheckRequest()
Default constructor for a new ConfigureHealthCheckRequest object. |
|
ConfigureHealthCheckRequest(java.lang.String loadBalancerName,
HealthCheck healthCheck)
Constructs a new ConfigureHealthCheckRequest object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
HealthCheck |
getHealthCheck()
A structure containing the configuration information for the new healthcheck. |
java.lang.String |
getLoadBalancerName()
The mnemonic name associated with the load balancer. |
int |
hashCode()
|
void |
setHealthCheck(HealthCheck healthCheck)
A structure containing the configuration information for the new healthcheck. |
void |
setLoadBalancerName(java.lang.String loadBalancerName)
The mnemonic name associated with the load balancer. |
java.lang.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(java.lang.String loadBalancerName)
The mnemonic name associated with the load balancer. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getDelegationToken, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setDelegationToken, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConfigureHealthCheckRequest()
public ConfigureHealthCheckRequest(java.lang.String loadBalancerName, HealthCheck healthCheck)
loadBalancerName
- 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
- A structure containing the configuration
information for the new healthcheck.Method Detail |
---|
public java.lang.String getLoadBalancerName()
public void setLoadBalancerName(java.lang.String loadBalancerName)
loadBalancerName
- The mnemonic name associated with the load balancer. The name must be
unique within the set of load balancers associated with your AWS
account.public ConfigureHealthCheckRequest withLoadBalancerName(java.lang.String loadBalancerName)
Returns a reference to this object so that method calls can be chained together.
loadBalancerName
- The mnemonic name associated with the load balancer. The name must be
unique within the set of load balancers associated with your 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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |