Class AccountInsightHealth
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.AccountInsightHealth
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountInsightHealth.Builder,AccountInsightHealth>
@Generated("software.amazon.awssdk:codegen") public final class AccountInsightHealth extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountInsightHealth.Builder,AccountInsightHealth>
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 interfaceAccountInsightHealth.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AccountInsightHealth.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegeropenProactiveInsights()An integer that specifies the number of open proactive insights in your Amazon Web Services account.IntegeropenReactiveInsights()An integer that specifies the number of open reactive insights in your Amazon Web Services account.List<SdkField<?>>sdkFields()static Class<? extends AccountInsightHealth.Builder>serializableBuilderClass()AccountInsightHealth.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()
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
- Returns:
- An integer that specifies the number of open proactive insights in your Amazon Web Services account.
-
openReactiveInsights
public final Integer openReactiveInsights()
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
- Returns:
- An integer that specifies the number of open reactive insights in your Amazon Web Services account.
-
toBuilder
public AccountInsightHealth.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountInsightHealth.Builder,AccountInsightHealth>
-
builder
public static AccountInsightHealth.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccountInsightHealth.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.
-
-