@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 Amazon Web Services account.
|
int |
hashCode() |
void |
setHealthCheckCount(Long healthCheckCount)
The number of health checks associated with the current Amazon Web Services account.
|
String |
toString()
Returns a string representation of this object.
|
GetHealthCheckCountResult |
withHealthCheckCount(Long healthCheckCount)
The number of health checks associated with the current Amazon Web Services account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHealthCheckCount(Long healthCheckCount)
The number of health checks associated with the current Amazon Web Services account.
healthCheckCount
- The number of health checks associated with the current Amazon Web Services account.public Long getHealthCheckCount()
The number of health checks associated with the current Amazon Web Services account.
public GetHealthCheckCountResult withHealthCheckCount(Long healthCheckCount)
The number of health checks associated with the current Amazon Web Services account.
healthCheckCount
- The number of health checks associated with the current Amazon Web Services account.public String toString()
toString
in class Object
Object.toString()
public GetHealthCheckCountResult clone()