Class DescribeOrganizationHealthResponse
- 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.DescribeOrganizationHealthResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DescribeOrganizationHealthResponse.Builder,DescribeOrganizationHealthResponse>
@Generated("software.amazon.awssdk:codegen") public final class DescribeOrganizationHealthResponse extends DevOpsGuruResponse implements ToCopyableBuilder<DescribeOrganizationHealthResponse.Builder,DescribeOrganizationHealthResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDescribeOrganizationHealthResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeOrganizationHealthResponse.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 organization.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 DescribeOrganizationHealthResponse.Builder>serializableBuilderClass()DescribeOrganizationHealthResponse.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 organization.
- Returns:
- An integer that specifies the number of metrics that have been analyzed in your organization.
-
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.
-
toBuilder
public DescribeOrganizationHealthResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DescribeOrganizationHealthResponse.Builder,DescribeOrganizationHealthResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static DescribeOrganizationHealthResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeOrganizationHealthResponse.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
-
-