@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.TaskRunSortColumnType
public String getColumn()
The column to be used to sort the list of task runs for the machine learning transform.
TaskRunSortColumnType
public 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.TaskRunSortColumnType
public 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.TaskRunSortColumnType
public 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.SortDirectionType
public String getSortDirection()
The sort direction to be used to sort the list of task runs for the machine learning transform.
SortDirectionType
public 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.SortDirectionType
public 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.SortDirectionType
public String toString()
toString
in class Object
Object.toString()
public TaskRunSortCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.