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