@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComboChartFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The field wells of the visual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constructor and Description |
---|
ComboChartFieldWells() |
Modifier and Type | Method and Description |
---|---|
ComboChartFieldWells |
clone() |
boolean |
equals(Object obj) |
ComboChartAggregatedFieldWells |
getComboChartAggregatedFieldWells()
The aggregated field wells of a combo chart.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setComboChartAggregatedFieldWells(ComboChartAggregatedFieldWells comboChartAggregatedFieldWells)
The aggregated field wells of a combo chart.
|
String |
toString()
Returns a string representation of this object.
|
ComboChartFieldWells |
withComboChartAggregatedFieldWells(ComboChartAggregatedFieldWells comboChartAggregatedFieldWells)
The aggregated field wells of a combo chart.
|
public void setComboChartAggregatedFieldWells(ComboChartAggregatedFieldWells comboChartAggregatedFieldWells)
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
comboChartAggregatedFieldWells
- The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a
combo chart are aggregated by category.public ComboChartAggregatedFieldWells getComboChartAggregatedFieldWells()
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
public ComboChartFieldWells withComboChartAggregatedFieldWells(ComboChartAggregatedFieldWells comboChartAggregatedFieldWells)
The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a combo chart are aggregated by category.
comboChartAggregatedFieldWells
- The aggregated field wells of a combo chart. Combo charts only have aggregated field wells. Columns in a
combo chart are aggregated by category.public String toString()
toString
in class Object
Object.toString()
public ComboChartFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.