@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoverageSortCriteria extends Object implements Serializable, Cloneable, StructuredPojo
Information about the sorting criteria used in the coverage statistics.
| Constructor and Description |
|---|
CoverageSortCriteria() |
| Modifier and Type | Method and Description |
|---|---|
CoverageSortCriteria |
clone() |
boolean |
equals(Object obj) |
String |
getAttributeName()
Represents the field name used to sort the coverage details.
|
String |
getOrderBy()
The order in which the sorted findings are to be displayed.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAttributeName(String attributeName)
Represents the field name used to sort the coverage details.
|
void |
setOrderBy(String orderBy)
The order in which the sorted findings are to be displayed.
|
String |
toString()
Returns a string representation of this object.
|
CoverageSortCriteria |
withAttributeName(CoverageSortKey attributeName)
Represents the field name used to sort the coverage details.
|
CoverageSortCriteria |
withAttributeName(String attributeName)
Represents the field name used to sort the coverage details.
|
CoverageSortCriteria |
withOrderBy(OrderBy orderBy)
The order in which the sorted findings are to be displayed.
|
CoverageSortCriteria |
withOrderBy(String orderBy)
The order in which the sorted findings are to be displayed.
|
public void setAttributeName(String attributeName)
Represents the field name used to sort the coverage details.
attributeName - Represents the field name used to sort the coverage details.CoverageSortKeypublic String getAttributeName()
Represents the field name used to sort the coverage details.
CoverageSortKeypublic CoverageSortCriteria withAttributeName(String attributeName)
Represents the field name used to sort the coverage details.
attributeName - Represents the field name used to sort the coverage details.CoverageSortKeypublic CoverageSortCriteria withAttributeName(CoverageSortKey attributeName)
Represents the field name used to sort the coverage details.
attributeName - Represents the field name used to sort the coverage details.CoverageSortKeypublic void setOrderBy(String orderBy)
The order in which the sorted findings are to be displayed.
orderBy - The order in which the sorted findings are to be displayed.OrderBypublic String getOrderBy()
The order in which the sorted findings are to be displayed.
OrderBypublic CoverageSortCriteria withOrderBy(String orderBy)
The order in which the sorted findings are to be displayed.
orderBy - The order in which the sorted findings are to be displayed.OrderBypublic CoverageSortCriteria withOrderBy(OrderBy orderBy)
The order in which the sorted findings are to be displayed.
orderBy - The order in which the sorted findings are to be displayed.OrderBypublic String toString()
toString in class ObjectObject.toString()public CoverageSortCriteria clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.