|
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.AmazonWebServiceRequest
com.amazonaws.services.route53.model.GetHealthCheckRequest
public class GetHealthCheckRequest
Container for the parameters to the GetHealthCheck operation
.
To retrieve the health check, send a GET
request to the 2012-12-12/healthcheck/health check ID
resource.
AmazonRoute53.getHealthCheck(GetHealthCheckRequest)
,
Serialized FormConstructor Summary | |
---|---|
GetHealthCheckRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getHealthCheckId()
The ID of the health check to retrieve. |
int |
hashCode()
|
void |
setHealthCheckId(java.lang.String healthCheckId)
The ID of the health check to retrieve. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetHealthCheckRequest |
withHealthCheckId(java.lang.String healthCheckId)
The ID of the health check to retrieve. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GetHealthCheckRequest()
Method Detail |
---|
public java.lang.String getHealthCheckId()
Constraints:
Length: 0 - 64
public void setHealthCheckId(java.lang.String healthCheckId)
Constraints:
Length: 0 - 64
healthCheckId
- The ID of the health check to retrieve.public GetHealthCheckRequest withHealthCheckId(java.lang.String healthCheckId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 64
healthCheckId
- The ID of the health check to retrieve.
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 |