|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.route53.model.HealthCheck
public class HealthCheck
A complex type that contains identifying information about the health check.
Constructor Summary | |
---|---|
HealthCheck()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
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. |
String |
getId()
The ID of the specified health check. |
int |
hashCode()
|
void |
setCallerReference(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(String id)
The ID of the specified health check. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
HealthCheck |
withCallerReference(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(String id)
The ID of the specified health check. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HealthCheck()
Method Detail |
---|
public String getId()
Constraints:
Length: 0 - 64
public void setId(String id)
Constraints:
Length: 0 - 64
id
- The ID of the specified health check.public HealthCheck withId(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 String getCallerReference()
Constraints:
Length: 1 - 64
public void setCallerReference(String callerReference)
Constraints:
Length: 1 - 64
callerReference
- A unique string that identifies the request to create the health
check.public HealthCheck withCallerReference(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 String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |