@Generated(value="software.amazon.awssdk:codegen") public final class TestExecutionSortBy extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestExecutionSortBy.Builder,TestExecutionSortBy>
Contains information about the method by which to sort the instances of test executions you have carried out.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestExecutionSortBy.Builder |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSortAttribute |
attribute()
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
|
String |
attributeAsString()
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
|
static TestExecutionSortBy.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 TestExecutionSortBy.Builder> |
serializableBuilderClass() |
TestExecutionSortBy.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TestExecutionSortAttribute attribute()
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
If the service returns an enum value that is not available in the current SDK version, attribute will
return TestExecutionSortAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from attributeAsString().
TestExecutionSortAttributepublic final String attributeAsString()
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
If the service returns an enum value that is not available in the current SDK version, attribute will
return TestExecutionSortAttribute.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from attributeAsString().
TestExecutionSortAttributepublic 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 TestExecutionSortBy.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestExecutionSortBy.Builder,TestExecutionSortBy>public static TestExecutionSortBy.Builder builder()
public static Class<? extends TestExecutionSortBy.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.