@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PivotTotalOptions extends Object implements Serializable, Cloneable, StructuredPojo
The optional configuration of totals cells in a PivotTableVisual
.
Constructor and Description |
---|
PivotTotalOptions() |
Modifier and Type | Method and Description |
---|---|
PivotTotalOptions |
clone() |
boolean |
equals(Object obj) |
String |
getCustomLabel()
The custom label string for the total cells.
|
TableCellStyle |
getMetricHeaderCellStyle()
The cell styling options for the total of header cells.
|
String |
getPlacement()
The placement (start, end) for the total cells.
|
String |
getScrollStatus()
The scroll status (pinned, scrolled) for the total cells.
|
TableCellStyle |
getTotalCellStyle()
The cell styling options for the total cells.
|
String |
getTotalsVisibility()
The visibility configuration for the total cells.
|
TableCellStyle |
getValueCellStyle()
The cell styling options for the totals of value cells.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCustomLabel(String customLabel)
The custom label string for the total cells.
|
void |
setMetricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the total of header cells.
|
void |
setPlacement(String placement)
The placement (start, end) for the total cells.
|
void |
setScrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
void |
setTotalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the total cells.
|
void |
setTotalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
|
void |
setValueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the totals of value cells.
|
String |
toString()
Returns a string representation of this object.
|
PivotTotalOptions |
withCustomLabel(String customLabel)
The custom label string for the total cells.
|
PivotTotalOptions |
withMetricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the total of header cells.
|
PivotTotalOptions |
withPlacement(String placement)
The placement (start, end) for the total cells.
|
PivotTotalOptions |
withPlacement(TableTotalsPlacement placement)
The placement (start, end) for the total cells.
|
PivotTotalOptions |
withScrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
PivotTotalOptions |
withScrollStatus(TableTotalsScrollStatus scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
PivotTotalOptions |
withTotalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the total cells.
|
PivotTotalOptions |
withTotalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
|
PivotTotalOptions |
withTotalsVisibility(Visibility totalsVisibility)
The visibility configuration for the total cells.
|
PivotTotalOptions |
withValueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the totals of value cells.
|
public void setTotalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
totalsVisibility
- The visibility configuration for the total cells.Visibility
public String getTotalsVisibility()
The visibility configuration for the total cells.
Visibility
public PivotTotalOptions withTotalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
totalsVisibility
- The visibility configuration for the total cells.Visibility
public PivotTotalOptions withTotalsVisibility(Visibility totalsVisibility)
The visibility configuration for the total cells.
totalsVisibility
- The visibility configuration for the total cells.Visibility
public void setPlacement(String placement)
The placement (start, end) for the total cells.
placement
- The placement (start, end) for the total cells.TableTotalsPlacement
public String getPlacement()
The placement (start, end) for the total cells.
TableTotalsPlacement
public PivotTotalOptions withPlacement(String placement)
The placement (start, end) for the total cells.
placement
- The placement (start, end) for the total cells.TableTotalsPlacement
public PivotTotalOptions withPlacement(TableTotalsPlacement placement)
The placement (start, end) for the total cells.
placement
- The placement (start, end) for the total cells.TableTotalsPlacement
public void setScrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
scrollStatus
- The scroll status (pinned, scrolled) for the total cells.TableTotalsScrollStatus
public String getScrollStatus()
The scroll status (pinned, scrolled) for the total cells.
TableTotalsScrollStatus
public PivotTotalOptions withScrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
scrollStatus
- The scroll status (pinned, scrolled) for the total cells.TableTotalsScrollStatus
public PivotTotalOptions withScrollStatus(TableTotalsScrollStatus scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
scrollStatus
- The scroll status (pinned, scrolled) for the total cells.TableTotalsScrollStatus
public void setCustomLabel(String customLabel)
The custom label string for the total cells.
customLabel
- The custom label string for the total cells.public String getCustomLabel()
The custom label string for the total cells.
public PivotTotalOptions withCustomLabel(String customLabel)
The custom label string for the total cells.
customLabel
- The custom label string for the total cells.public void setTotalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the total cells.
totalCellStyle
- The cell styling options for the total cells.public TableCellStyle getTotalCellStyle()
The cell styling options for the total cells.
public PivotTotalOptions withTotalCellStyle(TableCellStyle totalCellStyle)
The cell styling options for the total cells.
totalCellStyle
- The cell styling options for the total cells.public void setValueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the totals of value cells.
valueCellStyle
- The cell styling options for the totals of value cells.public TableCellStyle getValueCellStyle()
The cell styling options for the totals of value cells.
public PivotTotalOptions withValueCellStyle(TableCellStyle valueCellStyle)
The cell styling options for the totals of value cells.
valueCellStyle
- The cell styling options for the totals of value cells.public void setMetricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the total of header cells.
metricHeaderCellStyle
- The cell styling options for the total of header cells.public TableCellStyle getMetricHeaderCellStyle()
The cell styling options for the total of header cells.
public PivotTotalOptions withMetricHeaderCellStyle(TableCellStyle metricHeaderCellStyle)
The cell styling options for the total of header cells.
metricHeaderCellStyle
- The cell styling options for the total of header cells.public String toString()
toString
in class Object
Object.toString()
public PivotTotalOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.