@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PivotTableOptions extends Object implements Serializable, Cloneable, StructuredPojo
The table options for a pivot table visual.
Constructor and Description |
---|
PivotTableOptions() |
Modifier and Type | Method and Description |
---|---|
PivotTableOptions |
clone() |
boolean |
equals(Object obj) |
TableCellStyle |
getCellStyle()
The table cell style of cells.
|
TableCellStyle |
getColumnHeaderStyle()
The table cell style of the column header.
|
String |
getColumnNamesVisibility()
The visibility of the column names.
|
String |
getMetricPlacement()
The metric placement (row, column) options.
|
RowAlternateColorOptions |
getRowAlternateColorOptions()
The row alternate color options (widget status, row alternate colors).
|
TableCellStyle |
getRowFieldNamesStyle()
The table cell style of row field names.
|
TableCellStyle |
getRowHeaderStyle()
The table cell style of the row headers.
|
String |
getSingleMetricVisibility()
The visibility of the single metric options.
|
String |
getToggleButtonsVisibility()
Determines the visibility of the pivot table.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCellStyle(TableCellStyle cellStyle)
The table cell style of cells.
|
void |
setColumnHeaderStyle(TableCellStyle columnHeaderStyle)
The table cell style of the column header.
|
void |
setColumnNamesVisibility(String columnNamesVisibility)
The visibility of the column names.
|
void |
setMetricPlacement(String metricPlacement)
The metric placement (row, column) options.
|
void |
setRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors).
|
void |
setRowFieldNamesStyle(TableCellStyle rowFieldNamesStyle)
The table cell style of row field names.
|
void |
setRowHeaderStyle(TableCellStyle rowHeaderStyle)
The table cell style of the row headers.
|
void |
setSingleMetricVisibility(String singleMetricVisibility)
The visibility of the single metric options.
|
void |
setToggleButtonsVisibility(String toggleButtonsVisibility)
Determines the visibility of the pivot table.
|
String |
toString()
Returns a string representation of this object.
|
PivotTableOptions |
withCellStyle(TableCellStyle cellStyle)
The table cell style of cells.
|
PivotTableOptions |
withColumnHeaderStyle(TableCellStyle columnHeaderStyle)
The table cell style of the column header.
|
PivotTableOptions |
withColumnNamesVisibility(String columnNamesVisibility)
The visibility of the column names.
|
PivotTableOptions |
withColumnNamesVisibility(Visibility columnNamesVisibility)
The visibility of the column names.
|
PivotTableOptions |
withMetricPlacement(PivotTableMetricPlacement metricPlacement)
The metric placement (row, column) options.
|
PivotTableOptions |
withMetricPlacement(String metricPlacement)
The metric placement (row, column) options.
|
PivotTableOptions |
withRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors).
|
PivotTableOptions |
withRowFieldNamesStyle(TableCellStyle rowFieldNamesStyle)
The table cell style of row field names.
|
PivotTableOptions |
withRowHeaderStyle(TableCellStyle rowHeaderStyle)
The table cell style of the row headers.
|
PivotTableOptions |
withSingleMetricVisibility(String singleMetricVisibility)
The visibility of the single metric options.
|
PivotTableOptions |
withSingleMetricVisibility(Visibility singleMetricVisibility)
The visibility of the single metric options.
|
PivotTableOptions |
withToggleButtonsVisibility(String toggleButtonsVisibility)
Determines the visibility of the pivot table.
|
PivotTableOptions |
withToggleButtonsVisibility(Visibility toggleButtonsVisibility)
Determines the visibility of the pivot table.
|
public void setMetricPlacement(String metricPlacement)
The metric placement (row, column) options.
metricPlacement
- The metric placement (row, column) options.PivotTableMetricPlacement
public String getMetricPlacement()
The metric placement (row, column) options.
PivotTableMetricPlacement
public PivotTableOptions withMetricPlacement(String metricPlacement)
The metric placement (row, column) options.
metricPlacement
- The metric placement (row, column) options.PivotTableMetricPlacement
public PivotTableOptions withMetricPlacement(PivotTableMetricPlacement metricPlacement)
The metric placement (row, column) options.
metricPlacement
- The metric placement (row, column) options.PivotTableMetricPlacement
public void setSingleMetricVisibility(String singleMetricVisibility)
The visibility of the single metric options.
singleMetricVisibility
- The visibility of the single metric options.Visibility
public String getSingleMetricVisibility()
The visibility of the single metric options.
Visibility
public PivotTableOptions withSingleMetricVisibility(String singleMetricVisibility)
The visibility of the single metric options.
singleMetricVisibility
- The visibility of the single metric options.Visibility
public PivotTableOptions withSingleMetricVisibility(Visibility singleMetricVisibility)
The visibility of the single metric options.
singleMetricVisibility
- The visibility of the single metric options.Visibility
public void setColumnNamesVisibility(String columnNamesVisibility)
The visibility of the column names.
columnNamesVisibility
- The visibility of the column names.Visibility
public String getColumnNamesVisibility()
The visibility of the column names.
Visibility
public PivotTableOptions withColumnNamesVisibility(String columnNamesVisibility)
The visibility of the column names.
columnNamesVisibility
- The visibility of the column names.Visibility
public PivotTableOptions withColumnNamesVisibility(Visibility columnNamesVisibility)
The visibility of the column names.
columnNamesVisibility
- The visibility of the column names.Visibility
public void setToggleButtonsVisibility(String toggleButtonsVisibility)
Determines the visibility of the pivot table.
toggleButtonsVisibility
- Determines the visibility of the pivot table.Visibility
public String getToggleButtonsVisibility()
Determines the visibility of the pivot table.
Visibility
public PivotTableOptions withToggleButtonsVisibility(String toggleButtonsVisibility)
Determines the visibility of the pivot table.
toggleButtonsVisibility
- Determines the visibility of the pivot table.Visibility
public PivotTableOptions withToggleButtonsVisibility(Visibility toggleButtonsVisibility)
Determines the visibility of the pivot table.
toggleButtonsVisibility
- Determines the visibility of the pivot table.Visibility
public void setColumnHeaderStyle(TableCellStyle columnHeaderStyle)
The table cell style of the column header.
columnHeaderStyle
- The table cell style of the column header.public TableCellStyle getColumnHeaderStyle()
The table cell style of the column header.
public PivotTableOptions withColumnHeaderStyle(TableCellStyle columnHeaderStyle)
The table cell style of the column header.
columnHeaderStyle
- The table cell style of the column header.public void setRowHeaderStyle(TableCellStyle rowHeaderStyle)
The table cell style of the row headers.
rowHeaderStyle
- The table cell style of the row headers.public TableCellStyle getRowHeaderStyle()
The table cell style of the row headers.
public PivotTableOptions withRowHeaderStyle(TableCellStyle rowHeaderStyle)
The table cell style of the row headers.
rowHeaderStyle
- The table cell style of the row headers.public void setCellStyle(TableCellStyle cellStyle)
The table cell style of cells.
cellStyle
- The table cell style of cells.public TableCellStyle getCellStyle()
The table cell style of cells.
public PivotTableOptions withCellStyle(TableCellStyle cellStyle)
The table cell style of cells.
cellStyle
- The table cell style of cells.public void setRowFieldNamesStyle(TableCellStyle rowFieldNamesStyle)
The table cell style of row field names.
rowFieldNamesStyle
- The table cell style of row field names.public TableCellStyle getRowFieldNamesStyle()
The table cell style of row field names.
public PivotTableOptions withRowFieldNamesStyle(TableCellStyle rowFieldNamesStyle)
The table cell style of row field names.
rowFieldNamesStyle
- The table cell style of row field names.public void setRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors).
rowAlternateColorOptions
- The row alternate color options (widget status, row alternate colors).public RowAlternateColorOptions getRowAlternateColorOptions()
The row alternate color options (widget status, row alternate colors).
public PivotTableOptions withRowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)
The row alternate color options (widget status, row alternate colors).
rowAlternateColorOptions
- The row alternate color options (widget status, row alternate colors).public String toString()
toString
in class Object
Object.toString()
public PivotTableOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.