@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.TestExecutionSortAttribute
public String getAttribute()
Specifies whether to sort the test set executions by the date and time at which the test sets were created.
TestExecutionSortAttribute
public 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.TestExecutionSortAttribute
public 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.TestExecutionSortAttribute
public void setOrder(String order)
Specifies whether to sort in ascending or descending order.
order
- Specifies whether to sort in ascending or descending order.SortOrder
public String getOrder()
Specifies whether to sort in ascending or descending order.
SortOrder
public TestExecutionSortBy withOrder(String order)
Specifies whether to sort in ascending or descending order.
order
- Specifies whether to sort in ascending or descending order.SortOrder
public TestExecutionSortBy withOrder(SortOrder order)
Specifies whether to sort in ascending or descending order.
order
- Specifies whether to sort in ascending or descending order.SortOrder
public String toString()
toString
in class Object
Object.toString()
public TestExecutionSortBy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.