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