@Generated(value="software.amazon.awssdk:codegen") public final class FindingStatisticsSortCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FindingStatisticsSortCriteria.Builder,FindingStatisticsSortCriteria>
Specifies criteria for sorting the results of a query that retrieves aggregated statistical data about findings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FindingStatisticsSortCriteria.Builder |
| Modifier and Type | Method and Description |
|---|---|
FindingStatisticsSortAttributeName |
attributeName()
The grouping to sort the results by.
|
String |
attributeNameAsString()
The grouping to sort the results by.
|
static FindingStatisticsSortCriteria.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OrderBy |
orderBy()
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
String |
orderByAsString()
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FindingStatisticsSortCriteria.Builder> |
serializableBuilderClass() |
FindingStatisticsSortCriteria.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FindingStatisticsSortAttributeName attributeName()
The grouping to sort the results by. Valid values are: count, sort the results by the number of findings in each group of results; and, groupKey, sort the results by the name of each group of results.
If the service returns an enum value that is not available in the current SDK version, attributeName
will return FindingStatisticsSortAttributeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from attributeNameAsString().
FindingStatisticsSortAttributeNamepublic final String attributeNameAsString()
The grouping to sort the results by. Valid values are: count, sort the results by the number of findings in each group of results; and, groupKey, sort the results by the name of each group of results.
If the service returns an enum value that is not available in the current SDK version, attributeName
will return FindingStatisticsSortAttributeName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the
service is available from attributeNameAsString().
FindingStatisticsSortAttributeNamepublic final OrderBy orderBy()
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
If the service returns an enum value that is not available in the current SDK version, orderBy will
return OrderBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderByAsString().
OrderBypublic final String orderByAsString()
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
If the service returns an enum value that is not available in the current SDK version, orderBy will
return OrderBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderByAsString().
OrderBypublic FindingStatisticsSortCriteria.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FindingStatisticsSortCriteria.Builder,FindingStatisticsSortCriteria>public static FindingStatisticsSortCriteria.Builder builder()
public static Class<? extends FindingStatisticsSortCriteria.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.