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