@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeAccountHealthResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeAccountHealthResult() |
Modifier and Type | Method and Description |
---|---|
DescribeAccountHealthResult |
clone() |
boolean |
equals(Object obj) |
Integer |
getMetricsAnalyzed()
An integer that specifies the number of metrics that have been analyzed in your AWS account.
|
Integer |
getOpenProactiveInsights()
An integer that specifies the number of open proactive insights in your AWS account.
|
Integer |
getOpenReactiveInsights()
An integer that specifies the number of open reactive insights in your AWS account.
|
Long |
getResourceHours()
The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.
|
int |
hashCode() |
void |
setMetricsAnalyzed(Integer metricsAnalyzed)
An integer that specifies the number of metrics that have been analyzed in your AWS account.
|
void |
setOpenProactiveInsights(Integer openProactiveInsights)
An integer that specifies the number of open proactive insights in your AWS account.
|
void |
setOpenReactiveInsights(Integer openReactiveInsights)
An integer that specifies the number of open reactive insights in your AWS account.
|
void |
setResourceHours(Long resourceHours)
The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.
|
String |
toString()
Returns a string representation of this object.
|
DescribeAccountHealthResult |
withMetricsAnalyzed(Integer metricsAnalyzed)
An integer that specifies the number of metrics that have been analyzed in your AWS account.
|
DescribeAccountHealthResult |
withOpenProactiveInsights(Integer openProactiveInsights)
An integer that specifies the number of open proactive insights in your AWS account.
|
DescribeAccountHealthResult |
withOpenReactiveInsights(Integer openReactiveInsights)
An integer that specifies the number of open reactive insights in your AWS account.
|
DescribeAccountHealthResult |
withResourceHours(Long resourceHours)
The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setOpenReactiveInsights(Integer openReactiveInsights)
An integer that specifies the number of open reactive insights in your AWS account.
openReactiveInsights
- An integer that specifies the number of open reactive insights in your AWS account.public Integer getOpenReactiveInsights()
An integer that specifies the number of open reactive insights in your AWS account.
public DescribeAccountHealthResult withOpenReactiveInsights(Integer openReactiveInsights)
An integer that specifies the number of open reactive insights in your AWS account.
openReactiveInsights
- An integer that specifies the number of open reactive insights in your AWS account.public void setOpenProactiveInsights(Integer openProactiveInsights)
An integer that specifies the number of open proactive insights in your AWS account.
openProactiveInsights
- An integer that specifies the number of open proactive insights in your AWS account.public Integer getOpenProactiveInsights()
An integer that specifies the number of open proactive insights in your AWS account.
public DescribeAccountHealthResult withOpenProactiveInsights(Integer openProactiveInsights)
An integer that specifies the number of open proactive insights in your AWS account.
openProactiveInsights
- An integer that specifies the number of open proactive insights in your AWS account.public void setMetricsAnalyzed(Integer metricsAnalyzed)
An integer that specifies the number of metrics that have been analyzed in your AWS account.
metricsAnalyzed
- An integer that specifies the number of metrics that have been analyzed in your AWS account.public Integer getMetricsAnalyzed()
An integer that specifies the number of metrics that have been analyzed in your AWS account.
public DescribeAccountHealthResult withMetricsAnalyzed(Integer metricsAnalyzed)
An integer that specifies the number of metrics that have been analyzed in your AWS account.
metricsAnalyzed
- An integer that specifies the number of metrics that have been analyzed in your AWS account.public void setResourceHours(Long resourceHours)
The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.
resourceHours
- The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last
hour.public Long getResourceHours()
The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.
public DescribeAccountHealthResult withResourceHours(Long resourceHours)
The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.
resourceHours
- The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last
hour.public String toString()
toString
in class Object
Object.toString()
public DescribeAccountHealthResult clone()