@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TaskRunSortCriteria extends Object implements Serializable, Cloneable, StructuredPojo
The sorting criteria that are used to sort the list of task runs for the machine learning transform.
| Constructor and Description |
|---|
TaskRunSortCriteria() |
| Modifier and Type | Method and Description |
|---|---|
TaskRunSortCriteria |
clone() |
boolean |
equals(Object obj) |
String |
getColumn()
The column to be used to sort the list of task runs for the machine learning transform.
|
String |
getSortDirection()
The sort direction to be used to sort the list of task runs for the machine learning transform.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColumn(String column)
The column to be used to sort the list of task runs for the machine learning transform.
|
void |
setSortDirection(String sortDirection)
The sort direction to be used to sort the list of task runs for the machine learning transform.
|
String |
toString()
Returns a string representation of this object.
|
TaskRunSortCriteria |
withColumn(String column)
The column to be used to sort the list of task runs for the machine learning transform.
|
TaskRunSortCriteria |
withColumn(TaskRunSortColumnType column)
The column to be used to sort the list of task runs for the machine learning transform.
|
TaskRunSortCriteria |
withSortDirection(SortDirectionType sortDirection)
The sort direction to be used to sort the list of task runs for the machine learning transform.
|
TaskRunSortCriteria |
withSortDirection(String sortDirection)
The sort direction to be used to sort the list of task runs for the machine learning transform.
|
public void setColumn(String column)
The column to be used to sort the list of task runs for the machine learning transform.
column - The column to be used to sort the list of task runs for the machine learning transform.TaskRunSortColumnTypepublic String getColumn()
The column to be used to sort the list of task runs for the machine learning transform.
TaskRunSortColumnTypepublic TaskRunSortCriteria withColumn(String column)
The column to be used to sort the list of task runs for the machine learning transform.
column - The column to be used to sort the list of task runs for the machine learning transform.TaskRunSortColumnTypepublic TaskRunSortCriteria withColumn(TaskRunSortColumnType column)
The column to be used to sort the list of task runs for the machine learning transform.
column - The column to be used to sort the list of task runs for the machine learning transform.TaskRunSortColumnTypepublic void setSortDirection(String sortDirection)
The sort direction to be used to sort the list of task runs for the machine learning transform.
sortDirection - The sort direction to be used to sort the list of task runs for the machine learning transform.SortDirectionTypepublic String getSortDirection()
The sort direction to be used to sort the list of task runs for the machine learning transform.
SortDirectionTypepublic TaskRunSortCriteria withSortDirection(String sortDirection)
The sort direction to be used to sort the list of task runs for the machine learning transform.
sortDirection - The sort direction to be used to sort the list of task runs for the machine learning transform.SortDirectionTypepublic TaskRunSortCriteria withSortDirection(SortDirectionType sortDirection)
The sort direction to be used to sort the list of task runs for the machine learning transform.
sortDirection - The sort direction to be used to sort the list of task runs for the machine learning transform.SortDirectionTypepublic String toString()
toString in class ObjectObject.toString()public TaskRunSortCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.