@Generated(value="software.amazon.awssdk:codegen") public final class AmiAggregationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AmiAggregationResponse.Builder,AmiAggregationResponse>
A response that contains the results of a finding aggregation by AMI.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AmiAggregationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The Amazon Web Services account ID for the AMI.
|
Long |
affectedInstances()
The IDs of Amazon EC2 instances using this AMI.
|
String |
ami()
The ID of the AMI that findings were aggregated for.
|
static AmiAggregationResponse.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 AmiAggregationResponse.Builder> |
serializableBuilderClass() |
SeverityCounts |
severityCounts()
An object that contains the count of matched findings per severity.
|
AmiAggregationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String accountId()
The Amazon Web Services account ID for the AMI.
public final Long affectedInstances()
The IDs of Amazon EC2 instances using this AMI.
public final String ami()
The ID of the AMI that findings were aggregated for.
public final SeverityCounts severityCounts()
An object that contains the count of matched findings per severity.
public AmiAggregationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AmiAggregationResponse.Builder,AmiAggregationResponse>public static AmiAggregationResponse.Builder builder()
public static Class<? extends AmiAggregationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.