@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.
|
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.
|
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.
|
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 String toString()
toString
in class Object
Object.toString()
public DescribeAccountHealthResult clone()