@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)
Marshalls this structured data using the given
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.TransformSortColumnTypepublic String getColumn()
The column to be used in the sorting criteria that are associated with the machine learning transform.
TransformSortColumnTypepublic 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.TransformSortColumnTypepublic 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.TransformSortColumnTypepublic 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.SortDirectionTypepublic String getSortDirection()
The sort direction to be used in the sorting criteria that are associated with the machine learning transform.
SortDirectionTypepublic 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.SortDirectionTypepublic 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.SortDirectionTypepublic String toString()
toString in class ObjectObject.toString()public TransformSortCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.