public class ConfigureHealthCheckRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ConfigureHealthCheckRequest()
Default constructor for ConfigureHealthCheckRequest object.
|
ConfigureHealthCheckRequest(String loadBalancerName,
HealthCheck healthCheck)
Constructs a new ConfigureHealthCheckRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigureHealthCheckRequest |
clone() |
boolean |
equals(Object obj) |
HealthCheck |
getHealthCheck()
The configuration information for the new health check.
|
String |
getLoadBalancerName()
The name of the load balancer.
|
int |
hashCode() |
void |
setHealthCheck(HealthCheck healthCheck)
The configuration information for the new health check.
|
void |
setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ConfigureHealthCheckRequest |
withHealthCheck(HealthCheck healthCheck)
The configuration information for the new health check.
|
ConfigureHealthCheckRequest |
withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic ConfigureHealthCheckRequest()
public ConfigureHealthCheckRequest(String loadBalancerName, HealthCheck healthCheck)
loadBalancerName - The name of the load balancer.healthCheck - The configuration information for the new health check.public void setLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.public String getLoadBalancerName()
The name of the load balancer.
public ConfigureHealthCheckRequest withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName - The name of the load balancer.public void setHealthCheck(HealthCheck healthCheck)
The configuration information for the new health check.
healthCheck - The configuration information for the new health check.public HealthCheck getHealthCheck()
The configuration information for the new health check.
public ConfigureHealthCheckRequest withHealthCheck(HealthCheck healthCheck)
The configuration information for the new health check.
healthCheck - The configuration information for the new health check.public String toString()
toString in class ObjectObject.toString()public ConfigureHealthCheckRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.