@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SortCriterion extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
SortCriterion() |
| Modifier and Type | Method and Description |
|---|---|
SortCriterion |
clone() |
boolean |
equals(Object obj) |
String |
getFieldName() |
String |
getSort() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFieldName(String fieldName) |
void |
setSort(String sort) |
String |
toString()
Returns a string representation of this object.
|
SortCriterion |
withFieldName(String fieldName) |
SortCriterion |
withSort(Sort sort) |
SortCriterion |
withSort(String sort) |
public void setFieldName(String fieldName)
fieldName - public String getFieldName()
public SortCriterion withFieldName(String fieldName)
fieldName - public SortCriterion withSort(String sort)
sort - Sortpublic SortCriterion withSort(Sort sort)
sort - Sortpublic String toString()
toString in class ObjectObject.toString()public SortCriterion clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.