@Generated(value="software.amazon.awssdk:codegen") public final class DescribeAccountHealthResponse extends DevOpsGuruResponse implements ToCopyableBuilder<DescribeAccountHealthResponse.Builder,DescribeAccountHealthResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeAccountHealthResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeAccountHealthResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
metricsAnalyzed()
An integer that specifies the number of metrics that have been analyzed in your AWS account.
|
Integer |
openProactiveInsights()
An integer that specifies the number of open proactive insights in your AWS account.
|
Integer |
openReactiveInsights()
An integer that specifies the number of open reactive insights in your AWS account.
|
Long |
resourceHours()
The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeAccountHealthResponse.Builder> |
serializableBuilderClass() |
DescribeAccountHealthResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer openReactiveInsights()
An integer that specifies the number of open reactive insights in your AWS account.
public final Integer openProactiveInsights()
An integer that specifies the number of open proactive insights in your AWS account.
public final Integer metricsAnalyzed()
An integer that specifies the number of metrics that have been analyzed in your AWS account.
public final Long resourceHours()
The number of Amazon DevOps Guru resource analysis hours billed to the current AWS account in the last hour.
public DescribeAccountHealthResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeAccountHealthResponse.Builder,DescribeAccountHealthResponse>toBuilder in class AwsResponsepublic static DescribeAccountHealthResponse.Builder builder()
public static Class<? extends DescribeAccountHealthResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.