Class StatusCounts
- java.lang.Object
-
- software.amazon.awssdk.services.inspector2.model.StatusCounts
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<StatusCounts.Builder,StatusCounts>
@Generated("software.amazon.awssdk:codegen") public final class StatusCounts extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StatusCounts.Builder,StatusCounts>
The status counts.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStatusCounts.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StatusCounts.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Integerfailed()The number of checks that failed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Integerpassed()The number of checks that passed.List<SdkField<?>>sdkFields()static Class<? extends StatusCounts.Builder>serializableBuilderClass()Integerskipped()The number of checks that were skipped.StatusCounts.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
-
failed
public final Integer failed()
The number of checks that failed.
- Returns:
- The number of checks that failed.
-
passed
public final Integer passed()
The number of checks that passed.
- Returns:
- The number of checks that passed.
-
skipped
public final Integer skipped()
The number of checks that were skipped.
- Returns:
- The number of checks that were skipped.
-
toBuilder
public StatusCounts.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StatusCounts.Builder,StatusCounts>
-
builder
public static StatusCounts.Builder builder()
-
serializableBuilderClass
public static Class<? extends StatusCounts.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.
-
-