|
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(Object obj)
|
String |
getHealthCheckId()
The ID of the health check to retrieve. |
int |
hashCode()
|
void |
setHealthCheckId(String healthCheckId)
The ID of the health check to retrieve. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
GetHealthCheckRequest |
withHealthCheckId(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 String getHealthCheckId()
Constraints:
Length: 0 - 64
public void setHealthCheckId(String healthCheckId)
Constraints:
Length: 0 - 64
healthCheckId
- The ID of the health check to retrieve.public GetHealthCheckRequest withHealthCheckId(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 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 |