@Generated(value="software.amazon.awssdk:codegen") public final class ImageLayerAggregationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ImageLayerAggregationResponse.Builder,ImageLayerAggregationResponse>
A response that contains the results of a finding aggregation by image layer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImageLayerAggregationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The ID of the Amazon Web Services account that owns the container image hosting the layer image.
|
static ImageLayerAggregationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
layerHash()
The layer hash.
|
String |
repository()
The repository the layer resides in.
|
String |
resourceId()
The resource ID of the container image layer.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImageLayerAggregationResponse.Builder> |
serializableBuilderClass() |
SeverityCounts |
severityCounts()
An object that represents the count of matched findings per severity.
|
ImageLayerAggregationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The ID of the Amazon Web Services account that owns the container image hosting the layer image.
public final String layerHash()
The layer hash.
public final String repository()
The repository the layer resides in.
public final String resourceId()
The resource ID of the container image layer.
public final SeverityCounts severityCounts()
An object that represents the count of matched findings per severity.
public ImageLayerAggregationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImageLayerAggregationResponse.Builder,ImageLayerAggregationResponse>public static ImageLayerAggregationResponse.Builder builder()
public static Class<? extends ImageLayerAggregationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.