@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngestionJobSortBy extends Object implements Serializable, Cloneable, StructuredPojo
Parameters by which to sort the results.
| Constructor and Description |
|---|
IngestionJobSortBy() |
| Modifier and Type | Method and Description |
|---|---|
IngestionJobSortBy |
clone() |
boolean |
equals(Object obj) |
String |
getAttribute()
The attribute by which to sort the results.
|
String |
getOrder()
The order by which to sort the results.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAttribute(String attribute)
The attribute by which to sort the results.
|
void |
setOrder(String order)
The order by which to sort the results.
|
String |
toString()
Returns a string representation of this object.
|
IngestionJobSortBy |
withAttribute(IngestionJobSortByAttribute attribute)
The attribute by which to sort the results.
|
IngestionJobSortBy |
withAttribute(String attribute)
The attribute by which to sort the results.
|
IngestionJobSortBy |
withOrder(SortOrder order)
The order by which to sort the results.
|
IngestionJobSortBy |
withOrder(String order)
The order by which to sort the results.
|
public void setAttribute(String attribute)
The attribute by which to sort the results.
attribute - The attribute by which to sort the results.IngestionJobSortByAttributepublic String getAttribute()
The attribute by which to sort the results.
IngestionJobSortByAttributepublic IngestionJobSortBy withAttribute(String attribute)
The attribute by which to sort the results.
attribute - The attribute by which to sort the results.IngestionJobSortByAttributepublic IngestionJobSortBy withAttribute(IngestionJobSortByAttribute attribute)
The attribute by which to sort the results.
attribute - The attribute by which to sort the results.IngestionJobSortByAttributepublic void setOrder(String order)
The order by which to sort the results.
order - The order by which to sort the results.SortOrderpublic String getOrder()
The order by which to sort the results.
SortOrderpublic IngestionJobSortBy withOrder(String order)
The order by which to sort the results.
order - The order by which to sort the results.SortOrderpublic IngestionJobSortBy withOrder(SortOrder order)
The order by which to sort the results.
order - The order by which to sort the results.SortOrderpublic String toString()
toString in class ObjectObject.toString()public IngestionJobSortBy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.