public class GetHealthCheckCountResult extends Object implements Serializable
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 |
---|---|
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 Long getHealthCheckCount()
public void setHealthCheckCount(Long healthCheckCount)
healthCheckCount
- The number of health checks associated with the current AWS account.public GetHealthCheckCountResult withHealthCheckCount(Long healthCheckCount)
Returns a reference to this object so that method calls can be chained together.
healthCheckCount
- The number of health checks associated with the current AWS account.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.