@Generated(value="software.amazon.awssdk:codegen") public final class AccountHealth extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountHealth.Builder,AccountHealth>
Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the health of operations in your Amazon Web Services account.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountHealth.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The ID of the Amazon Web Services account.
|
static AccountHealth.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AccountInsightHealth |
insight()
Information about the health of the Amazon Web Services resources in your account, including the number of open
proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountHealth.Builder> |
serializableBuilderClass() |
AccountHealth.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The ID of the Amazon Web Services account.
public final AccountInsightHealth insight()
Information about the health of the Amazon Web Services resources in your account, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
public AccountHealth.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountHealth.Builder,AccountHealth>public static AccountHealth.Builder builder()
public static Class<? extends AccountHealth.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.