@Generated(value="software.amazon.awssdk:codegen") public final class FindingTypeAggregationResponse extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FindingTypeAggregationResponse.Builder,FindingTypeAggregationResponse>
A response that contains the results of a finding type aggregation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FindingTypeAggregationResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
accountId()
The ID of the Amazon Web Services account associated with the findings.
|
static FindingTypeAggregationResponse.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 FindingTypeAggregationResponse.Builder> |
serializableBuilderClass() |
SeverityCounts |
severityCounts()
The value to sort results by.
|
FindingTypeAggregationResponse.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 SeverityCounts severityCounts()
The value to sort results by.
public FindingTypeAggregationResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FindingTypeAggregationResponse.Builder,FindingTypeAggregationResponse>public static FindingTypeAggregationResponse.Builder builder()
public static Class<? extends FindingTypeAggregationResponse.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.