Class TitleAggregationResponse
- java.lang.Object
-
- software.amazon.awssdk.services.inspector2.model.TitleAggregationResponse
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TitleAggregationResponse.Builder,TitleAggregationResponse>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTitleAggregationResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringaccountId()The ID of the Amazon Web Services account associated with the findings.static TitleAggregationResponse.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends TitleAggregationResponse.Builder>serializableBuilderClass()SeverityCountsseverityCounts()An object that represent the count of matched findings per severity.Stringtitle()The title that the findings were aggregated on.TitleAggregationResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvulnerabilityId()The vulnerability ID of the finding.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accountId
public final String accountId()
The ID of the Amazon Web Services account associated with the findings.
- Returns:
- The ID of the Amazon Web Services account associated with the findings.
-
severityCounts
public final SeverityCounts severityCounts()
An object that represent the count of matched findings per severity.
- Returns:
- An object that represent the count of matched findings per severity.
-
title
public final String title()
The title that the findings were aggregated on.
- Returns:
- The title that the findings were aggregated on.
-
vulnerabilityId
public final String vulnerabilityId()
The vulnerability ID of the finding.
- Returns:
- The vulnerability ID of the finding.
-
toBuilder
public TitleAggregationResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TitleAggregationResponse.Builder,TitleAggregationResponse>
-
builder
public static TitleAggregationResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends TitleAggregationResponse.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-