@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataPathType extends Object implements Serializable, Cloneable, StructuredPojo
The type of the data path value.
| Constructor and Description |
|---|
DataPathType() |
| Modifier and Type | Method and Description |
|---|---|
DataPathType |
clone() |
boolean |
equals(Object obj) |
String |
getPivotTableDataPathType()
The type of data path value utilized in a pivot table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setPivotTableDataPathType(String pivotTableDataPathType)
The type of data path value utilized in a pivot table.
|
String |
toString()
Returns a string representation of this object.
|
DataPathType |
withPivotTableDataPathType(PivotTableDataPathType pivotTableDataPathType)
The type of data path value utilized in a pivot table.
|
DataPathType |
withPivotTableDataPathType(String pivotTableDataPathType)
The type of data path value utilized in a pivot table.
|
public void setPivotTableDataPathType(String pivotTableDataPathType)
The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when
RowsLayout is set to HIERARCHY.
MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to
Metric Placement.
EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is
no field in ColumnsFieldWell and the row is set to Metric Placement.
COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric,
when there is no field in the ValuesFieldWell.
pivotTableDataPathType - The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when
RowsLayout is set to HIERARCHY.
MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set
to Metric Placement.
EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when
there is no field in ColumnsFieldWell and the row is set to Metric Placement.
COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the
metric, when there is no field in the ValuesFieldWell.
PivotTableDataPathTypepublic String getPivotTableDataPathType()
The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when
RowsLayout is set to HIERARCHY.
MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to
Metric Placement.
EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is
no field in ColumnsFieldWell and the row is set to Metric Placement.
COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric,
when there is no field in the ValuesFieldWell.
HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when
RowsLayout is set to HIERARCHY.
MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is
set to Metric Placement.
EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when
there is no field in ColumnsFieldWell and the row is set to Metric Placement.
COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the
metric, when there is no field in the ValuesFieldWell.
PivotTableDataPathTypepublic DataPathType withPivotTableDataPathType(String pivotTableDataPathType)
The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when
RowsLayout is set to HIERARCHY.
MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to
Metric Placement.
EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is
no field in ColumnsFieldWell and the row is set to Metric Placement.
COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric,
when there is no field in the ValuesFieldWell.
pivotTableDataPathType - The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when
RowsLayout is set to HIERARCHY.
MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set
to Metric Placement.
EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when
there is no field in ColumnsFieldWell and the row is set to Metric Placement.
COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the
metric, when there is no field in the ValuesFieldWell.
PivotTableDataPathTypepublic DataPathType withPivotTableDataPathType(PivotTableDataPathType pivotTableDataPathType)
The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when
RowsLayout is set to HIERARCHY.
MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set to
Metric Placement.
EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when there is
no field in ColumnsFieldWell and the row is set to Metric Placement.
COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the metric,
when there is no field in the ValuesFieldWell.
pivotTableDataPathType - The type of data path value utilized in a pivot table. Choose one of the following options:
HIERARCHY_ROWS_LAYOUT_COLUMN - The type of data path for the rows layout column, when
RowsLayout is set to HIERARCHY.
MULTIPLE_ROW_METRICS_COLUMN - The type of data path for the metric column when the row is set
to Metric Placement.
EMPTY_COLUMN_HEADER - The type of data path for the column with empty column header, when
there is no field in ColumnsFieldWell and the row is set to Metric Placement.
COUNT_METRIC_COLUMN - The type of data path for the column with COUNT as the
metric, when there is no field in the ValuesFieldWell.
PivotTableDataPathTypepublic String toString()
toString in class ObjectObject.toString()public DataPathType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.