@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Sort extends Object implements Serializable, Cloneable, StructuredPojo
Sort search results.
Constructor and Description |
---|
Sort() |
Modifier and Type | Method and Description |
---|---|
Sort |
clone() |
boolean |
equals(Object obj) |
String |
getSortField()
The sort field for search criteria.
|
String |
getSortOrder()
The sort order for search criteria.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSortField(String sortField)
The sort field for search criteria.
|
void |
setSortOrder(String sortOrder)
The sort order for search criteria.
|
String |
toString()
Returns a string representation of this object.
|
Sort |
withSortField(SortField sortField)
The sort field for search criteria.
|
Sort |
withSortField(String sortField)
The sort field for search criteria.
|
Sort |
withSortOrder(SortOrder sortOrder)
The sort order for search criteria.
|
Sort |
withSortOrder(String sortOrder)
The sort order for search criteria.
|
public void setSortOrder(String sortOrder)
The sort order for search criteria.
sortOrder
- The sort order for search criteria.SortOrder
public String getSortOrder()
The sort order for search criteria.
SortOrder
public Sort withSortOrder(String sortOrder)
The sort order for search criteria.
sortOrder
- The sort order for search criteria.SortOrder
public Sort withSortOrder(SortOrder sortOrder)
The sort order for search criteria.
sortOrder
- The sort order for search criteria.SortOrder
public void setSortField(String sortField)
The sort field for search criteria.
sortField
- The sort field for search criteria.SortField
public String getSortField()
The sort field for search criteria.
SortField
public Sort withSortField(String sortField)
The sort field for search criteria.
sortField
- The sort field for search criteria.SortField
public Sort withSortField(SortField sortField)
The sort field for search criteria.
sortField
- The sort field for search criteria.SortField
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.