@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SortCriteria extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
SortCriteria() |
| Modifier and Type | Method and Description |
|---|---|
SortCriteria |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeName()
Represents the finding attribute (for example, accountId) by which to sort findings.
|
String |
getOrderBy()
Order by which the sorted findings are to be displayed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAttributeName(String attributeName)
Represents the finding attribute (for example, accountId) by which to sort findings.
|
void |
setOrderBy(String orderBy)
Order by which the sorted findings are to be displayed.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
SortCriteria |
withAttributeName(String attributeName)
Represents the finding attribute (for example, accountId) by which to sort findings.
|
SortCriteria |
withOrderBy(OrderBy orderBy)
Order by which the sorted findings are to be displayed.
|
SortCriteria |
withOrderBy(String orderBy)
Order by which the sorted findings are to be displayed.
|
public void setAttributeName(String attributeName)
attributeName - Represents the finding attribute (for example, accountId) by which to sort findings.public String getAttributeName()
public SortCriteria withAttributeName(String attributeName)
attributeName - Represents the finding attribute (for example, accountId) by which to sort findings.public void setOrderBy(String orderBy)
orderBy - Order by which the sorted findings are to be displayed.OrderBypublic String getOrderBy()
OrderBypublic SortCriteria withOrderBy(String orderBy)
orderBy - Order by which the sorted findings are to be displayed.OrderBypublic SortCriteria withOrderBy(OrderBy orderBy)
orderBy - Order by which the sorted findings are to be displayed.OrderBypublic String toString()
toString in class ObjectObject.toString()public SortCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.