@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SeriesItem extends Object implements Serializable, Cloneable, StructuredPojo
The series item configuration of a line chart.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
| Constructor and Description |
|---|
SeriesItem() |
| Modifier and Type | Method and Description |
|---|---|
SeriesItem |
clone() |
boolean |
equals(Object obj) |
DataFieldSeriesItem |
getDataFieldSeriesItem()
The data field series item configuration of a line chart.
|
FieldSeriesItem |
getFieldSeriesItem()
The field series item configuration of a line chart.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDataFieldSeriesItem(DataFieldSeriesItem dataFieldSeriesItem)
The data field series item configuration of a line chart.
|
void |
setFieldSeriesItem(FieldSeriesItem fieldSeriesItem)
The field series item configuration of a line chart.
|
String |
toString()
Returns a string representation of this object.
|
SeriesItem |
withDataFieldSeriesItem(DataFieldSeriesItem dataFieldSeriesItem)
The data field series item configuration of a line chart.
|
SeriesItem |
withFieldSeriesItem(FieldSeriesItem fieldSeriesItem)
The field series item configuration of a line chart.
|
public void setFieldSeriesItem(FieldSeriesItem fieldSeriesItem)
The field series item configuration of a line chart.
fieldSeriesItem - The field series item configuration of a line chart.public FieldSeriesItem getFieldSeriesItem()
The field series item configuration of a line chart.
public SeriesItem withFieldSeriesItem(FieldSeriesItem fieldSeriesItem)
The field series item configuration of a line chart.
fieldSeriesItem - The field series item configuration of a line chart.public void setDataFieldSeriesItem(DataFieldSeriesItem dataFieldSeriesItem)
The data field series item configuration of a line chart.
dataFieldSeriesItem - The data field series item configuration of a line chart.public DataFieldSeriesItem getDataFieldSeriesItem()
The data field series item configuration of a line chart.
public SeriesItem withDataFieldSeriesItem(DataFieldSeriesItem dataFieldSeriesItem)
The data field series item configuration of a line chart.
dataFieldSeriesItem - The data field series item configuration of a line chart.public String toString()
toString in class ObjectObject.toString()public SeriesItem clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.