@Generated(value="software.amazon.awssdk:codegen") public final class TestSetSortBy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestSetSortBy.Builder,TestSetSortBy>
Contains information about the methods by which to sort the test set.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestSetSortBy.Builder |
| Modifier and Type | Method and Description |
|---|---|
TestSetSortAttribute |
attribute()
Specifies whether to sort the test sets by name or by the time they were last updated.
|
String |
attributeAsString()
Specifies whether to sort the test sets by name or by the time they were last updated.
|
static TestSetSortBy.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
SortOrder |
order()
Specifies whether to sort in ascending or descending order.
|
String |
orderAsString()
Specifies whether to sort in ascending or descending order.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestSetSortBy.Builder> |
serializableBuilderClass() |
TestSetSortBy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TestSetSortAttribute attribute()
Specifies whether to sort the test sets by name or by the time they were last updated.
If the service returns an enum value that is not available in the current SDK version, attribute will
return TestSetSortAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from attributeAsString().
TestSetSortAttributepublic final String attributeAsString()
Specifies whether to sort the test sets by name or by the time they were last updated.
If the service returns an enum value that is not available in the current SDK version, attribute will
return TestSetSortAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from attributeAsString().
TestSetSortAttributepublic final SortOrder order()
Specifies whether to sort in ascending or descending order.
If the service returns an enum value that is not available in the current SDK version, order will return
SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderAsString().
SortOrderpublic final String orderAsString()
Specifies whether to sort in ascending or descending order.
If the service returns an enum value that is not available in the current SDK version, order will return
SortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
orderAsString().
SortOrderpublic TestSetSortBy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestSetSortBy.Builder,TestSetSortBy>public static TestSetSortBy.Builder builder()
public static Class<? extends TestSetSortBy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.