@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AccountInsightHealth extends Object implements Serializable, Cloneable, StructuredPojo
Information about the number of open reactive and proactive insights that can be used to gauge the health of your system.
Constructor and Description |
---|
AccountInsightHealth() |
Modifier and Type | Method and Description |
---|---|
AccountInsightHealth |
clone() |
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
String |
toString()
Returns a string representation of this object.
|
AccountInsightHealth |
withOpenProactiveInsights(Integer openProactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
AccountInsightHealth |
withOpenReactiveInsights(Integer 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 AccountInsightHealth 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 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 AccountInsightHealth 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 String toString()
toString
in class Object
Object.toString()
public AccountInsightHealth clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.