Class DescribeAccountHealthResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.devopsguru.model.DevOpsGuruResponse
-
- software.amazon.awssdk.services.devopsguru.model.DescribeAccountHealthResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeAccountHealthResponse.Builder,DescribeAccountHealthResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeAccountHealthResponse extends DevOpsGuruResponse implements ToCopyableBuilder<DescribeAccountHealthResponse.Builder,DescribeAccountHealthResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeAccountHealthResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LonganalyzedResourceCount()Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.static DescribeAccountHealthResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermetricsAnalyzed()An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.IntegeropenProactiveInsights()An integer that specifies the number of open proactive insights in your Amazon Web Services account.IntegeropenReactiveInsights()An integer that specifies the number of open reactive insights in your Amazon Web Services account.LongresourceHours()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.services.devopsguru.model.DevOpsGuruResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
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
-
openReactiveInsights
public final Integer openReactiveInsights()
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
- Returns:
- An integer that specifies the number of open reactive insights in your Amazon Web Services account.
-
openProactiveInsights
public final Integer openProactiveInsights()
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
- Returns:
- An integer that specifies the number of open proactive insights in your Amazon Web Services account.
-
metricsAnalyzed
public final Integer metricsAnalyzed()
An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
- Returns:
- An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
-
resourceHours
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.
- Returns:
- The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
-
analyzedResourceCount
public final Long analyzedResourceCount()
Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.
- Returns:
- Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.
-
toBuilder
public DescribeAccountHealthResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeAccountHealthResponse.Builder,DescribeAccountHealthResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeAccountHealthResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeAccountHealthResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-