Class InsightHealth
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.InsightHealth
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InsightHealth.Builder,InsightHealth>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInsightHealth.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InsightHealth.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LongmeanTimeToRecoverInMilliseconds()The Meant Time to Recover (MTTR) for the insight.IntegeropenProactiveInsights()The number of open proactive insights.IntegeropenReactiveInsights()The number of open reactive insights.List<SdkField<?>>sdkFields()static Class<? extends InsightHealth.Builder>serializableBuilderClass()InsightHealth.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
openProactiveInsights
public final Integer openProactiveInsights()
The number of open proactive insights.
- Returns:
- The number of open proactive insights.
-
openReactiveInsights
public final Integer openReactiveInsights()
The number of open reactive insights.
- Returns:
- The number of open reactive insights.
-
meanTimeToRecoverInMilliseconds
public final Long meanTimeToRecoverInMilliseconds()
The Meant Time to Recover (MTTR) for the insight.
- Returns:
- The Meant Time to Recover (MTTR) for the insight.
-
toBuilder
public InsightHealth.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InsightHealth.Builder,InsightHealth>
-
builder
public static InsightHealth.Builder builder()
-
serializableBuilderClass
public static Class<? extends InsightHealth.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-