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