@Generated(value="software.amazon.awssdk:codegen") public final class InsightHealth extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InsightHealth.Builder,InsightHealth>
Information about the number of open reactive and proactive insights that can be used to gauge the health of your system.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InsightHealth.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InsightHealth.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Long |
meanTimeToRecoverInMilliseconds()
The Meant Time to Recover (MTTR) for the insight.
|
Integer |
openProactiveInsights()
The number of open proactive insights.
|
Integer |
openReactiveInsights()
The number of open reactive insights.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InsightHealth.Builder> |
serializableBuilderClass() |
InsightHealth.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer openProactiveInsights()
The number of open proactive insights.
public final Integer openReactiveInsights()
The number of open reactive insights.
public final Long meanTimeToRecoverInMilliseconds()
The Meant Time to Recover (MTTR) for the insight.
public InsightHealth.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InsightHealth.Builder,InsightHealth>public static InsightHealth.Builder builder()
public static Class<? extends InsightHealth.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.