@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WaterfallChartOptions extends Object implements Serializable, Cloneable, StructuredPojo
The options that determine the presentation of a waterfall visual.
Constructor and Description |
---|
WaterfallChartOptions() |
Modifier and Type | Method and Description |
---|---|
WaterfallChartOptions |
clone() |
boolean |
equals(Object obj) |
String |
getTotalBarLabel()
This option determines the total bar label of a waterfall visual.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTotalBarLabel(String totalBarLabel)
This option determines the total bar label of a waterfall visual.
|
String |
toString()
Returns a string representation of this object.
|
WaterfallChartOptions |
withTotalBarLabel(String totalBarLabel)
This option determines the total bar label of a waterfall visual.
|
public void setTotalBarLabel(String totalBarLabel)
This option determines the total bar label of a waterfall visual.
totalBarLabel
- This option determines the total bar label of a waterfall visual.public String getTotalBarLabel()
This option determines the total bar label of a waterfall visual.
public WaterfallChartOptions withTotalBarLabel(String totalBarLabel)
This option determines the total bar label of a waterfall visual.
totalBarLabel
- This option determines the total bar label of a waterfall visual.public String toString()
toString
in class Object
Object.toString()
public WaterfallChartOptions clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.