public class ConfigureHealthCheckRequest extends AmazonWebServiceRequest implements java.io.Serializable
ConfigureHealthCheck operation.
Enables the client to define an application healthcheck for the instances.
| コンストラクタと説明 |
|---|
ConfigureHealthCheckRequest()
Default constructor for a new ConfigureHealthCheckRequest object.
|
ConfigureHealthCheckRequest(java.lang.String loadBalancerName,
HealthCheck healthCheck)
Constructs a new ConfigureHealthCheckRequest object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 LoadBalancer.
|
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 LoadBalancer.
|
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 LoadBalancer.
|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic ConfigureHealthCheckRequest()
public ConfigureHealthCheckRequest(java.lang.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.public java.lang.String getLoadBalancerName()
public void setLoadBalancerName(java.lang.String loadBalancerName)
loadBalancerName - The mnemonic name associated with the LoadBalancer. This name must be
unique within the client 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 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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object