Class ServiceInsightHealth
- java.lang.Object
-
- software.amazon.awssdk.services.devopsguru.model.ServiceInsightHealth
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServiceInsightHealth.Builder,ServiceInsightHealth>
@Generated("software.amazon.awssdk:codegen") public final class ServiceInsightHealth extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceInsightHealth.Builder,ServiceInsightHealth>
Contains the number of open proactive and reactive insights in an analyzed Amazon Web Services service.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServiceInsightHealth.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceInsightHealth.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegeropenProactiveInsights()The number of open proactive insights in the Amazon Web Services serviceIntegeropenReactiveInsights()The number of open reactive insights in the Amazon Web Services serviceList<SdkField<?>>sdkFields()static Class<? extends ServiceInsightHealth.Builder>serializableBuilderClass()ServiceInsightHealth.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
openProactiveInsights
public final Integer openProactiveInsights()
The number of open proactive insights in the Amazon Web Services service
- Returns:
- The number of open proactive insights in the Amazon Web Services service
-
openReactiveInsights
public final Integer openReactiveInsights()
The number of open reactive insights in the Amazon Web Services service
- Returns:
- The number of open reactive insights in the Amazon Web Services service
-
toBuilder
public ServiceInsightHealth.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServiceInsightHealth.Builder,ServiceInsightHealth>
-
builder
public static ServiceInsightHealth.Builder builder()
-
serializableBuilderClass
public static Class<? extends ServiceInsightHealth.Builder> serializableBuilderClass()
-
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.
-
-