@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class KPISortConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The sort configuration of a KPI visual.
| Constructor and Description |
|---|
KPISortConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
KPISortConfiguration |
clone() |
boolean |
equals(Object obj) |
List<FieldSortOptions> |
getTrendGroupSort()
The sort configuration of the trend group fields.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTrendGroupSort(Collection<FieldSortOptions> trendGroupSort)
The sort configuration of the trend group fields.
|
String |
toString()
Returns a string representation of this object.
|
KPISortConfiguration |
withTrendGroupSort(Collection<FieldSortOptions> trendGroupSort)
The sort configuration of the trend group fields.
|
KPISortConfiguration |
withTrendGroupSort(FieldSortOptions... trendGroupSort)
The sort configuration of the trend group fields.
|
public List<FieldSortOptions> getTrendGroupSort()
The sort configuration of the trend group fields.
public void setTrendGroupSort(Collection<FieldSortOptions> trendGroupSort)
The sort configuration of the trend group fields.
trendGroupSort - The sort configuration of the trend group fields.public KPISortConfiguration withTrendGroupSort(FieldSortOptions... trendGroupSort)
The sort configuration of the trend group fields.
NOTE: This method appends the values to the existing list (if any). Use
setTrendGroupSort(java.util.Collection) or withTrendGroupSort(java.util.Collection) if you want
to override the existing values.
trendGroupSort - The sort configuration of the trend group fields.public KPISortConfiguration withTrendGroupSort(Collection<FieldSortOptions> trendGroupSort)
The sort configuration of the trend group fields.
trendGroupSort - The sort configuration of the trend group fields.public String toString()
toString in class ObjectObject.toString()public KPISortConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.