@Generated(value="software.amazon.awssdk:codegen") public final class TitleAggregationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TitleAggregationResponse.Builder,TitleAggregationResponse>
A response that contains details on the results of a finding aggregation by title.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TitleAggregationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The ID of the Amazon Web Services account associated with the findings.
|
static TitleAggregationResponse.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 TitleAggregationResponse.Builder> |
serializableBuilderClass() |
SeverityCounts |
severityCounts()
An object that represent the count of matched findings per severity.
|
String |
title()
The title that the findings were aggregated on.
|
TitleAggregationResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
vulnerabilityId()
The vulnerability ID of the finding.
|
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 SeverityCounts severityCounts()
An object that represent the count of matched findings per severity.
public final String title()
The title that the findings were aggregated on.
public final String vulnerabilityId()
The vulnerability ID of the finding.
public TitleAggregationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TitleAggregationResponse.Builder,TitleAggregationResponse>public static TitleAggregationResponse.Builder builder()
public static Class<? extends TitleAggregationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.