@Generated(value="software.amazon.awssdk:codegen") public final class AccountAggregation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AccountAggregation.Builder,AccountAggregation>
Contains counts of vulnerability findings from image scans that run when you create new Image Builder images, or build new versions of existing images. The vulnerability counts are grouped by severity level. The counts are aggregated across resources to create the final tally for the account that owns them.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AccountAggregation.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
Identifies the account that owns the aggregated resource findings.
|
static AccountAggregation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AccountAggregation.Builder> |
serializableBuilderClass() |
SeverityCounts |
severityCounts()
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.
|
AccountAggregation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
Identifies the account that owns the aggregated resource findings.
public final SeverityCounts severityCounts()
Counts by severity level for medium severity and higher level findings, plus a total for all of the findings.
public AccountAggregation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AccountAggregation.Builder,AccountAggregation>public static AccountAggregation.Builder builder()
public static Class<? extends AccountAggregation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.