public class GetHealthCheckCountResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
A complex type that contains the count of health checks associated with the current AWS account.
Modifier and Type | Field and Description |
---|---|
private java.lang.Long |
healthCheckCount
The number of health checks associated with the current AWS account.
|
Constructor and Description |
---|
GetHealthCheckCountResult() |
Modifier and Type | Method and Description |
---|---|
GetHealthCheckCountResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getHealthCheckCount()
The number of health checks associated with the current AWS account.
|
int |
hashCode() |
void |
setHealthCheckCount(java.lang.Long healthCheckCount)
The number of health checks associated with the current AWS account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetHealthCheckCountResult |
withHealthCheckCount(java.lang.Long healthCheckCount)
The number of health checks associated with the current AWS account.
|
private java.lang.Long healthCheckCount
The number of health checks associated with the current AWS account.
public void setHealthCheckCount(java.lang.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 java.lang.Long getHealthCheckCount()
The number of health checks associated with the current AWS account.
public GetHealthCheckCountResult withHealthCheckCount(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetHealthCheckCountResult clone()
clone
in class java.lang.Object