@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListJobsSortCriteria extends Object implements Serializable, Cloneable, StructuredPojo
Specifies criteria for sorting the results of a request for information about classification jobs.
| Constructor and Description |
|---|
ListJobsSortCriteria() |
| Modifier and Type | Method and Description |
|---|---|
ListJobsSortCriteria |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeName()
The property to sort the results by.
|
String |
getOrderBy()
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttributeName(String attributeName)
The property to sort the results by.
|
void |
setOrderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
String |
toString()
Returns a string representation of this object.
|
ListJobsSortCriteria |
withAttributeName(ListJobsSortAttributeName attributeName)
The property to sort the results by.
|
ListJobsSortCriteria |
withAttributeName(String attributeName)
The property to sort the results by.
|
ListJobsSortCriteria |
withOrderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
ListJobsSortCriteria |
withOrderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName
property.
|
public void setAttributeName(String attributeName)
The property to sort the results by.
attributeName - The property to sort the results by.ListJobsSortAttributeNamepublic String getAttributeName()
The property to sort the results by.
ListJobsSortAttributeNamepublic ListJobsSortCriteria withAttributeName(String attributeName)
The property to sort the results by.
attributeName - The property to sort the results by.ListJobsSortAttributeNamepublic ListJobsSortCriteria withAttributeName(ListJobsSortAttributeName attributeName)
The property to sort the results by.
attributeName - The property to sort the results by.ListJobsSortAttributeNamepublic void setOrderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
orderBy - The sort order to apply to the results, based on the value for the property specified by the attributeName
property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in
descending order.OrderBypublic String getOrderBy()
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
OrderBypublic ListJobsSortCriteria withOrderBy(String orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
orderBy - The sort order to apply to the results, based on the value for the property specified by the attributeName
property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in
descending order.OrderBypublic ListJobsSortCriteria withOrderBy(OrderBy orderBy)
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
orderBy - The sort order to apply to the results, based on the value for the property specified by the attributeName
property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in
descending order.OrderBypublic String toString()
toString in class ObjectObject.toString()public ListJobsSortCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.