@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FunnelChartFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The field well configuration of a FunnelChartVisual.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
| Constructor and Description |
|---|
FunnelChartFieldWells() |
| Modifier and Type | Method and Description |
|---|---|
FunnelChartFieldWells |
clone() |
boolean |
equals(Object obj) |
FunnelChartAggregatedFieldWells |
getFunnelChartAggregatedFieldWells()
The field well configuration of a
FunnelChartVisual. |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFunnelChartAggregatedFieldWells(FunnelChartAggregatedFieldWells funnelChartAggregatedFieldWells)
The field well configuration of a
FunnelChartVisual. |
String |
toString()
Returns a string representation of this object.
|
FunnelChartFieldWells |
withFunnelChartAggregatedFieldWells(FunnelChartAggregatedFieldWells funnelChartAggregatedFieldWells)
The field well configuration of a
FunnelChartVisual. |
public void setFunnelChartAggregatedFieldWells(FunnelChartAggregatedFieldWells funnelChartAggregatedFieldWells)
The field well configuration of a FunnelChartVisual.
funnelChartAggregatedFieldWells - The field well configuration of a FunnelChartVisual.public FunnelChartAggregatedFieldWells getFunnelChartAggregatedFieldWells()
The field well configuration of a FunnelChartVisual.
FunnelChartVisual.public FunnelChartFieldWells withFunnelChartAggregatedFieldWells(FunnelChartAggregatedFieldWells funnelChartAggregatedFieldWells)
The field well configuration of a FunnelChartVisual.
funnelChartAggregatedFieldWells - The field well configuration of a FunnelChartVisual.public String toString()
toString in class ObjectObject.toString()public FunnelChartFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.