@Generated(value="software.amazon.awssdk:codegen") public final class FindingTypeAggregation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FindingTypeAggregation.Builder,FindingTypeAggregation>
The details that define an aggregation based on finding type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FindingTypeAggregation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FindingTypeAggregation.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
AggregationFindingType |
findingType()
The finding type to aggregate.
|
String |
findingTypeAsString()
The finding type to aggregate.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
AggregationResourceType |
resourceType()
The resource type to aggregate.
|
String |
resourceTypeAsString()
The resource type to aggregate.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FindingTypeAggregation.Builder> |
serializableBuilderClass() |
FindingTypeSortBy |
sortBy()
The value to sort results by.
|
String |
sortByAsString()
The value to sort results by.
|
SortOrder |
sortOrder()
The order to sort results by.
|
String |
sortOrderAsString()
The order to sort results by.
|
FindingTypeAggregation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final AggregationFindingType findingType()
The finding type to aggregate.
If the service returns an enum value that is not available in the current SDK version, findingType will
return AggregationFindingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from findingTypeAsString().
AggregationFindingTypepublic final String findingTypeAsString()
The finding type to aggregate.
If the service returns an enum value that is not available in the current SDK version, findingType will
return AggregationFindingType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from findingTypeAsString().
AggregationFindingTypepublic final AggregationResourceType resourceType()
The resource type to aggregate.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return AggregationResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceTypeAsString().
AggregationResourceTypepublic final String resourceTypeAsString()
The resource type to aggregate.
If the service returns an enum value that is not available in the current SDK version, resourceType will
return AggregationResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from resourceTypeAsString().
AggregationResourceTypepublic final FindingTypeSortBy sortBy()
The value to sort results by.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return FindingTypeSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
FindingTypeSortBypublic final String sortByAsString()
The value to sort results by.
If the service returns an enum value that is not available in the current SDK version, sortBy will
return FindingTypeSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
FindingTypeSortBypublic final SortOrder sortOrder()
The order to sort results by.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic final String sortOrderAsString()
The order to sort results by.
If the service returns an enum value that is not available in the current SDK version, sortOrder will
return SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortOrderAsString().
SortOrderpublic FindingTypeAggregation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FindingTypeAggregation.Builder,FindingTypeAggregation>public static FindingTypeAggregation.Builder builder()
public static Class<? extends FindingTypeAggregation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.