@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FieldSeriesItem extends Object implements Serializable, Cloneable, StructuredPojo
The field series item configuration of a line chart.
| Constructor and Description |
|---|
FieldSeriesItem() |
| Modifier and Type | Method and Description |
|---|---|
FieldSeriesItem |
clone() |
boolean |
equals(Object obj) |
String |
getAxisBinding()
The axis that you are binding the field to.
|
String |
getFieldId()
The field ID of the field for which you are setting the axis binding.
|
LineChartSeriesSettings |
getSettings()
The options that determine the presentation of line series associated to the field.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAxisBinding(String axisBinding)
The axis that you are binding the field to.
|
void |
setFieldId(String fieldId)
The field ID of the field for which you are setting the axis binding.
|
void |
setSettings(LineChartSeriesSettings settings)
The options that determine the presentation of line series associated to the field.
|
String |
toString()
Returns a string representation of this object.
|
FieldSeriesItem |
withAxisBinding(AxisBinding axisBinding)
The axis that you are binding the field to.
|
FieldSeriesItem |
withAxisBinding(String axisBinding)
The axis that you are binding the field to.
|
FieldSeriesItem |
withFieldId(String fieldId)
The field ID of the field for which you are setting the axis binding.
|
FieldSeriesItem |
withSettings(LineChartSeriesSettings settings)
The options that determine the presentation of line series associated to the field.
|
public void setFieldId(String fieldId)
The field ID of the field for which you are setting the axis binding.
fieldId - The field ID of the field for which you are setting the axis binding.public String getFieldId()
The field ID of the field for which you are setting the axis binding.
public FieldSeriesItem withFieldId(String fieldId)
The field ID of the field for which you are setting the axis binding.
fieldId - The field ID of the field for which you are setting the axis binding.public void setAxisBinding(String axisBinding)
The axis that you are binding the field to.
axisBinding - The axis that you are binding the field to.AxisBindingpublic String getAxisBinding()
The axis that you are binding the field to.
AxisBindingpublic FieldSeriesItem withAxisBinding(String axisBinding)
The axis that you are binding the field to.
axisBinding - The axis that you are binding the field to.AxisBindingpublic FieldSeriesItem withAxisBinding(AxisBinding axisBinding)
The axis that you are binding the field to.
axisBinding - The axis that you are binding the field to.AxisBindingpublic void setSettings(LineChartSeriesSettings settings)
The options that determine the presentation of line series associated to the field.
settings - The options that determine the presentation of line series associated to the field.public LineChartSeriesSettings getSettings()
The options that determine the presentation of line series associated to the field.
public FieldSeriesItem withSettings(LineChartSeriesSettings settings)
The options that determine the presentation of line series associated to the field.
settings - The options that determine the presentation of line series associated to the field.public String toString()
toString in class ObjectObject.toString()public FieldSeriesItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.