@Generated(value="software.amazon.awssdk:codegen") public final class ImageAggregation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImageAggregation.Builder,ImageAggregation>
Contains vulnerability counts for a specific image.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImageAggregation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImageAggregation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageBuildVersionArn()
The Amazon Resource Name (ARN) that identifies the image for this aggregation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImageAggregation.Builder> |
serializableBuilderClass() |
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.
|
ImageAggregation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String imageBuildVersionArn()
The Amazon Resource Name (ARN) that identifies the image for this aggregation.
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.
public ImageAggregation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImageAggregation.Builder,ImageAggregation>public static ImageAggregation.Builder builder()
public static Class<? extends ImageAggregation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.