@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)
Marshalls this structured data using the given
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
.
PivotTableDataPathType
public 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
.
PivotTableDataPathType
public 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
.
PivotTableDataPathType
public 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
.
PivotTableDataPathType
public String toString()
toString
in class Object
Object.toString()
public DataPathType clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.