@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TableInlineVisualization extends Object implements Serializable, Cloneable, StructuredPojo
The inline visualization of a specific type to display within a chart.
| Constructor and Description | 
|---|
TableInlineVisualization()  | 
| Modifier and Type | Method and Description | 
|---|---|
TableInlineVisualization | 
clone()  | 
boolean | 
equals(Object obj)  | 
DataBarsOptions | 
getDataBars()
 The configuration of the inline visualization of the data bars within a chart. 
 | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setDataBars(DataBarsOptions dataBars)
 The configuration of the inline visualization of the data bars within a chart. 
 | 
String | 
toString()
Returns a string representation of this object. 
 | 
TableInlineVisualization | 
withDataBars(DataBarsOptions dataBars)
 The configuration of the inline visualization of the data bars within a chart. 
 | 
public void setDataBars(DataBarsOptions dataBars)
The configuration of the inline visualization of the data bars within a chart.
dataBars - The configuration of the inline visualization of the data bars within a chart.public DataBarsOptions getDataBars()
The configuration of the inline visualization of the data bars within a chart.
public TableInlineVisualization withDataBars(DataBarsOptions dataBars)
The configuration of the inline visualization of the data bars within a chart.
dataBars - The configuration of the inline visualization of the data bars within a chart.public String toString()
toString in class ObjectObject.toString()public TableInlineVisualization clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.