@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServiceInsightHealth extends Object implements Serializable, Cloneable, StructuredPojo
Contains the number of open proactive and reactive insights in an analyzed AWS service.
| Constructor and Description |
|---|
ServiceInsightHealth() |
| Modifier and Type | Method and Description |
|---|---|
ServiceInsightHealth |
clone() |
boolean |
equals(Object obj) |
Integer |
getOpenProactiveInsights()
The number of open proactive insights in the AWS service
|
Integer |
getOpenReactiveInsights()
The number of open reactive insights in the AWS service
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setOpenProactiveInsights(Integer openProactiveInsights)
The number of open proactive insights in the AWS service
|
void |
setOpenReactiveInsights(Integer openReactiveInsights)
The number of open reactive insights in the AWS service
|
String |
toString()
Returns a string representation of this object.
|
ServiceInsightHealth |
withOpenProactiveInsights(Integer openProactiveInsights)
The number of open proactive insights in the AWS service
|
ServiceInsightHealth |
withOpenReactiveInsights(Integer openReactiveInsights)
The number of open reactive insights in the AWS service
|
public void setOpenProactiveInsights(Integer openProactiveInsights)
The number of open proactive insights in the AWS service
openProactiveInsights - The number of open proactive insights in the AWS servicepublic Integer getOpenProactiveInsights()
The number of open proactive insights in the AWS service
public ServiceInsightHealth withOpenProactiveInsights(Integer openProactiveInsights)
The number of open proactive insights in the AWS service
openProactiveInsights - The number of open proactive insights in the AWS servicepublic void setOpenReactiveInsights(Integer openReactiveInsights)
The number of open reactive insights in the AWS service
openReactiveInsights - The number of open reactive insights in the AWS servicepublic Integer getOpenReactiveInsights()
The number of open reactive insights in the AWS service
public ServiceInsightHealth withOpenReactiveInsights(Integer openReactiveInsights)
The number of open reactive insights in the AWS service
openReactiveInsights - The number of open reactive insights in the AWS servicepublic String toString()
toString in class ObjectObject.toString()public ServiceInsightHealth clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2021. All rights reserved.