@Generated(value="software.amazon.awssdk:codegen") public final class DescribeOrganizationHealthResponse extends DevOpsGuruResponse implements ToCopyableBuilder<DescribeOrganizationHealthResponse.Builder,DescribeOrganizationHealthResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeOrganizationHealthResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeOrganizationHealthResponse.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 organization.
|
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 DescribeOrganizationHealthResponse.Builder> |
serializableBuilderClass() |
DescribeOrganizationHealthResponse.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 organization.
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 DescribeOrganizationHealthResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeOrganizationHealthResponse.Builder,DescribeOrganizationHealthResponse>toBuilder in class AwsResponsepublic static DescribeOrganizationHealthResponse.Builder builder()
public static Class<? extends DescribeOrganizationHealthResponse.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.