@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountInsightHealth.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AccountInsightHealth.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
openProactiveInsights()
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
|
Integer |
openReactiveInsights()
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.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer openProactiveInsights()
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
public final Integer openReactiveInsights()
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
public AccountInsightHealth.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountInsightHealth.Builder,AccountInsightHealth>public static AccountInsightHealth.Builder builder()
public static Class<? extends AccountInsightHealth.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.