@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScatterPlotSortConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The sort configuration of a scatter plot.
Constructor and Description |
---|
ScatterPlotSortConfiguration() |
Modifier and Type | Method and Description |
---|---|
ScatterPlotSortConfiguration |
clone() |
boolean |
equals(Object obj) |
ItemsLimitConfiguration |
getScatterPlotLimitConfiguration() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setScatterPlotLimitConfiguration(ItemsLimitConfiguration scatterPlotLimitConfiguration) |
String |
toString()
Returns a string representation of this object.
|
ScatterPlotSortConfiguration |
withScatterPlotLimitConfiguration(ItemsLimitConfiguration scatterPlotLimitConfiguration) |
public void setScatterPlotLimitConfiguration(ItemsLimitConfiguration scatterPlotLimitConfiguration)
scatterPlotLimitConfiguration
- public ItemsLimitConfiguration getScatterPlotLimitConfiguration()
public ScatterPlotSortConfiguration withScatterPlotLimitConfiguration(ItemsLimitConfiguration scatterPlotLimitConfiguration)
scatterPlotLimitConfiguration
- public String toString()
toString
in class Object
Object.toString()
public ScatterPlotSortConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.