@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PivotTableAggregatedFieldWells extends Object implements Serializable, Cloneable, StructuredPojo
The aggregated field well for the pivot table.
| Constructor and Description |
|---|
PivotTableAggregatedFieldWells() |
| Modifier and Type | Method and Description |
|---|---|
PivotTableAggregatedFieldWells |
clone() |
boolean |
equals(Object obj) |
List<DimensionField> |
getColumns()
The columns field well for a pivot table.
|
List<DimensionField> |
getRows()
The rows field well for a pivot table.
|
List<MeasureField> |
getValues()
The values field well for a pivot table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setColumns(Collection<DimensionField> columns)
The columns field well for a pivot table.
|
void |
setRows(Collection<DimensionField> rows)
The rows field well for a pivot table.
|
void |
setValues(Collection<MeasureField> values)
The values field well for a pivot table.
|
String |
toString()
Returns a string representation of this object.
|
PivotTableAggregatedFieldWells |
withColumns(Collection<DimensionField> columns)
The columns field well for a pivot table.
|
PivotTableAggregatedFieldWells |
withColumns(DimensionField... columns)
The columns field well for a pivot table.
|
PivotTableAggregatedFieldWells |
withRows(Collection<DimensionField> rows)
The rows field well for a pivot table.
|
PivotTableAggregatedFieldWells |
withRows(DimensionField... rows)
The rows field well for a pivot table.
|
PivotTableAggregatedFieldWells |
withValues(Collection<MeasureField> values)
The values field well for a pivot table.
|
PivotTableAggregatedFieldWells |
withValues(MeasureField... values)
The values field well for a pivot table.
|
public List<DimensionField> getRows()
The rows field well for a pivot table. Values are grouped by rows fields.
public void setRows(Collection<DimensionField> rows)
The rows field well for a pivot table. Values are grouped by rows fields.
rows - The rows field well for a pivot table. Values are grouped by rows fields.public PivotTableAggregatedFieldWells withRows(DimensionField... rows)
The rows field well for a pivot table. Values are grouped by rows fields.
NOTE: This method appends the values to the existing list (if any). Use
setRows(java.util.Collection) or withRows(java.util.Collection) if you want to override the
existing values.
rows - The rows field well for a pivot table. Values are grouped by rows fields.public PivotTableAggregatedFieldWells withRows(Collection<DimensionField> rows)
The rows field well for a pivot table. Values are grouped by rows fields.
rows - The rows field well for a pivot table. Values are grouped by rows fields.public List<DimensionField> getColumns()
The columns field well for a pivot table. Values are grouped by columns fields.
public void setColumns(Collection<DimensionField> columns)
The columns field well for a pivot table. Values are grouped by columns fields.
columns - The columns field well for a pivot table. Values are grouped by columns fields.public PivotTableAggregatedFieldWells withColumns(DimensionField... columns)
The columns field well for a pivot table. Values are grouped by columns fields.
NOTE: This method appends the values to the existing list (if any). Use
setColumns(java.util.Collection) or withColumns(java.util.Collection) if you want to override
the existing values.
columns - The columns field well for a pivot table. Values are grouped by columns fields.public PivotTableAggregatedFieldWells withColumns(Collection<DimensionField> columns)
The columns field well for a pivot table. Values are grouped by columns fields.
columns - The columns field well for a pivot table. Values are grouped by columns fields.public List<MeasureField> getValues()
The values field well for a pivot table. Values are aggregated based on rows and columns fields.
public void setValues(Collection<MeasureField> values)
The values field well for a pivot table. Values are aggregated based on rows and columns fields.
values - The values field well for a pivot table. Values are aggregated based on rows and columns fields.public PivotTableAggregatedFieldWells withValues(MeasureField... values)
The values field well for a pivot table. Values are aggregated based on rows and columns fields.
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 values field well for a pivot table. Values are aggregated based on rows and columns fields.public PivotTableAggregatedFieldWells withValues(Collection<MeasureField> values)
The values field well for a pivot table. Values are aggregated based on rows and columns fields.
values - The values field well for a pivot table. Values are aggregated based on rows and columns fields.public String toString()
toString in class ObjectObject.toString()public PivotTableAggregatedFieldWells clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.