@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)
Marshalls this structured data using the given
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.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME
has been deprecated.
attributeName - Represents the field name used to sort the coverage details.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
CoverageSortKeypublic String getAttributeName()
Represents the field name used to sort the coverage details.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME
has been deprecated.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
CoverageSortKeypublic CoverageSortCriteria withAttributeName(String attributeName)
Represents the field name used to sort the coverage details.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME
has been deprecated.
attributeName - Represents the field name used to sort the coverage details.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
CoverageSortKeypublic CoverageSortCriteria withAttributeName(CoverageSortKey attributeName)
Represents the field name used to sort the coverage details.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME. CLUSTER_NAME
has been deprecated.
attributeName - Represents the field name used to sort the coverage details.
Replace the enum value CLUSTER_NAME with EKS_CLUSTER_NAME.
CLUSTER_NAME has been deprecated.
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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.