@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RadarChartSeriesSettings extends Object implements Serializable, Cloneable, StructuredPojo
The series settings of a radar chart.
| Constructor and Description |
|---|
RadarChartSeriesSettings() |
| Modifier and Type | Method and Description |
|---|---|
RadarChartSeriesSettings |
clone() |
boolean |
equals(Object obj) |
RadarChartAreaStyleSettings |
getAreaStyleSettings()
The area style settings of a radar chart.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setAreaStyleSettings(RadarChartAreaStyleSettings areaStyleSettings)
The area style settings of a radar chart.
|
String |
toString()
Returns a string representation of this object.
|
RadarChartSeriesSettings |
withAreaStyleSettings(RadarChartAreaStyleSettings areaStyleSettings)
The area style settings of a radar chart.
|
public void setAreaStyleSettings(RadarChartAreaStyleSettings areaStyleSettings)
The area style settings of a radar chart.
areaStyleSettings - The area style settings of a radar chart.public RadarChartAreaStyleSettings getAreaStyleSettings()
The area style settings of a radar chart.
public RadarChartSeriesSettings withAreaStyleSettings(RadarChartAreaStyleSettings areaStyleSettings)
The area style settings of a radar chart.
areaStyleSettings - The area style settings of a radar chart.public String toString()
toString in class ObjectObject.toString()public RadarChartSeriesSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.