@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LineChartFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The field well configuration of a line chart.
| Constructor and Description | 
|---|
| LineChartFieldWells() | 
| Modifier and Type | Method and Description | 
|---|---|
| LineChartFieldWells | clone() | 
| boolean | equals(Object obj) | 
| LineChartAggregatedFieldWells | getLineChartAggregatedFieldWells()
 The field well configuration of a line chart. | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setLineChartAggregatedFieldWells(LineChartAggregatedFieldWells lineChartAggregatedFieldWells)
 The field well configuration of a line chart. | 
| String | toString()Returns a string representation of this object. | 
| LineChartFieldWells | withLineChartAggregatedFieldWells(LineChartAggregatedFieldWells lineChartAggregatedFieldWells)
 The field well configuration of a line chart. | 
public void setLineChartAggregatedFieldWells(LineChartAggregatedFieldWells lineChartAggregatedFieldWells)
The field well configuration of a line chart.
lineChartAggregatedFieldWells - The field well configuration of a line chart.public LineChartAggregatedFieldWells getLineChartAggregatedFieldWells()
The field well configuration of a line chart.
public LineChartFieldWells withLineChartAggregatedFieldWells(LineChartAggregatedFieldWells lineChartAggregatedFieldWells)
The field well configuration of a line chart.
lineChartAggregatedFieldWells - The field well configuration of a line chart.public String toString()
toString in class ObjectObject.toString()public LineChartFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.