@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 |
|---|---|
Long |
analyzedResourceCount()
Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.
|
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 Amazon Web Services account.
|
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.
|
Long |
resourceHours()
The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services 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 Amazon Web Services account.
public final Integer openProactiveInsights()
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
public final Integer metricsAnalyzed()
An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
public final Long resourceHours()
The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
public final Long analyzedResourceCount()
Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.
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 © 2023. All rights reserved.