Class ImageAggregation
- java.lang.Object
-
- software.amazon.awssdk.services.imagebuilder.model.ImageAggregation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ImageAggregation.Builder,ImageAggregation>
@Generated("software.amazon.awssdk:codegen") public final class ImageAggregation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImageAggregation.Builder,ImageAggregation>
Contains vulnerability counts for a specific image.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceImageAggregation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImageAggregation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringimageBuildVersionArn()The Amazon Resource Name (ARN) that identifies the image for this aggregation.List<SdkField<?>>sdkFields()static Class<? extends ImageAggregation.Builder>serializableBuilderClass()SeverityCountsseverityCounts()Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image.ImageAggregation.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
-
imageBuildVersionArn
public final String imageBuildVersionArn()
The Amazon Resource Name (ARN) that identifies the image for this aggregation.
- Returns:
- The Amazon Resource Name (ARN) that identifies the image for this aggregation.
-
severityCounts
public final SeverityCounts severityCounts()
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image.
- Returns:
- Counts by severity level for medium severity and higher level findings, plus a total for all of the findings for the specified image.
-
toBuilder
public ImageAggregation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImageAggregation.Builder,ImageAggregation>
-
builder
public static ImageAggregation.Builder builder()
-
serializableBuilderClass
public static Class<? extends ImageAggregation.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.
-
-