@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestExecutionSortBy extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the method by which to sort the instances of test executions you have carried out.
| Constructor and Description |
|---|
TestExecutionSortBy() |
| Modifier and Type | Method and Description |
|---|---|
TestExecutionSortBy |
clone() |
boolean |
equals(Object obj) |
String |
getAttribute()
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
|
String |
getOrder()
Specifies whether to sort in ascending or descending order.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttribute(String attribute)
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
|
void |
setOrder(String order)
Specifies whether to sort in ascending or descending order.
|
String |
toString()
Returns a string representation of this object.
|
TestExecutionSortBy |
withAttribute(String attribute)
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
|
TestExecutionSortBy |
withAttribute(TestExecutionSortAttribute attribute)
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
|
TestExecutionSortBy |
withOrder(SortOrder order)
Specifies whether to sort in ascending or descending order.
|
TestExecutionSortBy |
withOrder(String order)
Specifies whether to sort in ascending or descending order.
|
public void setAttribute(String attribute)
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
attribute - Specifies whether to sort the test set executions by the date and time at which the test sets were
created.TestExecutionSortAttributepublic String getAttribute()
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
TestExecutionSortAttributepublic TestExecutionSortBy withAttribute(String attribute)
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
attribute - Specifies whether to sort the test set executions by the date and time at which the test sets were
created.TestExecutionSortAttributepublic TestExecutionSortBy withAttribute(TestExecutionSortAttribute attribute)
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
attribute - Specifies whether to sort the test set executions by the date and time at which the test sets were
created.TestExecutionSortAttributepublic void setOrder(String order)
Specifies whether to sort in ascending or descending order.
order - Specifies whether to sort in ascending or descending order.SortOrderpublic String getOrder()
Specifies whether to sort in ascending or descending order.
SortOrderpublic TestExecutionSortBy withOrder(String order)
Specifies whether to sort in ascending or descending order.
order - Specifies whether to sort in ascending or descending order.SortOrderpublic TestExecutionSortBy withOrder(SortOrder order)
Specifies whether to sort in ascending or descending order.
order - Specifies whether to sort in ascending or descending order.SortOrderpublic String toString()
toString in class ObjectObject.toString()public TestExecutionSortBy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.