@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 Amazon Web Services account.
|
Integer |
getOpenProactiveInsights()
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
Integer |
getOpenReactiveInsights()
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
Long |
getResourceHours()
The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services 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 Amazon Web Services account.
|
void |
setOpenProactiveInsights(Integer openProactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
void |
setOpenReactiveInsights(Integer openReactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
void |
setResourceHours(Long resourceHours)
The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services 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 Amazon Web Services account.
|
DescribeAccountHealthResult |
withOpenProactiveInsights(Integer openProactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
DescribeAccountHealthResult |
withOpenReactiveInsights(Integer openReactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
|
DescribeAccountHealthResult |
withResourceHours(Long resourceHours)
The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services 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 Amazon Web Services account.
openReactiveInsights
- An integer that specifies the number of open reactive insights in your Amazon Web Services account.public Integer getOpenReactiveInsights()
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
public DescribeAccountHealthResult withOpenReactiveInsights(Integer openReactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
openReactiveInsights
- An integer that specifies the number of open reactive insights in your Amazon Web Services account.public void setOpenProactiveInsights(Integer openProactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
openProactiveInsights
- An integer that specifies the number of open proactive insights in your Amazon Web Services account.public Integer getOpenProactiveInsights()
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
public DescribeAccountHealthResult withOpenProactiveInsights(Integer openProactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
openProactiveInsights
- An integer that specifies the number of open proactive insights in your Amazon Web Services account.public void setMetricsAnalyzed(Integer metricsAnalyzed)
An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
metricsAnalyzed
- An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services
account.public Integer getMetricsAnalyzed()
An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
public DescribeAccountHealthResult withMetricsAnalyzed(Integer metricsAnalyzed)
An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
metricsAnalyzed
- An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services
account.public void setResourceHours(Long resourceHours)
The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
resourceHours
- The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account
in the last hour.public Long getResourceHours()
The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
public DescribeAccountHealthResult withResourceHours(Long resourceHours)
The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
resourceHours
- The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account
in the last hour.public String toString()
toString
in class Object
Object.toString()
public DescribeAccountHealthResult clone()