@Generated(value="software.amazon.awssdk:codegen") public final class SortCriteria extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SortCriteria.Builder,SortCriteria>
Contains information about the criteria used for sorting findings.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SortCriteria.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
attributeName()
Represents the finding attribute (for example, accountId) to sort findings by.
|
static SortCriteria.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
OrderBy |
orderBy()
The order by which the sorted findings are to be displayed.
|
String |
orderByAsString()
The order by which the sorted findings are to be displayed.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SortCriteria.Builder> |
serializableBuilderClass() |
SortCriteria.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String attributeName()
Represents the finding attribute (for example, accountId) to sort findings by.
public OrderBy orderBy()
The order by which the sorted findings are to be displayed.
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 String orderByAsString()
The order by which the sorted findings are to be displayed.
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 SortCriteria.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SortCriteria.Builder,SortCriteria>public static SortCriteria.Builder builder()
public static Class<? extends SortCriteria.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.