@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TotalOptions extends Object implements Serializable, Cloneable, StructuredPojo
The total options for a table visual.
Constructor and Description |
---|
TotalOptions() |
Modifier and Type | Method and Description |
---|---|
TotalOptions |
clone() |
boolean |
equals(Object obj) |
String |
getCustomLabel()
The custom label string for the total cells.
|
String |
getPlacement()
The placement (start, end) for the total cells.
|
String |
getScrollStatus()
The scroll status (pinned, scrolled) for the total cells.
|
TableCellStyle |
getTotalCellStyle()
Cell styling options for the total cells.
|
String |
getTotalsVisibility()
The visibility configuration for the total 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 |
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)
Cell styling options for the total cells.
|
void |
setTotalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
|
String |
toString()
Returns a string representation of this object.
|
TotalOptions |
withCustomLabel(String customLabel)
The custom label string for the total cells.
|
TotalOptions |
withPlacement(String placement)
The placement (start, end) for the total cells.
|
TotalOptions |
withPlacement(TableTotalsPlacement placement)
The placement (start, end) for the total cells.
|
TotalOptions |
withScrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
TotalOptions |
withScrollStatus(TableTotalsScrollStatus scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
|
TotalOptions |
withTotalCellStyle(TableCellStyle totalCellStyle)
Cell styling options for the total cells.
|
TotalOptions |
withTotalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
|
TotalOptions |
withTotalsVisibility(Visibility totalsVisibility)
The visibility configuration for the total 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 TotalOptions withTotalsVisibility(String totalsVisibility)
The visibility configuration for the total cells.
totalsVisibility
- The visibility configuration for the total cells.Visibility
public TotalOptions 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 TotalOptions withPlacement(String placement)
The placement (start, end) for the total cells.
placement
- The placement (start, end) for the total cells.TableTotalsPlacement
public TotalOptions 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 TotalOptions withScrollStatus(String scrollStatus)
The scroll status (pinned, scrolled) for the total cells.
scrollStatus
- The scroll status (pinned, scrolled) for the total cells.TableTotalsScrollStatus
public TotalOptions 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 TotalOptions 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)
Cell styling options for the total cells.
totalCellStyle
- Cell styling options for the total cells.public TableCellStyle getTotalCellStyle()
Cell styling options for the total cells.
public TotalOptions withTotalCellStyle(TableCellStyle totalCellStyle)
Cell styling options for the total cells.
totalCellStyle
- Cell styling options for the total cells.public String toString()
toString
in class Object
Object.toString()
public TotalOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.