public class GetHealthCheckCountResult extends Object implements Serializable, Cloneable
A complex type that contains the count of health checks associated with the current AWS account.
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; useful for testing and
debugging.
|
GetHealthCheckCountResult |
withHealthCheckCount(Long healthCheckCount)
The number of health checks associated with the current AWS account.
|
public 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 Object
Object.toString()
public GetHealthCheckCountResult clone()
Copyright © 2018. All rights reserved.