@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TransformSortCriteria extends Object implements Serializable, Cloneable, StructuredPojo
The sorting criteria that are associated with the machine learning transform.
Constructor and Description |
---|
TransformSortCriteria() |
Modifier and Type | Method and Description |
---|---|
TransformSortCriteria |
clone() |
boolean |
equals(Object obj) |
String |
getColumn()
The column to be used in the sorting criteria that are associated with the machine learning transform.
|
String |
getSortDirection()
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setColumn(String column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
|
void |
setSortDirection(String sortDirection)
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
|
String |
toString()
Returns a string representation of this object.
|
TransformSortCriteria |
withColumn(String column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
|
TransformSortCriteria |
withColumn(TransformSortColumnType column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
|
TransformSortCriteria |
withSortDirection(SortDirectionType sortDirection)
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
|
TransformSortCriteria |
withSortDirection(String sortDirection)
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
|
public void setColumn(String column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
column
- The column to be used in the sorting criteria that are associated with the machine learning transform.TransformSortColumnType
public String getColumn()
The column to be used in the sorting criteria that are associated with the machine learning transform.
TransformSortColumnType
public TransformSortCriteria withColumn(String column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
column
- The column to be used in the sorting criteria that are associated with the machine learning transform.TransformSortColumnType
public TransformSortCriteria withColumn(TransformSortColumnType column)
The column to be used in the sorting criteria that are associated with the machine learning transform.
column
- The column to be used in the sorting criteria that are associated with the machine learning transform.TransformSortColumnType
public void setSortDirection(String sortDirection)
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
sortDirection
- The sort direction to be used in the sorting criteria that are associated with the machine learning
transform.SortDirectionType
public String getSortDirection()
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
SortDirectionType
public TransformSortCriteria withSortDirection(String sortDirection)
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
sortDirection
- The sort direction to be used in the sorting criteria that are associated with the machine learning
transform.SortDirectionType
public TransformSortCriteria withSortDirection(SortDirectionType sortDirection)
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
sortDirection
- The sort direction to be used in the sorting criteria that are associated with the machine learning
transform.SortDirectionType
public String toString()
toString
in class Object
Object.toString()
public TransformSortCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2022. All rights reserved.