@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WaterfallChartAggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The field well configuration of a waterfall visual.
Constructor and Description |
---|
WaterfallChartAggregatedFieldWells() |
Modifier and Type | Method and Description |
---|---|
WaterfallChartAggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<DimensionField> |
getBreakdowns()
The breakdown field wells of a waterfall visual.
|
List<DimensionField> |
getCategories()
The category field wells of a waterfall visual.
|
List<MeasureField> |
getValues()
The value field wells of a waterfall visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBreakdowns(Collection<DimensionField> breakdowns)
The breakdown field wells of a waterfall visual.
|
void |
setCategories(Collection<DimensionField> categories)
The category field wells of a waterfall visual.
|
void |
setValues(Collection<MeasureField> values)
The value field wells of a waterfall visual.
|
String |
toString()
Returns a string representation of this object.
|
WaterfallChartAggregatedFieldWells |
withBreakdowns(Collection<DimensionField> breakdowns)
The breakdown field wells of a waterfall visual.
|
WaterfallChartAggregatedFieldWells |
withBreakdowns(DimensionField... breakdowns)
The breakdown field wells of a waterfall visual.
|
WaterfallChartAggregatedFieldWells |
withCategories(Collection<DimensionField> categories)
The category field wells of a waterfall visual.
|
WaterfallChartAggregatedFieldWells |
withCategories(DimensionField... categories)
The category field wells of a waterfall visual.
|
WaterfallChartAggregatedFieldWells |
withValues(Collection<MeasureField> values)
The value field wells of a waterfall visual.
|
WaterfallChartAggregatedFieldWells |
withValues(MeasureField... values)
The value field wells of a waterfall visual.
|
public List<DimensionField> getCategories()
The category field wells of a waterfall visual.
public void setCategories(Collection<DimensionField> categories)
The category field wells of a waterfall visual.
categories
- The category field wells of a waterfall visual.public WaterfallChartAggregatedFieldWells withCategories(DimensionField... categories)
The category field wells of a waterfall visual.
NOTE: This method appends the values to the existing list (if any). Use
setCategories(java.util.Collection)
or withCategories(java.util.Collection)
if you want to
override the existing values.
categories
- The category field wells of a waterfall visual.public WaterfallChartAggregatedFieldWells withCategories(Collection<DimensionField> categories)
The category field wells of a waterfall visual.
categories
- The category field wells of a waterfall visual.public List<MeasureField> getValues()
The value field wells of a waterfall visual.
public void setValues(Collection<MeasureField> values)
The value field wells of a waterfall visual.
values
- The value field wells of a waterfall visual.public WaterfallChartAggregatedFieldWells withValues(MeasureField... values)
The value field wells of a waterfall visual.
NOTE: This method appends the values to the existing list (if any). Use
setValues(java.util.Collection)
or withValues(java.util.Collection)
if you want to override the
existing values.
values
- The value field wells of a waterfall visual.public WaterfallChartAggregatedFieldWells withValues(Collection<MeasureField> values)
The value field wells of a waterfall visual.
values
- The value field wells of a waterfall visual.public List<DimensionField> getBreakdowns()
The breakdown field wells of a waterfall visual.
public void setBreakdowns(Collection<DimensionField> breakdowns)
The breakdown field wells of a waterfall visual.
breakdowns
- The breakdown field wells of a waterfall visual.public WaterfallChartAggregatedFieldWells withBreakdowns(DimensionField... breakdowns)
The breakdown field wells of a waterfall visual.
NOTE: This method appends the values to the existing list (if any). Use
setBreakdowns(java.util.Collection)
or withBreakdowns(java.util.Collection)
if you want to
override the existing values.
breakdowns
- The breakdown field wells of a waterfall visual.public WaterfallChartAggregatedFieldWells withBreakdowns(Collection<DimensionField> breakdowns)
The breakdown field wells of a waterfall visual.
breakdowns
- The breakdown field wells of a waterfall visual.public String toString()
toString
in class Object
Object.toString()
public WaterfallChartAggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.