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