@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; useful for testing and debugging.
|
GetHealthCheckCountResult |
withHealthCheckCount(Long healthCheckCount)
The number of health checks associated with the current AWS account.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.