@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetHealthCheckCountResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
A complex type that contains the response to a GetHealthCheckCount request.
| Constructor and Description |
|---|
GetHealthCheckCountResult() |
| Modifier and Type | Method and Description |
|---|---|
GetHealthCheckCountResult |
clone() |
boolean |
equals(Object obj) |
Long |
getHealthCheckCount()
The number of health checks associated with the current AWS account.
|
int |
hashCode() |
void |
setHealthCheckCount(Long healthCheckCount)
The number of health checks associated with the current AWS account.
|
String |
toString()
Returns a string representation of this object.
|
GetHealthCheckCountResult |
withHealthCheckCount(Long healthCheckCount)
The number of health checks associated with the current AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setHealthCheckCount(Long healthCheckCount)
The number of health checks associated with the current AWS account.
healthCheckCount - The number of health checks associated with the current AWS account.public Long getHealthCheckCount()
The number of health checks associated with the current AWS account.
public GetHealthCheckCountResult withHealthCheckCount(Long healthCheckCount)
The number of health checks associated with the current AWS account.
healthCheckCount - The number of health checks associated with the current AWS account.public String toString()
toString in class ObjectObject.toString()public GetHealthCheckCountResult clone()
Copyright © 2020. All rights reserved.