public class HealthCheck
extends java.lang.Object
implements java.io.Serializable
A complex type that contains identifying information about the health check.
| コンストラクタと説明 |
|---|
HealthCheck() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCallerReference()
A unique string that identifies the request to create the health
check.
|
HealthCheckConfig |
getHealthCheckConfig()
A complex type that contains the health check configuration.
|
java.lang.String |
getId()
The ID of the specified health check.
|
int |
hashCode() |
void |
setCallerReference(java.lang.String callerReference)
A unique string that identifies the request to create the health
check.
|
void |
setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains the health check configuration.
|
void |
setId(java.lang.String id)
The ID of the specified health check.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HealthCheck |
withCallerReference(java.lang.String callerReference)
A unique string that identifies the request to create the health
check.
|
HealthCheck |
withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
A complex type that contains the health check configuration.
|
HealthCheck |
withId(java.lang.String id)
The ID of the specified health check.
|
public java.lang.String getId()
Constraints:
Length: 0 - 64
public void setId(java.lang.String id)
Constraints:
Length: 0 - 64
id - The ID of the specified health check.public HealthCheck withId(java.lang.String id)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
id - The ID of the specified health check.public java.lang.String getCallerReference()
Constraints:
Length: 1 - 64
public void setCallerReference(java.lang.String callerReference)
Constraints:
Length: 1 - 64
callerReference - A unique string that identifies the request to create the health
check.public HealthCheck withCallerReference(java.lang.String callerReference)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
callerReference - A unique string that identifies the request to create the health
check.public HealthCheckConfig getHealthCheckConfig()
public void setHealthCheckConfig(HealthCheckConfig healthCheckConfig)
healthCheckConfig - A complex type that contains the health check configuration.public HealthCheck withHealthCheckConfig(HealthCheckConfig healthCheckConfig)
Returns a reference to this object so that method calls can be chained together.
healthCheckConfig - A complex type that contains the health check configuration.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