@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IngestionJobSortBy extends Object implements Serializable, Cloneable, StructuredPojo
Sorts the response returned by ListIngestionJobs operation.
| Constructor and Description |
|---|
IngestionJobSortBy() |
| Modifier and Type | Method and Description |
|---|---|
IngestionJobSortBy |
clone() |
boolean |
equals(Object obj) |
String |
getAttribute() |
String |
getOrder() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAttribute(String attribute) |
void |
setOrder(String order) |
String |
toString()
Returns a string representation of this object.
|
IngestionJobSortBy |
withAttribute(IngestionJobSortByAttribute attribute) |
IngestionJobSortBy |
withAttribute(String attribute) |
IngestionJobSortBy |
withOrder(SortOrder order) |
IngestionJobSortBy |
withOrder(String order) |
public void setAttribute(String attribute)
attribute - IngestionJobSortByAttributepublic String getAttribute()
IngestionJobSortByAttributepublic IngestionJobSortBy withAttribute(String attribute)
attribute - IngestionJobSortByAttributepublic IngestionJobSortBy withAttribute(IngestionJobSortByAttribute attribute)
attribute - IngestionJobSortByAttributepublic IngestionJobSortBy withOrder(String order)
order - SortOrderpublic IngestionJobSortBy withOrder(SortOrder order)
order - SortOrderpublic String toString()
toString in class ObjectObject.toString()public IngestionJobSortBy clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.