@Generated(value="software.amazon.awssdk:codegen") public final class ServiceHealth extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceHealth.Builder,ServiceHealth>
Represents the health of an Amazon Web Services service.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceHealth.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
analyzedResourceCount()
Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service.
|
static ServiceHealth.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ServiceInsightHealth |
insight()
Represents the health of an Amazon Web Services service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceHealth.Builder> |
serializableBuilderClass() |
ServiceName |
serviceName()
The name of the Amazon Web Services service.
|
String |
serviceNameAsString()
The name of the Amazon Web Services service.
|
ServiceHealth.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ServiceName serviceName()
The name of the Amazon Web Services service.
If the service returns an enum value that is not available in the current SDK version, serviceName will
return ServiceName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceNameAsString().
ServiceNamepublic final String serviceNameAsString()
The name of the Amazon Web Services service.
If the service returns an enum value that is not available in the current SDK version, serviceName will
return ServiceName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
serviceNameAsString().
ServiceNamepublic final ServiceInsightHealth insight()
Represents the health of an Amazon Web Services service. This is a ServiceInsightHealth that
contains the number of open proactive and reactive insights for this service.
ServiceInsightHealth that
contains the number of open proactive and reactive insights for this service.public final Long analyzedResourceCount()
Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service.
public ServiceHealth.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceHealth.Builder,ServiceHealth>public static ServiceHealth.Builder builder()
public static Class<? extends ServiceHealth.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.