@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() |
Integer |
getOpenProactiveInsights() |
Integer |
getOpenReactiveInsights() |
int |
hashCode() |
void |
setMetricsAnalyzed(Integer metricsAnalyzed) |
void |
setOpenProactiveInsights(Integer openProactiveInsights) |
void |
setOpenReactiveInsights(Integer openReactiveInsights) |
String |
toString()
Returns a string representation of this object.
|
DescribeAccountHealthResult |
withMetricsAnalyzed(Integer metricsAnalyzed) |
DescribeAccountHealthResult |
withOpenProactiveInsights(Integer openProactiveInsights) |
DescribeAccountHealthResult |
withOpenReactiveInsights(Integer openReactiveInsights) |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setMetricsAnalyzed(Integer metricsAnalyzed)
metricsAnalyzed
- public Integer getMetricsAnalyzed()
public DescribeAccountHealthResult withMetricsAnalyzed(Integer metricsAnalyzed)
metricsAnalyzed
- public void setOpenProactiveInsights(Integer openProactiveInsights)
openProactiveInsights
- public Integer getOpenProactiveInsights()
public DescribeAccountHealthResult withOpenProactiveInsights(Integer openProactiveInsights)
openProactiveInsights
- public void setOpenReactiveInsights(Integer openReactiveInsights)
openReactiveInsights
- public Integer getOpenReactiveInsights()
public DescribeAccountHealthResult withOpenReactiveInsights(Integer openReactiveInsights)
openReactiveInsights
- public String toString()
toString
in class Object
Object.toString()
public DescribeAccountHealthResult clone()