|
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.DeleteHealthCheckRequest
public class DeleteHealthCheckRequest
Container for the parameters to the DeleteHealthCheck operation
.
This action deletes a health check. To delete a health check, send a DELETE
request to the 2012-12-12/healthcheck/health check ID
resource.
IMPORTANT: You can delete a health check only if there are no resource record sets associated with this health check. If resource record sets are associated with this health check, you must disassociate them before you can delete your health check. If you try to delete a health check that is associated with resource record sets, Route 53 will deny your request with a HealthCheckInUse error. For information about disassociating the records from your health check, see ChangeResourceRecordSets.
AmazonRoute53.deleteHealthCheck(DeleteHealthCheckRequest)
,
Serialized FormConstructor Summary | |
---|---|
DeleteHealthCheckRequest()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getHealthCheckId()
The ID of the health check to delete. |
int |
hashCode()
|
void |
setHealthCheckId(java.lang.String healthCheckId)
The ID of the health check to delete. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteHealthCheckRequest |
withHealthCheckId(java.lang.String healthCheckId)
The ID of the health check to delete. |
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 DeleteHealthCheckRequest()
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 delete.public DeleteHealthCheckRequest 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 delete.
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 |