Class AccountHealth
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.AccountHealth
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountHealth.Builder,AccountHealth>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAccountHealth.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The ID of the Amazon Web Services account.static AccountHealth.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()AccountInsightHealthinsight()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.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
-
accountId
public final String accountId()
The ID of the Amazon Web Services account.
- Returns:
- The ID of the Amazon Web Services account.
-
insight
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.
- Returns:
- 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.
-
toBuilder
public AccountHealth.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountHealth.Builder,AccountHealth>
-
builder
public static AccountHealth.Builder builder()
-
serializableBuilderClass
public static Class<? extends AccountHealth.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.
-
-