@Generated(value="software.amazon.awssdk:codegen") public final class PackageAggregationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PackageAggregationResponse.Builder,PackageAggregationResponse>
A response that contains the results of a finding aggregation by image layer.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PackageAggregationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The ID of the Amazon Web Services account associated with the findings.
|
static PackageAggregationResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
packageName()
The name of the operating system package.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PackageAggregationResponse.Builder> |
serializableBuilderClass() |
SeverityCounts |
severityCounts()
An object that contains the count of matched findings per severity.
|
PackageAggregationResponse.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 associated with the findings.
public final String packageName()
The name of the operating system package.
public final SeverityCounts severityCounts()
An object that contains the count of matched findings per severity.
public PackageAggregationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PackageAggregationResponse.Builder,PackageAggregationResponse>public static PackageAggregationResponse.Builder builder()
public static Class<? extends PackageAggregationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.